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
Parameter | Description | Allowed Values | Default Value |
---|---|---|---|
format | Specify the response format. | json, xml, html | html |
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