Looking up the location and mobile carrier information associated with an IP Address
curl 'https://api.ipdata.co/69.78.70.144?api-key=test&fields=ip,city,region,country_name,continent_name,carrier'
Sample Response
{"ip": "69.78.70.144","city": "Farmersville","region": "Texas","country_name": "United States","continent_name": "North America","carrier": {"name": "Verizon","mcc": "310","mnc": "004"}}
Looking up the calling IP's country name
curl https://api.ipdata.co/country_name?api-key=test
Looking up a specific IP's country name
curl https://api.ipdata.co/3.3.3.3/country_name?api-key=test
Sample Response
United States
The available fields are;
ip
is_eu
city
region
region_code
country_name
country_code
continent_name
continent_code
latitude
longitude
asn
postal
calling_code
flag
emoji_flag
emoji_unicode
carrier
languages
currency
time_zone
threat
count
For a description of every field see Our Data Table.