so, i'm recently testing out some apis and i've come to an unexpected array that ive seen.
So, what i'm trying to do is fetch data back from the api, but the api is something i haven't seen before.
The api returns LIST: { their generated id { and the data i need to get here
Looks something like this
So that list { 15, the 15 can be for ex, 20 or 50 based of their ID, so i need to get the data after their generated ID.
So, is there any way i could possibly get the $decode['list'][the id number here]['id']; or other data?
Please let me know.