Response Headers
Headers that will be sent back to you:
Header Name | Value | Required | Comments |
---|---|---|---|
Content-Type | application/json;charset=utf-8 | Yes | All responses will specify application/json as the Content-Type. |
Cache-Control | max-age=xxx | Optional | How long cached response is considered valid. |
Last-Modified | e.g. Fri, 19 April 2024 05:00:00 GMT | Optional | RFC1123 pattern. UTC datetime when content was last modified. |
X-Powered-By | Collective2 | Yes | |
X-Content-Type-Options | 'nosniff' | Yes | See documentation here |
Strict-Transport-Security | max-age=7776000 | Yes | |
Content-Security-Policy | frame-ancestors 'self' * | Yes | |
X-Limit-Type | e.g. S, M or H | Yes | The type of rate limit. Can be “S” (per 10 seconds), “M” (per 60 minutes), or “H” (per 24 hours). |
X-Limit-Limit | e.g. 100 | Yes | The number of allowed requests in the current period. |
X-Limit-Remaining | e.g. 99 | Yes | The number of remaining requests in the current period. |
X-Limit-Reset | e.g. 10 | Optional | The number of seconds left in the current period. |