Success

false

Regrettably, your request has encountered an issue. For a detailed analysis of the problem, we kindly request that you refer to the message field for additional information.

Example
{
    "success": false,
    "message": "" // the message field to check for additional information.
}

true

Your request has been processed successfully, and the requested data is now available for your review. You are welcome to explore the complete data at your convenience.

Example
{
    "success": true,
    "[IP]": {
        // data available.
    }
}

Last updated