Skip to main content
The /api/v1/iocs/stats endpoint returns aggregate counts of all IOCs in the SOC Defenders feed, broken down by indicator type, source category, and named feed. Use it to build monitoring dashboards, track feed health over time, or verify that your ingestion pipeline is receiving the expected volume of indicators.

Request

Method: GET
URL: https://socdefenders.ai/api/v1/iocs/stats
Auth: Required — Authorization: Bearer sk_live_YOUR_KEY
Tier: Pro
This endpoint requires a Pro subscription. Requests made with a Free-tier key will receive a 403 Forbidden response.

Example request

Response

Response fields

object
Aggregate IOC counts broken down across multiple dimensions.
string
ISO 8601 timestamp of the most recent feed update (e.g. 2024-01-15T10:00:00Z).

Error responses

If your API key is missing, invalid, or from a Free-tier account, the API returns an error response:
See Authentication for the full error code reference.