Operated by Google LLC — Plainview, NY, United States
One of Google's web server IP addresses. Google uses anycast routing, so this IP may resolve to different physical locations depending on your network path.
Note: IP geolocation shows approximate location. Anycast IPs may have servers in multiple physical locations.
Use the free Frostbyte IP Geolocation API to look up any IP address. No signup form — get your API key instantly.
# Get geolocation for 142.250.80.46
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/142.250.80.46" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "142.250.80.46",
"found": true,
"country": "US",
"region": "NY",
"city": "Plainview",
"timezone": "America/New_York",
"latitude": 40.7746,
"longitude": -73.4761
}