Base URL
All API requests are made to the following base URL:Response Format
Our API follows modern REST principles and delivers consistent JSON data.Success Response
Error Response
Pagination
Endpoints that return lists (such as/plugins) use limit and offset for pagination.
| Parameter | Default | Max | Description |
|---|---|---|---|
limit | 100 | 500 | Maximum number of results to return. |
offset | 0 | - | Number of results to skip at the beginning. |