т.е. вызов должен быть примерно таким:
Код: Выделить всё
curl http://api.someservice.com/fetch?url=google.com&element=title&out=json
Код: Выделить всё
{
response: {
title: "Google"
source: "google.com"
}
status: "success"
}
Подробнее здесь: https://stackoverflow.com/questions/622 ... m-web-site