phalt / swapi

*NOT MAINTAINED - NO GUARENTEE TO BE UP*
https://phalt.github.io/pokeapi-and-swapi-going-forward/
BSD 3-Clause "New" or "Revised" License
890 stars 505 forks source link

API return 404 for `https://swapi.co/api/people/17/ ` #99

Closed Errec closed 6 years ago

Errec commented 7 years ago

Getting 404 for people 17 https://swapi.co/api/people/17/

kaustubhtalathi commented 7 years ago

There is no one with 17 and hence the 404. Checkout https://swapi.co/api/people/ to confirm.

Gardner-Jeremy commented 5 years ago

In the person.json file, the pk number for each person increments. When creating the data, it appears 17 was simply skipped over. It would be nice to get this resolved and renumber the people so that 17 exists.

anthonybrown commented 5 years ago

yep, there is no data in https://swapi.co/people/17