Skip to main content
The Extra Scoop API returns standard HTTP status codes and structured JSON error responses to guide client integration and automated exception handling.

Standard Error Response Format

When an API request fails, the response body contains a structured error payload:

HTTP Status Codes

Rate Limits

To guarantee high availability and low latency across the newsroom wire, requests are rate-limited per API token:

Rate Limit Headers

Every HTTP response includes standard rate limit headers:
If you receive a 429 Too Many Requests response, read the Retry-After header and implement exponential backoff before repeating the request.