# Threat Jammer API **Provider:** Threat Jammer **Category:** security **Base URL:** `https://threatjammer.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 500 queries/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://threatjammer.com/docs/index ## Description Risk scoring service from curated threat intelligence data ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://threatjammer.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://threatjammer.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Threat intelligence API. Free: 500 queries/month. Starter $29/mo (5K queries). Professional $99/mo (25K queries). Business $299/mo (100K queries). --- *Source: [API Map](https://apimap.dev/apis/threat-jammer/) — CC BY 4.0*