Geo Data API

  • IP Lookup Service
  • Basic information about countries
  • Basic information about cities
  • Country flags

Contact

If you have found this API useful but feel that a feature is missing, please share your suggestions with us via email.


API Limits

This API has a free limit of 20 API requests per day. If you need more requests, subscribe to one of our free plans.
Subscribe to the BASIC Free Plan to raise the limit to 1000 API requests per day for free.
Plans are provided by RapidAPI.


API Overview

Resolve location by IP address

Example:
curl -H 'Accept:application/json' 'https://geo-data-api.intami.pl/ip/_IP_ADDR_'

Resolve country information

Basic country information:
curl -H 'Accept:application/json' 'https://geo-data-api.intami.pl/country/US'
Flag of the country:
curl 'https://geo-data-api.intami.pl/flag/US.webp'

Resolve location by IP address

Example:
curl -H 'Accept:application/json' 'https://geo-data-api.intami.pl/city/Barcelona'

Explore the API