Skip to content
Joakim Skoog edited this page Jan 24, 2024 · 1 revision

The Root resource contains information about all available resources in the API.

Request

$ curl "https://www.anapioficeandfire.com/api"

Response

{
    "books": "https://www.anapioficeandfire.com/api/books",
    "characters": "https://www.anapioficeandfire.com/api/characters",
    "houses": "https://www.anapioficeandfire.com/api/houses"
}

Clone this wiki locally