ABOUT API Endpoint

Version 2.197 (Release Notes ↗)

Description

Fetch copyright notice and PixLab API information with the ABOUT endpoint. Ideal for developers and creators seeking essential API details.

Return copyright notice and information related to the PixLab API.

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