Show HN: A New, Clean Geolocation API
21–30 of 168 posts
Re: Show HN: A New, Clean Geolocation API
#22Re: Show HN: A New, Clean Geolocation API
#23I wonder if you can change the pricing plans and language around them a little. What happens if I'm going along happily on the 2500/day plan and suddenly I get hit with a traffic spike and need 20,000/day for 3 days until things calm down? If you're going to use pricing buckets like this it probably needs to also come with an automated way to bump the plan if needed. Someone else in the thread suggested Maxmind as an…
I've actually been seriously considering adding a pay as you go plan, where you pay for only per the number of requests you make,is this something that would interest you? The current prices are an extended Cyber Monday offer, I figured I'd let it run into the holidays. Unfortunately it's never going to be spot on all the time. Awesome points on the example ips and adding error handling documentation. Thanks for poin…
Plans are kind of a pain because you have to have a sales process to get people to change. Mailchimp automatically upgrades/downgrades people between plans, which is a decent workaround, but still a little weird to customers.
Re: Show HN: A New, Clean Geolocation API
#24"Lantency based routing" - typo on landing page?
Re: Show HN: A New, Clean Geolocation API
#25Earlier quoted context omitted.
I've actually been seriously considering adding a pay as you go plan, where you pay for only per the number of requests you make,is this something that would interest you? The current prices are an extended Cyber Monday offer, I figured I'd let it run into the holidays. Unfortunately it's never going to be spot on all the time. Awesome points on the example ips and adding error handling documentation. Thanks for poin…
It's more fun to sell metered services to people than "plans". You can get the best of both worlds by having a per unit price, and then giving people discounts for committing to certain usage levels. Plans are kind of a pain because you have to have a sales process to get people to change. Mailchimp automatically upgrades/downgrades people between plans, which is a decent workaround, but still a little weird to custo…
I'm probably going to start work on incorporating this soon. Thanks for the input!
Re: Show HN: A New, Clean Geolocation API
#26Design looks great!
Re: Show HN: A New, Clean Geolocation API
#27Re: Show HN: A New, Clean Geolocation API
#28How do you compare to Maxmind in regards of data quality?
Re: Show HN: A New, Clean Geolocation API
#29How do you compare to Maxmind in regards of data quality?
Re: Show HN: A New, Clean Geolocation API
#30I wonder if you can change the pricing plans and language around them a little. What happens if I'm going along happily on the 2500/day plan and suddenly I get hit with a traffic spike and need 20,000/day for 3 days until things calm down? If you're going to use pricing buckets like this it probably needs to also come with an automated way to bump the plan if needed. Someone else in the thread suggested Maxmind as an…
You can download the Maxmind database locally. I don't see the option for that from IpData. That's worth the price increase for me. Having a web API is great for low- or mid-volume applications, but adding 10ms per user for an HTTPS call would still be like 1000x slower than hitting a local DB.
An API such as this exists would be a great choice where you need to modify content on the frontend. In which case you'd benefit from the availability of 10 endpoints around the world from which the API is available to provide the lowest latency to your users.