LibraryThing APIs
Notice: LibraryThing APIs currently disabled
The LibraryThing APIs are disabled until further notice (last updated on 1/28/2021). If you would like to be notified when they are re-enabled, please email info(AT)librarything.com.
IntroductionWhat's this API stuff?
The LibraryThing APIs (Application Programming Interface) give you the ability to write your own programs that tap into a wealth
of LibraryThing data. So what's stopping you? Dive in.
It comes in flavors
The LibraryThing APIs come in types ranging from XML-based web services to simple cover image URL requests. Which flavor you use
to build your application depends on what you are trying to do and what platform you are using.
LibraryThing API flavorsCovers from LibraryThingLibraryThing makes all its 1,000,000 member-uploaded covers available. Basic APIs and Easy LinkingThese APIs are basic REST-ful URL transactions. You hit a URL and LibraryThing sends back some data. It doesn't get much easier than that. Javascript APIsThe LibraryThing Javascript APIs are meant to enhance the content of your pages by allowing you to get LibraryThing data directly from within your own Javascript. Web Services APIsThe LibraryThing Web Services APIs offer a slightly more advanced form of interaction but it's still easy. The format is a simple HTTP GET or POST action. The only hiccup is that you must get an API Key to use the services. We plan to dramatically expand the offerings of the LibraryThing Web Services APIs soon. |
In the wildAre you using the APIs?If you are using any of the LibraryThing APIs in your application or on your web site we would love to hear about it and link to it. |