TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the best Web based API you ever used?

5 pointsby orenbarzilaiabout 10 years ago
We are designing an API for one of our products and would love to learn from the best. As a developer, what's the best (any why) Web based API you ever used?

6 comments

nreeceabout 10 years ago
Stripe. Streamlined and well-documented.
评论 #9560556 未加载
aprdmabout 10 years ago
I liked ones that I used and had Swagger documentation, that way you can easily make API calls in the API&#x27;s documentation. Take for example pipedrive: <a href="https:&#x2F;&#x2F;developers.pipedrive.com&#x2F;v1" rel="nofollow">https:&#x2F;&#x2F;developers.pipedrive.com&#x2F;v1</a>
manidoraisamyabout 10 years ago
Parse. I like APIs you can copy&#x2F;paste into javascript and build an MVP and worry about fail-proof server-side integration for production later.
评论 #9559228 未加载
eleumikabout 10 years ago
Whatever web API I use I like it to be documented in automatic way so that is always up to date. Especially in first phase API changes, and I remember bad days spent in discovering the new version of some Facebook api before they get published..sort of MSDN black box hell
gxespinoabout 10 years ago
Another vote for stripe. I know of many junior web devs cutting their teeth on stripe. It&#x27;s too easy.
gcatalfamoabout 10 years ago
Do SDKs count? AWS has been great so far.