About API Endpoint

Version 2.197 (Release Notes ↗)

Description

The About API endpoint allows developers to programmatically fetch copyright notices, active licenses, and system information for the PixLab REST API. This high-performance endpoint is ideal for system diagnostics, compliance verification, and automated status monitoring in your backend integration.

HTTP Methods

GET

HTTP Parameters

None

HTTP Response

Fields Type Description
status Integer Status code 200 indicates success, any other code indicates failure (Can't happen with this API endpoint).
payload String Copyright notice and information related to the PixLab API.

Response Content-Type: application/json

200 - This endpoint always succeeds and returns a JSON Object containing API metadata. The response structure is documented above.

Code Samples

# Refer to the PixLab Github Repository at: https://github.com/symisc/pixlab for the full list of production ready code samples...
← Return to API Endpoint Listing