Earlier quoted context omitted.
It still errors out: % curl --header "Accept: application/json" https://api.ipdata.co {"message": "Internal server error"} Also, this request doesn't seem to return valid JSON: % curl --header "Accept: application/json" https://api.ipdata.co/224.0.0.1 224.0.0.1 is a bogon address.
That's an expected response for bogon IP addresses, but you have you make a good point, we should make our error responses JSON. Please email me your IP address at jonathan at ipdata dot co and I'll help you out.
Show HN: IP Geolocation and Threat Data API
21–30 of 67 posts
Re: Show HN: IP Geolocation and Threat Data API
#22Do you provide local database? Making a web service call for every request seems like a performance bottle neck.
Re: Show HN: IP Geolocation and Threat Data API
#23Jonathan's been doing a great job of ipdata.co! I'd like to also shout out to my own service https://ipinfo.io here though, where we've recently launched new plans that include company details, carrier details, and IP type - we have a custom classifier that labels each IP as isp, business, or hosting, which can be really useful for a bunch of use cases. Here's sample output from the pro plan: { "ip": "66.87.125.72",…
Do you think it's appropriate to shill your own service every time a competitor has a Show HN? You made the same post during OP's last Show HN: https://news.ycombinator.com/item?id=15881463 I also wonder how mature a project has to be before it seems sheepish to "Show HN".
We're still less than a year old, so not at all sheepish about sharing whenever we can :)
Re: Show HN: IP Geolocation and Threat Data API
#24Re: Show HN: IP Geolocation and Threat Data API
#25Do you provide local database? Making a web service call for every request seems like a performance bottle neck.
Re: Show HN: IP Geolocation and Threat Data API
#26I tried sharing your page on FB messenger to a friend who is interested in this kind of APIs, but Messenger blocked it...man I hate this blacklisting crap...back to IRC it is.
Re: Show HN: IP Geolocation and Threat Data API
#27Re: Show HN: IP Geolocation and Threat Data API
#28How often is the threat data updated? Any way to truncate the response to just what we want?
Re: Show HN: IP Geolocation and Threat Data API
#29I've been using Cloudflare to detect TOR, but couldn't find a good way to detect proxies/etc.