Back to catalog
🗺️

The IP API

API Key

IP to Location API, with data about country, region, city etc, with free plan allowing 1000 req/day

🗺️GeocodingHTTPS

IP Geolocation Lookup

Location and ISP data for an IP address

Ip8.8.8.8
CountryUnited States
RegionCalifornia
CityMountain View
IspGoogle LLC

Sample Response

response.json
1{
2 "ip": "8.8.8.8",
3 "country": "United States",
4 "region": "California",
5 "city": "Mountain View",
6 "isp": "Google LLC"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://theipapi.com" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs