Documentation
After signing up and validating your email, you will be able to find your API Key in your dashboard. To make a request, you will need to append an api_key query parameter to every request.
API Endpoints
Calling the API endpoint with the visitor IP address will return its location information:
https://www.georestapi.com/api/v1/ip/check/?api_key={YOUR_API_KEY}&ip={IP_ADDRESS}
Output Schema
The output is a JSON object containing the following elements:
- ip_address
- continent_name
- continent_code
- country_name
- country_code
- area
- city_name
- city_postcode
- latitude
- longitude
- time_zone