Skip to main content
Most endpoints return a common JSON envelope. The response field contains the endpoint-specific data.

Envelope fields

Empty data

When a valid request has no matching records, the API may return 200 with results: 0 and an empty response array, or 204 No Content for endpoints where no body is returned.

Pagination

Endpoints that can return many records support page. When paging.total is greater than paging.current, request the next page with page=paging.current + 1.
Last modified on May 19, 2026