Retrieving information using Twitch API

To access what’s in _links->self, you’d access it with

$json_array['_links']['self']

I really suggest grabbing a browser addon to help you see the structure of JSON content in your browser.