Version 1.9.72 (Release Notes)


statushttps://api.pixlab.io/status

Description

Return current status of the PixLab API Servers.

HTTP Methods

GET

Request Parameters

None

Response

application/json

a JSON object is always returned from this command. The following are the JSON fields returned in response body:

FieldsTypeDescription
statusIntegerStatus code 200 indicates that all the infrastructure is up and working as expected, any other status code such as 500 indicates that the API servers encounter some problems (Perhaps some planned maintenance or DDoS issues) and requests may not be executed.
errorStringMessage describing the problem encountered by the API servers if status != 200.
payloadStringMessage in the form of All Services are up & running if status == 200.

Python Example

# Refer to https://github.com/symisc/pixlab for the full list of production ready code samples...

See Also