Example from real project. Google Sheets API.
$url = "https://docs.google.com/spreadsheets/d/$id/gviz/tq?tqx=out:json&gid=$gid";
$json = file_get_contents($url);
Example from real project. Google Sheets API.
$url = "https://docs.google.com/spreadsheets/d/$id/gviz/tq?tqx=out:json&gid=$gid";
$json = file_get_contents($url);