10IPS IP & network intelligence
10IPS tool API

Free IP & Network API

Get a free API key and use IP, risk, DNS, TLS and website checks from your scripts, apps or CI.

API All tools

Endpoints

no key · no signup
GET /
Your IP as plain text — for scripts
GET /json
Full JSON: geo, ASN, reverse DNS, VPN/proxy risk
GET /api/lookup?ip=8.8.8.8
Geo & risk for any IP or domain
GET /ip.json
Minimal JSON: IP + country

curl examples

# Your IP — plain text
curl https://10ips.com

# Full JSON
curl https://10ips.com/json

# Look up any IP or domain
curl "https://10ips.com/api/lookup?ip=1.1.1.1"

Sample response GET /json

{
  "ip": "203.0.113.7",
  "ip_version": 4,
  "geo": { "country": "Spain", "country_code": "ES",
           "city": "Valencia", "asn": "AS202448", "org": "Mvps LTD" },
  "reverse_dns": "host.example.net",
  "risk": { "grade": "D", "risk_score": 100,
            "flags": { "proxy": true, "datacenter": true } }
}

Your result will appear here

Run the tool above. Results are shown as clear cards — raw JSON is available too.

Check next