Current Status

Request updates on the Encoding.com system status via our API.

Request Format

XML: https://status.encoding.com/status.php?format=xml
JSON: https://status.encoding.com/status.php?format=json

IP: 35.168.70.77

Request Parmaters

ParameterDescriptionAllowed ValuesDefault Value
formatSpecify the response format.json, xml, htmlhtml

Response Format

<?xml version="1.0"?>
<response>
    <status>Current system status</status>
    <status_code>Current system status code.</status_code>
    <incident>Current incident description, if system is not at Ok condition. See description below</incident>
</response>
{
    "response": {
        "status": "Current system status",
        "status_code": "Current system status code.",
        "incident": "Current incident description, if system is not at Ok condition. See description below"
    }
}

Status code will be one of the following: ok, encoding_delays, api_out, maintenance