{"success":true,"inventory":{"5308188287":{"id":"5308188287","classid":"1483678044"},"5308188011":{"id":"5308188011","classid":"720640649"},"5308154952":{"id":"5308154952","classid":"311939473"}}}
$json_decoded = json_decode($page);
foreach ($json_decoded->inventory as $item)
{
if ($item->id == 5308188287)
....
}