Closed freddyh closed 3 years ago
Generally speaking for APIs it is perfectly normal to have 404s for some IDs: clients should not rely that every ID in a sequence has an entity attached to it. Moreover most modern APIs discourage the use of numeric IDs (generating pseudorandom strings instead), which makes iteration impossible.
https://swapi.dev/api/starships/1/ and https://swapi.dev/api/starships/4/ are returning 404s