Skip to content

Instantly share code, notes, and snippets.

@andydavies
Created April 30, 2013 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andydavies/5489399 to your computer and use it in GitHub Desktop.
Save andydavies/5489399 to your computer and use it in GitHub Desktop.
Quova API example - when tested it didn't support IPv6 and cellular gateways were always reported as line_speed:low regardless of end user connection
{
"ipinfo":{
"ip_address":"212.183.128.252",
"ip_type":"Mapped",
"Network":{
"organization":"vodafone limited",
"carrier":"vodafone limited",
"asn":25135,
"connection_type":"mobile wireless",
"line_speed":"low",
"ip_routing_type":"mobile gateway",
"Domain":{
"tld":"net",
"sld":"vodafone"
}
},
"Location":{
"continent":"europe",
"latitude":51.39972221,
"longitude":-1.3386111,
"CountryData":{
"country":"united kingdom",
"country_code":"gb",
"country_cf":95
},
"region":"south east",
"StateData":{
"state":"west berkshire",
"state_code":null,
"state_cf":23
},
"dma":null,
"msa":null,
"CityData":{
"city":"newbury",
"postal_code":"rg14",
"time_zone":0,
"area_code":null,
"city_cf":23
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment