Requesting Quotes Information
Every character has numerous quotes from different episodes and seasons, using this API you can find many of the most famous and memorable quotes from every character.
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 quotes with a single query using the 'quotes' query type, or individual quotes by id using the 'quote' query type. You can then request whatever properties you want from the quote 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.
{
quotes {
fullname
firstname
lastname
id
title
quotes{body}
family{house}
media{image}
}
}