Juriy / swapi

SWAPI - Star Wars API service
https://swapi.dev
BSD 3-Clause "New" or "Revised" License
283 stars 91 forks source link

films/7 gives 404, #42

Open erieflin opened 2 years ago

erieflin commented 2 years ago

Grabbing the info on which films each person is in runs into a 404 error when processing Admiral Ackbar This is because he has has films/7 listed, but that endpoint gives a 404 when accessed.

{ "name": "Ackbar", "height": "180", "mass": "83", "hair_color": "none", "skin_color": "brown mottle", "eye_color": "orange", "birth_year": "41BBY", "gender": "male", "homeworld": "https://swapi.dev/api/planets/31/", "films": [ "https://swapi.dev/api/films/3/", "https://swapi.dev/api/films/7/" ], "species": [ "https://swapi.dev/api/species/8/" ], "vehicles": [], "starships": [], "created": "2014-12-18T11:07:50.584000Z", "edited": "2014-12-20T21:17:50.362000Z", "url": "https://swapi.dev/api/people/27/" }