You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking out vehicles, it seems the first 1-3 elements are skipped and the first actual element is under 4. https://swapi.dev/api/vehicles/4/?format=json This also applies to the resource planets as well. ;/
jkingster
changed the title
Starships/Vehicles skip first element
Starships/Vehicles/Planets skip first element
Jun 28, 2022
It seems the first element of starships is missing, not sure if intentional or not.
Tested Routes:
https://swapi.dev/api/starships/1/?format=json
https://swapi.dev/api/starships/1/
It seems when doing the ALL route:
https://swapi.dev/api/starships/
It returns the first element: CR90 corvette under index 0.
However this does not exist under the 1 ID, it exists under 2:
https://swapi.dev/api/starships/2/?format=json
Is this intended behavior?
The text was updated successfully, but these errors were encountered: