Skip to content

Quickstart

The API speaks REST/JSON over HTTPS. Every request goes through a single base URL — no SDK required to start.

https://brazildatacommons.com.br/core/api

In local development the stack proxy exposes the same paths at http://localhost:8000/core/api.

The /version endpoint returns server metadata — a zero-argument way to confirm you can reach the API. Press Run to call it live:

GET /version
GET URL /core/api/version