Вот так сделал на php:
$data = json_decode(file_get_contents("урл"));
$author = $data->objects[0]->author;
$composer = $data->objects[0]->composer;
Не работает, Warning: file_get_contents(урл) [function.file-get-contents]: failed to open stream: Connection refused in/header.php on line 37
|