IP Lookup

Popular
by APIGridInternetv1Updated 2026-03-31
0.0(0 reviews)
1.4M / month
Monthly Requests
1898 ms
Avg Latency
99.99%
Uptime SLA
18
Endpoints

About this API

The IP Lookup API now covers the broader IP intelligence surface: single lookups, batch lookups, ASN views, privacy detection, abuse scoring, blacklist aggregation, reverse DNS, routing metadata, and historical APIGrid observations. Public threat feeds are merged with MaxMind-backed geo/network data, with AbuseIPDB coverage sourced from the imported public blocklist feed.

  • Single IP lookup plus batch, ASN, route, and reverse-DNS endpoints
  • MaxMind-backed geo, ISP, connection, and anonymous-IP enrichment
  • Threat feeds from TOR, Spamhaus, FireHOL, abuse.ch, and optional threatfeeds.io
  • Abuse scoring formula combining blacklists, TOR/VPN, hosting, and observed activity
  • Privacy and anonymous tiers for both full and simplified use cases
  • BIN-to-IP mismatch scoring for fraud workflows

Tags

#ip lookup#geolocation#asn#proxy detection#threat intelligence#fraud prevention

Quick Start

Shell
curl -X GET \
  "https://api.apigrid.net/v1/iplookup/lookup/178.218.144.96" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response example

JSON
{
  "ipAddress": "178.218.144.96",
  "continentCode": "EU",
  "continentName": "Europe",
  "countryCode": "LV",
  "countryName": "Latvia",
  "isEuMember": true,
  "currencyCode": "EUR",
  "currencyName": "Euro",
  "phonePrefix": "371",
  "languages": [
    "lav"
  ],
  "stateProv": null,
  "stateProvCode": null,
  "district": null,
  "city": "Riga",
  "geonameId": 456172,
  "zipCode": null,
  "latitude": 56.95,
  "longitude": 24.1,
  "gmtOffset": 2,
  "timeZone": "Europe/Riga",
  "asNumber": 214036,
  "asName": "NETSERVERS",
  "asDomain": "garmtech.net",
  "network": "178.218.144.0/24",
  "isp": "GARMTECH LP",
  "linkType": "business",
  "usageType": "hosting",
  "organization": "GARMTECH LP",
  "isCrawler": false,
  "isProxy": false,
  "isTor": false,
  "proxyType": null,
  "threatLevel": "Medium",
  "threatDetails": []
}
Free / 1K
starting price
Subscribe NowStart Free Account

No credit card required for free tier

Provider

APIGrid
Verified Provider
SDKs
cURLNode.jsPython
Visit provider website

Statistics

Monthly API calls1.4M / month
Average latency1898 ms
Uptime SLA99.99%
Endpoints18
Versionv1
Last updated2026-03-31
Back to Directory