JSON request
http://www.url2torrent.net/get/?url=VIDEO_URL
JSONP request:
http://www.url2torrent.net/get/?url=VIDEO_URL&jsonp=your_callback
Results:
{"status": {"code": 200, "text": "downloading"}, "processing": true}
{"status": {"code": 200, "text": "creating torrent"}, "processing": true}
{"status": {"code": 404, "text": "url not found"}}
{"status": {"code": 200, "text": "available"}, "torrent": link_to_torrent, "sha1": sha1sum, "oshash": oshash, ...}
all jsonp request also have the requested url in the result.