Quickstart
The API speaks REST/JSON over HTTPS. Every request goes through a single base URL — no SDK required to start.
Base URL
Section titled “Base URL”https://brazildatacommons.com.br/core/apiIn local development the stack proxy exposes the same paths at
http://localhost:8000/core/api.
Your first call
Section titled “Your first call”The /version endpoint returns server metadata — a zero-argument way to confirm you can
reach the API. Press Run to call it live:
GET URL
/core/api/versionNext steps
Section titled “Next steps”- Understand the model — DCIDs, variables, places, observations.
- Query observations — the endpoint you’ll use most.
- Browse the full API reference.