i want to know how take a value from this json.
i must take the value "FIFA 15" (the field is "name").
The content of the json (http://xboxapi.com/v2/superdeder/xboxonegames) is this:
{ "titles": [ { "lastUnlock": "2014-10-11T12:30:30.4788799Z", "titleId": 122001257, "serviceConfigId": "64c10100-3d40-49d5-8f1c-c99807459769", "titleType": "LiveApp", "platform": "Durango", "name": "YouTube", "earnedAchievements": 3, "currentGamerscore": 0, "maxGamerscore": 0 }, { "lastUnlock": "2014-10-28T21:55:44.6766285Z", "titleId": 1689264723, "serviceConfigId": "0b430100-23ff-43cd-a287-894f64b02253", "titleType": "DGame", "platform": "Durango", "name": "FIFA 15", "earnedAchievements": 11, "currentGamerscore": 350, "maxGamerscore": 1000 } ], "pagingInfo": { "continuationToken": null, "totalRecords": 2 } }
With a normal json i succeed a take the value but with this i believe there is a need of an authentication.
This is the documentation: https://xboxapi.com/documentation.
I use php inside altervista.
thanks!