polkascan / polkascan-pre-explorer-api

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

How can I access the API on a quick local deployment? #7

Open dillu24 opened 4 years ago

dillu24 commented 4 years ago

I am trying to follow the quick deployment guide of polkascan. However when running the UI I am not getting data.

Do I need to run the full deployment for it to get the data?

Is there are way I can access the API?

arjanz commented 4 years ago

The API endpoints in de docker-compose config files were outdated, I've updated them in commit https://github.com/polkascan/polkascan-os/commit/2961c6e6851bec1bc5950fe2a8f74afbd35de938 to match current endpoints used in Polkascan.io

dillu24 commented 4 years ago

Ok now I can see the data on the GUI. Is there a way to get this data using the API in JSON format? Or do I need a full deployment?