<?php

$content = file_get_contents("https://m...content-available-to-author-only...s.com/maps/api/geocode/json?address=Москва,%20ул.%20Академика%20Бочвара,%202");
$json = json_decode($content, true);
echo $json["results"][0]["geometry"]["location"]["lat"];