I have some JSON data here http://pastebin.com/5VeJ5dda
How do I access ipaDownloadUrl
on each case and put them in two variables in PHP?
I already did
<?php
$api = url_get_contents("http://example.com/api");
$decoded_api = json_decode($api);
?>
Now can you help me what to do next to get the specified elements?