Skip to main content
Go to Latest
File

POST https://rickandmortyapi.com/graphqlContent-Type: application/json
query Query { characters(page: 2, filter: {name: "Morty"}) { info { count } results { name } } location(id: 1) { id } episodesByIds(ids: [1, 2]) { id }}
HTTP/1.1 400 Bad Request
body