Could someone please indicate what the expected schema is for the geolocation API?
The example in the documentation leads to freegeoip shutdown, which hasn't been working for quite a long time.
Could someone please indicate what the expected schema is for the geolocation API?
The example in the documentation leads to freegeoip shutdown, which hasn't been working for quite a long time.
{
"ip":"172.217.23.132",
"country_code":"US",
"country_name":"United States",
"region_code":"CA",
"region_name":"California",
"city":"Mountain View",
"zip_code":"94043",
"time_zone":"America/Los_Angeles",
"latitude":37.4192,
"longitude":-122.0574,
"metro_code":807
}