$jsonObj = json_decode($json); foreach($jsonObj->Body->GetStockListResponse->GetStockListResult->daire as $daire) { echo $daire->kod; }