Operated by Microsoft Corp. — United States
A Microsoft IP address used by various Microsoft services including Outlook.com and Office 365. Part of Microsoft's global Azure network.
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 13.107.42.14
curl "https://api-catalog-three.vercel.app/v1/agent-geo/api/geo/13.107.42.14" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ip": "13.107.42.14",
"found": true,
"country": "US",
"region": null,
"city": null,
"timezone": "America/Chicago",
"latitude": 37.751,
"longitude": -97.822
}