An item's downloadable files
API · /archive-api
Internet Archive API
The Internet Archive as an API — the non-profit digital library of over 40 million freely accessible items: books and texts, audio and live-music concerts, films and video, software, images and archived web pages. Search the entire archive by keyword with full Lucene field syntax (by creator, title, subject, collection and more), filter by media type (texts, audio, movies, image, software, web, live concerts) and sort by downloads, date or trending popularity, getting each item's identifier, title, creator, media type, year, download count and collections; read an item's full metadata including its description, creators, subjects, language, collections, publisher, license, dates and total size; list an item's downloadable files with their format, size, length and a direct download URL; and look up the closest Wayback Machine snapshot of any web page — the archived flag, the snapshot date and HTTP status, and the web.archive.org link, optionally near a target timestamp. Ideal for research, digital preservation, media discovery, dataset building, link-rot recovery and apps that surface public-domain and openly-licensed culture. Data from the Internet Archive (archive.org).
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 481 ms
- Server probes · 24h
- Subscribers
- 4,083
- active
- Total calls
- 15
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 600 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 600 calls/month
- 2 req/sec
- Search, items & Wayback
- No credit card
Starter
€7.50 /month
- 22,000 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 22k calls/month
- 6 req/sec
- Full item metadata & files
- Email support
Pro
€23.00 /month
- 98,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 98k calls/month
- 15 req/sec
- Media discovery at scale
- Priority support
Mega
€64.00 /month
- 420,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 420k calls/month
- 40 req/sec
- High-volume archiving
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Wayback Machine API
Web-page time travel as an API — powered by the Internet Archive's Wayback Machine, the archive of hundreds of billions of captured web pages going back to 1996. Given any URL, find out whether it has been archived and get the snapshot closest to now, the snapshot closest to a specific date (true time-travel: see a page as it looked on, say, 1 January 2010), or the very oldest capture on record — each with its exact capture timestamp and a direct link to the archived copy. It is the go-to tool for detecting and recovering from link rot, citing sources that may change or disappear, checking when a page was first archived, and digital-preservation, research and journalism workflows. A web-archival / link-rot resource — distinct from the Internet Archive's media-item library (books, audio and video). Data from the Internet Archive Wayback Machine.
api.oanor.com/wayback-api
Harry Potter API
The Wizarding World of Harry Potter as an API, powered by the open PotterDB. Search hundreds of characters by name and Hogwarts house (e.g. Harry Potter → Gryffindor, Stag patronus, half-blood, with species, wand, family and titles), browse the spell book (incantations, effects, light colour and casting hand — e.g. the Patronus Charm "Expecto Patronum"), the seven novels (author, pages, release date, dedication and summary), and the potions (ingredients, effect, difficulty and side-effects — e.g. Polyjuice Potion). Filter and paginate, or fetch any item by its slug. Ideal for fan sites, trivia and quiz games, Sorting-Hat and house apps, Discord bots and any Harry Potter project.
api.oanor.com/harrypotter-api
Game of Thrones API
The world of A Song of Ice and Fire — the books behind Game of Thrones — as an API. Look up any character (e.g. Jon Snow → culture Northmen, titles, aliases like "Lord Snow", and his house allegiances), the great and minor houses (e.g. House Targaryen → region The Crownlands, words "Fire and Blood", seats and 100+ sworn members), and the novels (e.g. A Game of Thrones → 694 pages, 434 characters, ISBN, publisher and release date). Search and filter characters by name, culture and gender, houses by name, region and words, and books by name, with paging — and follow the cross-references (parents, spouse, allegiances, books) by id. Backed by the open anapioficeandfire.com dataset. Ideal for fan sites, trivia and quiz games, Discord bots and any Westeros app.
api.oanor.com/gameofthrones-api
Books API
Search millions of books, look up editions by ISBN-10/13 and find authors — with covers, publish years, publishers, page counts and subjects. Powered by Open Library (Internet Archive).
api.oanor.com/books-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Internet Archive API?
What's the rate limit for Internet Archive API?
How much does Internet Archive API cost?
Can I cancel my subscription anytime?
Is Internet Archive API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/archive-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/archive-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/archive-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/archive-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.