Quick start
GeoLoc API
GeoLoc offers a powerful, real-time IP to geolocation API capable of looking up accurate location data and assessing security threats originating from risky IP addresses. Results are delivered within milliseconds in JSON or XML format. Using the GeoLoc API you will be able to locate website visitors at first glance and adjust your user experience and application accordingly.
This documentation outlines in detail API features, available options and integration guides in different programming languages.
Getting Started
First, get your free access key to start using all our API features.
Sign up and get a free API access key
You can also use our API without an access key, but you have only 20 requests per minute.
Base URL:
https://api.geoloc.felicity-services.com/{ ip v4 }
API Access Key
Your API Access Key is your unique authentication key used to gain access to the GeoLoc API. In order to authenticate with the API, append the access key header parameter to the API's base URL and set it to your access key value.
Append your API Access Key:
Here is an example API call illustrating how to authenticate with the GeoLoc API:
curl -X GET \
https://api.geoloc.felicity-services.com/json/3.236.241.39 \
-H 'ACCESS-KEY: YOUR_ACCESS_KEY'
Respons
loading...