Discover and integrate high-quality WebAssembly components to elevate your Edgee projects.
Learn more about the component registry in our documentation.
1.0.1
This component will activate a simple and efficient geolocation endpoint that provides visitor location information through a REST API endpoint. This component allows developers to easily retrieve IP-based geolocation data for their users.
{
"continent": "string", // Continent name
"country_name": "string", // Full country name
"country_code": "string", // ISO 3166-1 alpha-2 country code
"region": "string", // Region/state name
"city": "string", // City name
"ip": "string" // Visitor's IP address
}
{
"continent": "Europe",
"country_name": "France",
"country_code": "FR",
"region": "Île-de-France",
"city": "Paris",
"ip": "192.168.1.1"
}
Last Update:
Creation: