Every API, one clean contract.
134 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
12 APIsE-commerce & Marketplaces
24 APIsReal Estate
7 APIsJobs & Hiring
10 APIsTravel & Lodging
4 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
17 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsInternet Archive API
livepost/internet-archive/v1/search1 creditSearch archive.org's catalogue. Filter by mediatype (texts/audio/movies/software/image/etree…), collection, creator, subject, language and year range; sort and paginate. Returns items with identifier, title, mediatype, creator, year, downloads, rating, collections and thumbnail/details URLs.
{
"query": "apollo 11"
}Try in playground →post/internet-archive/v1/item1 creditFull metadata for one archive.org item by identifier: title, creator, description, date, publisher, language, subjects, collections, license, rating — plus the COMPLETE file list (name, format, size, duration, source) with direct download URLs, and the item's reviews. Set include_files=false / include_reviews=false to slim the payload.
{
"identifier": "OTRR_Dragnet_Singles"
}Try in playground →post/internet-archive/v1/collection1 creditBrowse the items inside an archive.org collection by its identifier (e.g. 'nasa', 'librivoxaudio', 'prelinger', 'GratefulDead'). Same rich item rows as search, paginated and sortable; optionally narrow by mediatype within the collection.
{
"collection": "librivoxaudio"
}Try in playground →post/internet-archive/v1/reviews1 creditAll public reviews and star ratings for one archive.org item: reviewer handle, star rating (0-5), review title, body and date. Reviews are embedded in the item record, so this returns every review in one call (no pagination needed).
{
"identifier": "OTRR_Dragnet_Singles"
}Try in playground →post/internet-archive/v1/files1 creditJust the downloadable files for one archive.org item (no heavy metadata/reviews): name, format, size, duration, source and a direct download URL for each. Useful for fetching the actual book PDF / MP3 / video / ZIP.
{
"identifier": "OTRR_Dragnet_Singles"
}Try in playground →post/internet-archive/v1/search_inside1 creditFull-text 'search inside' one digitized book on archive.org: find a phrase within the book's OCR text and get the matching snippets with page numbers. The item must be a texts/book item with OCR (most scanned books are).
{
"identifier": "adventuresoftoms00twaiiala",
"query": "whitewash"
}Try in playground →
Social Media
10 APIs