ipinfo
active

Trusted IP geolocation, ASN, company, privacy detection, abuse contact info

maps-locationBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call ipinfo with your PincerAPI key. No separate signup needed.

# Get instructions for ipinfo
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/ipinfo/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/ipinfo/your/endpoint/here"

Direct Setup

Endpoints

GET/{ip}

Full IP details — location, org, ASN, hostname, privacy

💡 Returns ip, city, region, country, loc (lat,lon), org, postal, timezone. Token optional for 50K/mo free.

GET/

Lookup requesting IP's info

💡 Quick way to find own IP location.

GET/{ip}/{field}

Get single field: city, region, country, loc, org, postal, timezone

💡 Returns plain text. /8.8.8.8/city → 'Mountain View'

POST/batch

Batch lookup up to 1000 IPs at once

💡 POST array like ["8.8.8.8","1.1.1.1"]. Returns object keyed by IP. Requires token.

Related APIs in maps-location