Settings

Theme

Ask HN: Is there a list of all (or most) APIs and their endpoints?

1 points by brentadamson · 2 comments · 1 min read


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 thread
the_arun

Is this what you are looking for?https://www.programmableweb.com/category/all/apis

  • brentadamsonOP

    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)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection