Skip to content

Instantly share code, notes, and snippets.

@Adamsimsy
Last active December 11, 2018 05:05
Show Gist options
  • Save Adamsimsy/921f295f7b85accd4801f7647fcb8f70 to your computer and use it in GitHub Desktop.
Save Adamsimsy/921f295f7b85accd4801f7647fcb8f70 to your computer and use it in GitHub Desktop.
Sitecore Geolocation
{
"continent": {
"name": "North America",
"code": "NA"
},
"country": {
"name": "United States",
"isoCode": "US"
},
"city": "Atlanta",
"longitude": "-84.3783",
"latitude": "33.8822",
"timeZone": "America/New_York",
"postCode": "30342",
"subDivisionIsoCode": [
"GA"
],
"isAnonymousProxy": false,
"metroCode": "524",
"isp": "Comcast Cable",
"prganization": "Comcast Cable",
"domain": "comcast.net"
}
{
"continent":{
"name":"Oceania",
"code":"OC"
},
"country":{
"name":"Australia",
"isoCode":"AU"
},
"city":"Docklands",
"longitude":144.9505,
"latitude":-37.8149,
"timeZone":"Australia/Melbourne",
"postCode":"3008",
"subDivisionIsoCode":[
"VIC"
],
"isAnonymousProxy":false,
"metroCode":"",
"isp":"Australian Academic and Reasearch Network (AARNet)",
"organization":"Australian Academic and Reasearch Network (AARNet)",
"domain":null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment