Response Format
All successful API responses follow this structure:Response Fields
results- Array of result objectsfilter- Applied filter (if any)sort- Applied sort configurationpagination- Pagination metadatapage- Current page numberperPage- Results per pagepageCount- Total number of pagesresultCount- Total number of results matching the query
Error Handling
HTTP Status Codes
200- Success400- Bad Request (invalid query, filter, or parameters)401- Unauthorized (missing or invalid API key)405- Method Not Allowed (endpoint only supports GET)500- Internal Server Error