$data = intval(file_get_contents('http://www.site.com/?key=123&query=abcd'));
$data = intval(file_get_contents('http://www.site.com/?key=123&query=abcd&format=xml'));
$data = intval(file_get_contents('http://www.site.com/?key=123&query=abcd&format=json'));
$data = intval(file_get_contents('http://www.site.com/?key=123&query=abcd&format=html'));
и т д