Skip to main content
GET
/
v1
/
stats
/
overview
Get global dataset statistics
curl --request GET \
  --url https://api.vantaprism.me/v1/stats/overview \
  --header 'api-key: <api-key>'
{
  "data": {
    "total_victims": 123,
    "total_credentials": 123,
    "total_cards": 123,
    "total_wallets": 123,
    "total_cookies": 123,
    "latest_stealer_family": "<string>",
    "latest_stealer_version": "<string>",
    "latest_infection_date": "2023-11-07T05:31:56Z"
  },
  "meta": {
    "request_id": "req_01HZXK3Q7N8YV6F3M2P9JABCDE",
    "took_ms": 42.7,
    "tier": "pro",
    "masked_fields": [
      "password",
      "ip"
    ],
    "freshness_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

api-key
string
header
required

Static API key, format vp_<env>_<8-hex-prefix>.<40-hex-secret>. Preferred header for server-to-server integrations.

Response

Global statistics

data
object
required
meta
object
required

Metadata attached to every successful response.