Getting image URLs from image page HTML.
URL:
http://imagelnk.pqrs.org/api/get
Parameters:
| url |
URL of the image page |
Response (JSON):
| pageurl |
URL of the image page |
| title |
The title of image page |
| referer |
Referer which you should set when you access the image URL. |
| backlink |
URL of the article page. |
| imageurls |
URLs of the image file. |
Example:
Request URL:
http://imagelnk.pqrs.org/api/get?url=http%3A%2F%2Fyfrog.com%2Fgyviz6j
Response:
{
"pageurl":"http://yfrog.com/gyviz6j",
"title":"yfrog Photo : http://yfrog.com/gyviz6j Shared by ImageLnk",
"referer":"http://yfrog.com/gyviz6j",
"backlink":"",
"imageurls":["http://a.yfrog.com/img610/5607/viz6.jpg"]
}
Getting web site URLs which are supported by ImageLnk.
URL:
http://imagelnk.pqrs.org/api/sites
Parameters:
Nothing.
Response (JSON):
| sites |
An array of web site URLs |
Example:
Request URL:
http://imagelnk.pqrs.org/api/sites
Response:
{
"sites":["http://instagr.am/",
"http://lockerz.com/",
"http://ow.ly/",
"http://picasa.google.com/"]
}