originally posted in:BungieNetPlatform
View Entire Topic
Hello all! I recently started to dabble in the API with PHP. It is my first time doing anything with JSon and I have done well so far.
My hangup is getting the data from Xur. I cant seem to get the data from Response->definitions->events->5.
I have tried:
Response->definitions->events->5->title;
Response->definitions->events[0]->title;
Response->definitions->events[5]->title;
This also is tripping me up on the items for sale. Can anyone help?
P.S. - Im also looking to get the current bounties available from anyone offering them, but don't know the endpoints to look at/
English
-
Try Response->definitions->events->{ '5' }->title