An API of Ice And Fire

Books, characters, and houses from Game of Thrones lore

🎬 MediaNEWchecked 2 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

An API of Ice and Fire serves structured data on the books, characters, and houses of George R. R. Martin's A Song of Ice and Fire. Every resource is a hyperlinked JSON document you can crawl without a key. A friendly playground for REST and pagination demos.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://anapioficeandfire.com/api/books/1

{
  "url": "https://anapioficeandfire.com/api/books/1",
  "name": "A Game of Thrones",
  "isbn": "978-0553103540",
  "authors": [
    "George R. R. Martin"
  ],
  "numberOfPages": 694,
  "publisher": "Bantam Books",
  "released": "1996-08-01T00:00:00"
}
Call itcurl · fetch · python
curl "https://anapioficeandfire.com/api/books/1"
const res = await fetch("https://anapioficeandfire.com/api/books/1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://anapioficeandfire.com/api/books/1")
print(res.json())
Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /books/1checked 2 min ago
GET/books/1PROBED

Books, characters, and houses from Game of Thrones lore

GET/books

Books — documented GET route.

GET/books?limit=10

Books — documented GET route.

GET/books/search?q=test

Search by query parameters.

GET/characters/583

Characters details by ID (example: 583).

GET/houses/362

Houses details by ID (example: 362).

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

An API of Ice And Fire: common questions

Is An API of Ice And Fire free to use?

Yes — An API of Ice And Fire is a free media API. Free tier: Free, no key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does An API of Ice And Fire need an API key?

No — An API of Ice And Fire needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call An API of Ice And Fire from the browser?

Yes — An API of Ice And Fire returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is An API of Ice And Fire up right now?

As of our last scheduled check, An API of Ice And Fire is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.