Hacker News new | ask | show | jobs
Ask HN: Is there a list of all (or most) APIs and their endpoints?
1 points by brentadamson 1861 days ago
I'm aware of lists like https://github.com/public-apis/public-apis that list APIs. Is there a repo out there (or something else) that lists not only the API provider but also all of their endpoints? e.g. for Binance, something like this:

```

GET /sapi/v1/capital/config/getall

GET /sapi/v1/accountSnapshot

POST /sapi/v1/account/disableFastWithdrawSwitch

...

...

etc.

```

Would need not only all of the APIs out there but all of their endpoints as well (both free and paid APIs). Happy to create one if it doesn't exist

1 comments

Is this what you are looking for?https://www.programmableweb.com/category/all/apis
Almost. Really wanting a list of all of the individual endpoints for each of the APIs (unless I'm not seeing it on that page)