Video — entry 029 of 37
ThronesApi
ThronesApi is a lightweight, single-endpoint REST API returning Game of Thrones character data — full name, title, house, and a portrait image URL — for roughly 50 major characters across all seasons. It needs no key or auth and is served straight as a static JSON array with no pagination.
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score74
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- No key needed — call it now.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
Base URL
https://thronesapi.com/api/v2Key endpoints
- GET/Characters
- GET/Characters/{id}