Live data from Hacker News

Go-based freegeoip.net now supports SSL for its API

freegeoip.net

11–20 of 38 posts

Re: Go-based freegeoip.net now supports SSL for its API

#12

For those unfamiliar, this free usage limit is much more relaxed than Google's Geocoder, which limits you to 2,500 free requests per day. https://developers.google.com/maps/documentation/geocoding/#...

Google's API is for a very different thing: it converts an address to a lat/long and vice-versa.

Re: Go-based freegeoip.net now supports SSL for its API

#14

For those unfamiliar, this free usage limit is much more relaxed than Google's Geocoder, which limits you to 2,500 free requests per day. https://developers.google.com/maps/documentation/geocoding/#...

Google offers three geocoders:

The first[1] converts ip to location, and allows 100 free queries per day.

The second[2] converts physical addresses to location as part of it maps JavaScript api, and is part of its 25,000 free requests/day.

The third[3] is its http version of geocoding, which also converts physical addresses to locations or visa-versa. This api has the 2,500 req/day limit.

[1]https://developers.google.com/maps/documentation/business/ge...

[2]https://developers.google.com/maps/documentation/javascript/...

[3]https://developers.google.com/maps/documentation/geocoding/

Post reply on HN