/
IP Geolocation API
IP Geolocation API
IP geolocation api helps to locate and identify website visitors by IP address. In Page View for Confluence, we use https://reallyfreegeoip.org/json/ as default API to get users geolocation. You can use other providers, for example: https://freegeoip.app/ , https://ipstack.com/, ...
When using other providers, you need to make sure the API of them return a JSON with this structure:
{ "ip": "42.117.109.99", "country_code": "USA", "country_name": "USA", "region_code": "SF", "region_name": "San Francisco", "city": "San Francisco City", "latitude": 10.8142, "longitude": 106.6438 }
For examle, if you use ipstack.com, simply input http://api.ipstack.com/check? access_key = YOUR_ACCESS_KEY to the text box.
, multiple selections available,
Related content
Page View Configuration
Page View Configuration
More like this
How to use
How to use
More like this
Using with Scroll Viewport theme
Using with Scroll Viewport theme
Read with this
Page Views
Page Views
More like this
Release note v2.0.0
Release note v2.0.0
Read with this
Google Chat notifications
Google Chat notifications
More like this