polkascan / polkascan-pre-explorer-api

Polkascan PRE Explorer API
GNU General Public License v3.0
7 stars 23 forks source link

where is the documentation for the api: https://explorer-32.polkascan.io/ #12

Closed anizeani closed 3 years ago

anizeani commented 3 years ago

is there somewhere a documentation for the api https://explorer-32.polkascan.io/api/v1 and how to use it? I got as an answer: There is no extensive documentation available per endpoint, but the API implements the https://jsonapi.org/ specification, so you can have a look there. An overview of available endpoints can be found here: https://github.com/polkascan/polkascan-pre-explorer-api/blob/master/app/main.py#L60 or you can check which endpoint are used on polkascan.io using the browser developer tools. Polkascan.io uses the same base as the opensource version