Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
}


  • No labels