Are you able to flag an IP address as an IP coming from a VPN?
This is something we'd really like to add to our API and something we're working on.
Show HN: A New, Clean Geolocation API
71–80 of 168 posts
Re: Show HN: A New, Clean Geolocation API
#72Re: Show HN: A New, Clean Geolocation API
#73Earlier quoted context omitted.
This is something we'd really like to add to our API and something we're working on.
Are you able to flag if the IP is from a TOR network?
Re: Show HN: A New, Clean Geolocation API
#74Looks very cool and I'm going to give the free tier a try on a project. But this concerns me: > Can I update my card details? > Yes. Send an email to support@ipdata.co. Your request will be processed within 24hrs. What is your process there? You're not asking people to send credit card information via email, right?
Definitely not! :) We'd send you a unique link to a page where you can update your details. We'd never expose your credit card information in that manner.
Re: Show HN: A New, Clean Geolocation API
#75Tangential but I find it funny that such a simple service has libraries for so many different languages. Is one simple HTTP call and JSON deserialization that hard? Personally I'd be more concerned about bringing yet another 3rd party module (leftpad, security, maintenance) than doing GET + JSON.parse but maybe convenience is what's most important.
Re: Show HN: A New, Clean Geolocation API
#76Earlier quoted context omitted.
That's a very intriguing idea. I'm definitely going to look into the mechanics of this. I don't know if it'd make it possible to have them in different sizes, but thanks for this! I'm definitely going to look into adding a field with this.
Well they are characters so they are in different sizes by design (like vector graphics). For the reference here you have one with description how they are generated: https://emojipedia.org/flag-for-united-states/
Re: Show HN: A New, Clean Geolocation API
#77I host my own instance of https://freegeoip.net . Any advantages this would have over that?
Hi Kasbah, :) Several. - The Global infrastructure backing ipdata.co is pretty impressive, 4 data centers in the US, 1 in Canada, 2 in Europe and 1 each in Mumbai, Sydney and Seoul. - We offer more datapoints, I tried to build this around the most common use cases for Geolocation, one of which is showing your users the right currency. This is something we provide, that is, the currency ISO code and symbol. - I think…
2) OK.
3) freegeoip is faster and locally hosted - no network latency
The entire thing runs as a one command docker instance - database updates are automatically managed
Re: Show HN: A New, Clean Geolocation API
#78Earlier quoted context omitted.
Are you able to flag if the IP is from a TOR network?
You can see all the datapoints we provide by visiting our homepage https://ipdata.co or by making a call in your terminal via curl https://api.ipdata.co
Re: Show HN: A New, Clean Geolocation API
#79Tangential but I find it funny that such a simple service has libraries for so many different languages. Is one simple HTTP call and JSON deserialization that hard? Personally I'd be more concerned about bringing yet another 3rd party module (leftpad, security, maintenance) than doing GET + JSON.parse but maybe convenience is what's most important.
One of the first things people tend to look at for an API is whether or not there's a library that makes integration as easy as possible. One HTTP call and JSON deserialization is often more thought and effort than people want to put in.
Re: Show HN: A New, Clean Geolocation API
#80Are you able to flag an IP address as an IP coming from a VPN?
> Given an IP address, the system will return a probabilistic value (between a value of 0 and 1) of how likely the IP is a VPN / proxy / hosting / bad IP. A value of 1 means that IP is explicitly banned (a web host, VPN, or TOR node) by our dynamic lists.
We've been using it for a while and are pretty happy.