An item's downloadable files
API · /archive-api
API de Internet Archive
Internet Archive como API — la biblioteca digital sin fines de lucro de más de 40 millones de elementos de acceso gratuito: libros y textos, audio y conciertos de música en vivo, películas y video, software, imágenes y páginas web archivadas. Busque en todo el archivo por palabra clave con sintaxis completa de campos Lucene (por creador, título, tema, colección y más), filtre por tipo de medio (textos, audio, películas, imagen, software, web, conciertos en vivo) y ordene por descargas, fecha o popularidad de tendencia, obteniendo el identificador, título, creador, tipo de medio, año, recuento de descargas y colecciones de cada elemento; lea los metadatos completos de un elemento, incluida su descripción, creadores, temas, idioma, colecciones, editor, licencia, fechas y tamaño total; enumere los archivos descargables de un elemento con su formato, tamaño, duración y una URL de descarga directa; y busque la instantánea más cercana de Wayback Machine de cualquier página web: el indicador de archivado, la fecha de la instantánea y el estado HTTP, y el enlace de web.archive.org, opcionalmente cerca de una marca de tiempo objetivo. Ideal para investigación, preservación digital, descubrimiento de medios, construcción de conjuntos de datos, recuperación de enlaces rotos y aplicaciones que muestran cultura de dominio público y con licencia abierta. Datos de Internet Archive (archive.org).
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 481 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,083
- attiva
- Chiamate totali
- 15
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 600 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 600 calls/month
- 2 req/sec
- Search, items & Wayback
- No credit card
Starter
€7.50 /mese
- 22,000 chiamate/mese
- 6 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 22k calls/month
- 6 req/sec
- Full item metadata & files
- Email support
Pro
€23.00 /mese
- 98,000 chiamate/mese
- 15 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 98k calls/month
- 15 req/sec
- Media discovery at scale
- Priority support
Mega
€64.00 /mese
- 420,000 chiamate/mese
- 40 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 420k calls/month
- 40 req/sec
- High-volume archiving
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
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
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per API de Internet Archive?
Qual è il limite di velocità di API de Internet Archive?
Quanto costa API de Internet Archive?
Posso cancellare l'abbonamento in qualsiasi momento?
API de Internet Archive è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo 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())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.