Intro to APIs & the API Connector confusion

There is an error 404 on Nemo ID: The successful id does not belong to Nemo as the documentation demo movies suggest, IT belongs to Shawshank Redemption.

GET Movie by ID

Return a single Movie when searching for it by ID

https://academy-demo-api.bubbleapps.io/api/1.1/obj/movie/id

PARAMETERS

id

1628610639178x263817269997389760

Success Response (200 ok)

{
“response”: {
“_id”: “1628610639178x263817269997389760”,
“Created By”: “1628610426021x228913522000773200”,
“Created Date”: “2021-08-10T15:50:39.232Z”,
“Modified Date”: “2021-08-10T15:50:39.280Z”,
“title”: “Finding Nemo”,
“tagline”: “There are 3.7 trillion fish in the ocean. They’re looking for one.”
“running time”: 100,
“streaming”: true
}
}

Success Response (200 ok)

{
“status”: “success”,
“response”: {
“title”: “Shawshank Redemption”,
“running time”: 100,
“streaming”: true,
“movie_id”: “1631297643211x591490304079068400”,
“tagline”: “Fear can hold you prisoner. Hope can set you free”
}
}

Where is your problem? Your context isn’t helping us try to guide you.