Threat intelligence API / Reference

API reference

42 endpoints under https://threatcluster.io/api/public/v1, grouped by what they return. Every page is generated from the OpenAPI document; the interactive view runs the same calls in the browser.

Endpoint groups

Conventions

  • Authentication: send the key as X-API-Key. Keys carry scopes; a call outside the key's scopes returns 403 naming the scope.
  • Credits: each call costs the credits shown on its page; X-Request-Cost and X-RateLimit-Remaining on every response, GET /me to check the balance for free.
  • Free tier: the last seven days, 25 rows a page, trimmed records; older data returns 403 lookback_exceeded.
  • Versioning: /v1 does not change shape; breaking changes go to /v2.