API Endpoint Access URL
https://api.pixlab.io/status
Get Your API Key & Try STATUS Now ↗Description
Get the current status of the PixLab API servers with the STATUS endpoint. Essential for developers and creators to ensure seamless integration and uptime monitoring. Return current status of the PixLab API Servers.
HTTP Methods
GET
HTTP Parameters
None
HTTP Response
application/json
The API returns a JSON Object with the following structure:
Fields | Type | Description |
---|---|---|
status |
Integer | Status code 200 indicates all infrastructure is operational. Any other code (e.g., 500) indicates server issues such as maintenance or DDoS attacks. |
error |
String | Error description when status != 200. |
payload |
String | Confirmation message (e.g., All Services are up & running ) when status == 200. |
Code Samples
# Refer to the PixLab Github Repository at: https://github.com/symisc/pixlab for the full list of production ready code samples...
// Refer to the PixLab Github Repository at: https://github.com/symisc/pixlab for the full list of production ready code samples...
# Refer to the PixLab Github Repository at: https://github.com/symisc/pixlab for the full list of production ready code samples...
# Refer to the PixLab Github Repository at: https://github.com/symisc/pixlab for the full list of production ready code samples...