Requesting Media Information
Every character has their own media, images, gifs, artwork, and more media to perhaps be added in future, this API makes it possible to access more than one type of a media, currently there is only one of every media type, but that will like change as the API matures.
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 media with a single query using the 'medias' query type, or individual media by id using the 'media' query type. You can then request whatever properties you want from the media 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.
{
media {
fullname
firstname
lastname
id
title
quotes{body}
family{house}
media{image}
}
}