Operated by Meta Platforms — Los Angeles, CA, United States
An IP address associated with Meta's (Facebook) edge network. Meta operates one of the largest content delivery networks globally.
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 31.13.70.36
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/31.13.70.36" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "31.13.70.36",
"found": true,
"country": "US",
"region": "CA",
"city": "Los Angeles",
"timezone": "America/Los_Angeles",
"latitude": 34.0544,
"longitude": -118.2441
}