The seven books (or one by id)
API · /harrypotter-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 salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 126 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,680
- attiva
- Chiamate totali
- 25
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 11,000 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 11,000 calls/month
- 2 req/sec
- Characters, spells, books, potions
- No credit card
Starter
€3.00 /mese
- 160,000 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 160k calls/month
- 8 req/sec
- Name & house filters
- Email support
Pro
€10.00 /mese
- 700,000 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 700k calls/month
- 20 req/sec
- Fan sites & quiz games
- Priority support
Mega
€31.20 /mese
- 2,850,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2.85M llamadas/mes
- 50 req/seg
- Bots y aplicaciones de alto tráfico
- SLA dedicado
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
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.oanor.com/archive-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
Star Trek API
The Star Trek universe as an API, powered by the open STAPI database. Search characters by name (e.g. Picard) or pull full detail by uid — species, titles, occupations, the actors who played them and their Starfleet organizations. Look up the television series (e.g. Voyager → 7 seasons, episode count, production years and original broadcaster), and search the spacecraft of the franchise (e.g. Enterprise) for their registry, class, status and operator. Across The Original Series, The Next Generation, Deep Space Nine, Voyager and beyond. Ideal for fan sites, trivia and quiz games, wikis, Discord bots and any Star Trek app.
api.oanor.com/startrek-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Harry Potter API?
Qual è il limite di velocità di Harry Potter API?
Quanto costa Harry Potter API?
Posso cancellare l'abbonamento in qualsiasi momento?
Harry Potter API è 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/harrypotter-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/harrypotter-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/harrypotter-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/harrypotter-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.