foreach($json->entries as $row) { foreach($row as $key => $val) { echo $key . ': ' . $val; echo '<br>'; } }