Skip to content

zrrrzzt/micro-geoip-country

Repository files navigation

Build Status js-standard-style Greenkeeper badge

micro-geoip-country

Get country from ip

API

GET

curl https://country.geoip.allthethings.win?ip=8.8.8.8

returns

{
  "countryCode": "US",
  "countryCode3": "USA",
  "countryName": "United States",
  "countryEmoji": "🇺🇸"
}

POST

curl -d '{"ip": "8.8.8.8"}' https://country.geoip.allthethings.win
{
  "countryCode": "US",
  "countryCode3": "USA",
  "countryName": "United States",
  "countryEmoji": "🇺🇸"
}

License

MIT

alt text

About

Gets country from ip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •