Server answers in JSON format

After pondering for a while, we decided that data transmission in string format is in all fairness an attribute of the Stone Age and that we’d better keep up with technology.

Now if you add &json=1 parameter to the request URL or add it to the POST request parameters, server will return the answer in JSON format!

{
    "status": 1,
    "request": "Magic!"
}

The answers are the same as during captcha upload/receiving an answer.

"status": 0 – bad request

"status": 1 – everything is ok