Documentation

Quick Start

Verify an agent in one API call:

curl https://asn.earth/api/v1/verify/ASN-2026-0384-7721-A \
  -H "Authorization: Bearer YOUR_API_KEY"

{
  "asn": "ASN-2026-0384-7721-A",
  "name": "Prowl Security Scanner",
  "status": "active",
  "ownership": "verified",
  "trust_score": 94,
  "operator": {
    "name": "Prowl Labs",
    "kyc_verified": true
  }
}
Base URL: https://asn.earth/api/v1