$array = []; foreach ($response as $i){ $arr = [$item['Latitude'],$item['Longitude']]; array_push($array,$arr); } echo json_encode($array);