Live data from Hacker News

Ask HN: What API do you wish you had while building your product?

news.ycombinator.com

111–120 of 151 posts

Re: Ask HN: What API do you wish you had while building your product?

#111

Instagram API that didn't require approval for basic things like downloading the image for a given Instagram URL. :P They've made it incredibly restrictive now.

Just add ?__a=1 with any instagram URL read -> https://medium.com/@motyar/instagrams-public-json-apis-330e4...

Re: Ask HN: What API do you wish you had while building your product?

#114
post #54
post #22

Earlier quoted context omitted.

Here it is: https://ipinfo.io

These free databases are really inaccurate in many cases compared to e.g. Maxmind. E.g. this thinks my IP address is 100 km away near the German border, but Maxmind's commercial DB puts me a 7 minute walk away in the center of Amsterdam. They're better than nothing, but be careful when relying on them for anything you need accurate Geo-IP info for.

I also don't recommend free solution for serious business. This can be critical for E-Commerce which uses GEO-Locking.

For customers that live on the borders it is very important that correct country is selected.

Re: Ask HN: What API do you wish you had while building your product?

#115

Easy way to get geo from ip. I hate a lot of the options: downloading binarys or using google's that just regulates you.

I used http://ip-api.com/json, the precision varies but at least the country level is fine. From the limited tests I did I was in the 5 km radios range.

Re: Ask HN: What API do you wish you had while building your product?

#116

An asynchronous API that returns a full review of my codebase by dozens of industry specialists with special attention paid to best practices and idiomatic implementation details.

This one is a really interesting idea. Although It would be quite pricey I guess. It takes time to review properly code base which is new to you and industry specialists know their price.

Re: Ask HN: What API do you wish you had while building your product?

#120
post #111

Instagram API that didn't require approval for basic things like downloading the image for a given Instagram URL. :P They've made it incredibly restrictive now.

Just add ?__a=1 with any instagram URL read -> https://medium.com/@motyar/instagrams-public-json-apis-330e4...

Is that a sanctioned way of doing it though? I don't want this to break later. Their https://api.instagram.com/oembed/?url= endpoint is at least documented but doesn't give full resolution photos and only limited metadata.
Post reply on HN