Obtaining User Location (Country) & IP

#FidelitasUniversity

I have created an app that uses the uses a Free API call to obtain the IP and Geo-location (country) from the user automatically. The application can display both pieces of information or just the IP or location as needed, Particularly useful in case that a form needs to be filled out:

you can use the following API URL:

https://api.country.is/

And create an API call as follows:


In addition you will need to select the call parameters after testing the API call:


once selected just give a name to the responses like shown bellow:


Once that has been done select the widget you want to display the information with, add the API call to the page you are working and use the Parameter name you have created on the API page and you are all done

11
6 replies