Last updated

Response Headers

Headers that will be sent back to you:

Header NameValueRequiredComments
Content-Typeapplication/json;charset=utf-8YesAll responses will specify application/json as the Content-Type.
Cache-Controlmax-age=xxxOptionalHow long cached response is considered valid.
Last-Modifiede.g. Fri, 19 April 2024 05:00:00 GMTOptionalRFC1123 pattern. UTC datetime when content was last modified.
X-Powered-ByCollective2Yes
X-Content-Type-Options'nosniff'YesSee documentation here
Strict-Transport-Securitymax-age=7776000Yes
Content-Security-Policyframe-ancestors 'self' *Yes
X-Limit-Typee.g. S, M or HYesThe type of rate limit. Can be “S” (per 10 seconds), “M” (per 60 minutes), or “H” (per 24 hours).
X-Limit-Limite.g. 100YesThe number of allowed requests in the current period.
X-Limit-Remaininge.g. 99YesThe number of remaining requests in the current period.
X-Limit-Resete.g. 10OptionalThe number of seconds left in the current period.