SWAPI (Star Wars API)

POST https://swapi-graphql.netlify.app/.netlify/functions/index

Are you a fan of Star Wars? The SWAPI API provides a wealth of information about some of the older Star Wars movies. It’s a great API for showing how relationships work in GraphQL.

RESPONSES

status: OK

{"data":{"allFilms":{"films":[{"title":"A New Hope"},{"title":"The Empire Strikes Back"},{"title":"Return of the Jedi"},{"title":"The Phantom Menace"},{"title":"Attack of the Clones"},{"title":"Revenge of the Sith"}]}}}