- US & State Government tax information. The tax code is amazingly complex. It would be good if you could figure out the tax implications of various events. Better if they simplified the tax code to where this was possible. Moreover, data.gov so far is a disappointment. Maybe they'll improve it. But I'd love to dig in to purchasing and personnel costs for every branch of government. - Good stock market historical tic…
"Google used to have a search API and it had horrible terms. Then they decommissioned it" It always surprises me when people say this. Apparently it's not widely known that Google do make their search API available: http://code.google.com/apis/ajaxsearch/documentation/#fonje (Before anyone says "that's just the AJAX API", please READ THE LINK, and scroll down to see the Java & PHP samples)
Ask HN: What APIs do you wish existed?
131–140 of 165 posts
Re: Ask HN: What APIs do you wish existed?
#132And the good local events api someone mentioned would also be great.
Re: Ask HN: What APIs do you wish existed?
#133My body, starting with my brain. Please provide clear documentation.
Re: Ask HN: What APIs do you wish existed?
#134a real-world grep. this might be solved in my lifetime, since books, notes, etc are all moving to digital. sometimes i just wish i could grep for x and it would find x in all my books, notebooks, etc.
Re: Ask HN: What APIs do you wish existed?
#135Sports statistics. NFL, MLB, NBA, etc.
I work for a sports data integration company, so you can get this data easily. Oh, you mean for free? Yeah, that's not gonna happen any time soon. Someone has to pay people to collect those statistics and then make them available.
Re: Ask HN: What APIs do you wish existed?
#136- US & State Government tax information. The tax code is amazingly complex. It would be good if you could figure out the tax implications of various events. Better if they simplified the tax code to where this was possible. Moreover, data.gov so far is a disappointment. Maybe they'll improve it. But I'd love to dig in to purchasing and personnel costs for every branch of government. - Good stock market historical tic…
Who would have guessed that MS would be more developer-friendly than G? Anyone who's done Microsoft-based development? MS is incredibly developer-friendly compared to many platform vendors. It's a point of business strategy for them (if memory serves me, that's what Ballmer's infamous "developers, developers, developers, developers" thing was about in context). Just don't try and mix in any technology from one of MS'…
Unfortunately their licensing is from an era that has come and gone. Building software that uses things like Windows Server, SQL Server, SharePoint or Office means to limit your scale to what they call "Micro ISV". You provide that package to your client and 95% of your revenues go straight to Microsoft.
You can build on their stuff but you won't scale and you won't grow, not because their technology doesn't scale, but because their licensing doesn't scale.
Re: Ask HN: What APIs do you wish existed?
#137Craigslist
There have been many CL clones(kijiji), but none gained enough eyeballs to make an interoperating API work. I suspect these attempts failed because they didn't pay attention to the community and instead acted liked closed corporations right out the starting gate. I thought the CL killer would appear on Facebook, but that hasn't happened because of totally different dynamics in Facebook's ecosystem.
Actually, I'm surprised that I haven't seen someone one here posting a hacked up API wrapper around Craigslist as a mini-startup.
Re: Ask HN: What APIs do you wish existed?
#138Hacker News API?
Not at all an API, but since we're on the subject.
I like reddit's format, where you can add .rss to almost any url and it returns the same result as an RSS feed
Re: Ask HN: What APIs do you wish existed?
#139Earlier quoted context omitted.
Link?
Sure. http://www.xmlteam.com We offer stuff ranging from simple on-demand calls to our web service (you purchase credits, docs cost you X credits per access) to a Perl-based app that captures an XML feed and parses and inserts the data into a DB for you to use as you will at your end, usually MySQL but we support MS-SQL too. We've got some pretty big clients: ESPN, USA Today are amongst them. We supplied Google with…
Re: Ask HN: What APIs do you wish existed?
#140Earlier quoted context omitted.
> Yeah, HTML scraping ESPN.com is not very hard. I've seen a few people respond with this "you can just html scrape that." Sure you can HTML-scrape for the information, but the topic of this "Ask HN" is about what APIs you would like to see. Maybe he already HTML-scrapes ESPN.com, but would prefer that there was an official API for it, no?
Yeah, but I prefer real solutions, regardless of how ugly they are, rather than wishful thinking for so-called "elegant" solutions.