Star wars api returns wrong id #10
Answered
by
petrvecera
ZakkProjects
asked this question in
Q&A
-
Is the behavior of the Star Wars API correct ? When requesting for example https://swapi.dev/api/films/1/?format=json, movie with id 4 is returned instead of 1. |
Beta Was this translation helpful? Give feedback.
Answered by
petrvecera
Apr 3, 2024
Replies: 1 comment
-
Hi It's recommended to use this API On this link you will get |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZakkProjects
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
It's recommended to use this API
https://swapi.profiq.com/api/films/1
which is different from swapi.dev, the original API has various bugs.On this link you will get
ID
andEPISODE_ID
which are 2 different things.