CAPTCHAFORUM
Administrator
You can also get some additional information with our API, like balance, current rate, etc.
Please check available parameters in the table below.
List of GET request parameters for http://2captcha.com/res.php
Example request (plain text):
Example response (plain text):
Example request (JSON):
Example response (JSON):
Please check available parameters in the table below.
List of GET request parameters for http://2captcha.com/res.php
Example request (plain text):
Code:
http://2captcha.com/res.php?key=1abc234de56fab7c89012d34e56fa7b8&action=get2&id=2122988149
Example response (plain text):
Code:
OK|ABCDE|0.00085
Example request (JSON):
Code:
http://2captcha.com/res.php?key=1abc234de56fab7c89012d34e56fa7b8&action=get2&id=2122988149&json=1
Example response (JSON):
Code:
{
"status":1,
"request":"ABCDE",
"price":"0.00085"
}