POST

Lookup ASN and organization for IP address. Uses maxmind ASN DB

/v1/ip-asn

Powered by MaxMind

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/ip-asn
Content-Type: application/json

{
  "ip": "8.8.8.8"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Lookup ASN and organization for IP address. Uses maxmind ASN DB.

IP geolocation and online fraud-detection data.

Request schema

Body: JSON · application/json

FieldTypeDescription
ipstringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/ip-asn \
  -H "Content-Type: application/json" \
  -d '{
  "ip": "8.8.8.8"
}'

402 payment flow omitted — see Integrations for settlement.