Requesting Family Information
There are a lot of different houses/families in Game of Thrones, and I've grouped them together in this API.
For for information on this API and the schemas you can visit the API directly at:
https://the-got-api-production.up.railway.app/You can request all families with a single query using the 'families' query type, or individual families by id using the 'family' query type. You can then request whatever properties you want from the family model. To find out more about the schemas either visit the API directly or visit the Schemas tab in this documentation.
Navigate between code blocks using the tabs provided.
{
families {
house
region
id
sigil
blazon
seat
words
origin
characters {
fullname
}
}
}