cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/get-ip-geo
{ "country": "<string>", "region": "<string>", "city": "<string>" }
GetIpGeo retrieves geographic information based on the caller’s IP address.
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
GetIpGeoResponse contains geographic information derived from the request IP.
ISO 3166-1 alpha-2 country code.
Region or city (if available).
Was this page helpful?