Skip to content

Instantly share code, notes, and snippets.

@saqibameen
Created July 23, 2018 23:07
Show Gist options
  • Save saqibameen/9ceb790b9fdf4482544b5a179d1f03c4 to your computer and use it in GitHub Desktop.
Save saqibameen/9ceb790b9fdf4482544b5a179d1f03c4 to your computer and use it in GitHub Desktop.
Sample response of location module of ipstack API
{
"location": {
"geoname_id": 5358705,
"capital": "Washington D.C.",
"languages": [
{
"code": "en",
"name": "English",
"native": "English"
}
],
"country_flag": "http://assets.ipstack.com/flags/us.svg",
"country_flag_emoji": "us",
"country_flag_emoji_unicode": "U+1F1FA U+1F1F8",
"calling_code": "1",
"is_eu": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment