Video — entry 027 of 35
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
Score94
Authentication25/25No authentication required
Pricing20/20Free to use
Docs20/20Machine-readable spec file bundled
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.
Endpoints
Characters3
GET/api/v2/CharactersReturns all the characters.
Responses
| Status | Description | Schema |
|---|---|---|
200 | Success | — |
POST/api/v2/CharactersChange a character's info.
Request body
application/json — CharacterModel
Responses
| Status | Description | Schema |
|---|---|---|
200 | Success | — |
GET/api/v2/Characters/{id}Returns a specific character, by id.
Parameters
| Name | In | Required | Type |
|---|---|---|---|
id | path | yes | integer |
Responses
| Status | Description | Schema |
|---|---|---|
200 | Success | CharacterModel |
Continents2
GET/api/v2/ContinentsReturns all continents.
Responses
| Status | Description | Schema |
|---|---|---|
200 | Success | — |
GET/api/v2/Continents/{id}Returns a specific continent, by id.
Parameters
| Name | In | Required | Type |
|---|---|---|---|
id | path | yes | integer |
Responses
| Status | Description | Schema |
|---|---|---|
200 | Success | ContinentModel |
Try it
Developer reference
Base URL
https://thronesapi.comKey endpoints
- GET/api/v2/Characters
- GET/api/v2/Characters/{id}
Availability
Uptime100%
Median latency454 ms
Last checkUp · 200 · Sep 2026
Changelog
Spec versionv2
Tracked paths4
- gained a docs link and an OpenAPI spec