Video — entry 027 of 35

ThronesApi

Verified Aug 2026

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.

fandomgame-of-thronescharacters
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

Score94out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 94 on greatapis.com
<a href="https://greatapis.com/api/thronesapi/"><img src="https://greatapis.com/badge/thronesapi.svg" alt="Scored 94 on greatapis.com"></a>

Auth quickstart

  1. 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.

Endpoints

Characters3
GET/api/v2/CharactersReturns all the characters.
Responses
StatusDescriptionSchema
200Success
POST/api/v2/CharactersChange a character's info.
Request body

application/jsonCharacterModel

Responses
StatusDescriptionSchema
200Success
GET/api/v2/Characters/{id}Returns a specific character, by id.
Parameters
NameInRequiredType
idpathyesinteger
Responses
StatusDescriptionSchema
200SuccessCharacterModel
Continents2
GET/api/v2/ContinentsReturns all continents.
Responses
StatusDescriptionSchema
200Success
GET/api/v2/Continents/{id}Returns a specific continent, by id.
Parameters
NameInRequiredType
idpathyesinteger
Responses
StatusDescriptionSchema
200SuccessContinentModel

Try it

Developer reference

Base URLhttps://thronesapi.com
Key endpoints
  • GET/api/v2/Characters
  • GET/api/v2/Characters/{id}

Availability

Uptime100%
Median latency454 ms
Last checkUp · 200 · Sep 2026

4 checks since Aug 2026. A person runs this check by hand, not an automated monitor.

Changelog

Spec versionv2
Tracked paths4
  • Aug 2026gained a docs link and an OpenAPI spec

Tracking since Sep 2026. See every tracked change ↗ ·Subscribe with RSS ↗