I’m using an ezxternal API to getr information about “roller coasters”.
The endpoint to get coaster #1 is : https://captaincoaster.com/api/coasters/1
The endpoint to get coaster #2 is : https://captaincoaster.com/api/coasters/2
The endpoint to get coaster #2 is : https://captaincoaster.com/api/coasters/3
You get the point.
I define my API (GetCoasterByID) like this :
https://captaincoaster.com/api/coasters/[_ID]
I want that key “_ID” get is value from a state of an input or whatevfer else