Brazilian Chamber of Deputies Open Data

Brazil's lower-house legislative open data

🏛 GovernmentNEWchecked 34 min ago
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

The Câmara dos Deputados publishes deputies, parties, bills, votes and expenses through a versioned REST API in JSON or XML. The sample lists political parties; server responses can be slow.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://dadosabertos.camara.leg.br/api/v2/partidos?itens=2

{
  "dados": [
    {
      "id": 36898,
      "sigla": "AVANTE",
      "nome": "Avante",
      "uri": "https://dadosabertos.camara.leg.br/api/v2/partidos/36898"
    }
  ]
}
Call itcurl · fetch · python
curl "https://dadosabertos.camara.leg.br/api/v2/partidos?itens=2"
const res = await fetch("https://dadosabertos.camara.leg.br/api/v2/partidos?itens=2");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://dadosabertos.camara.leg.br/api/v2/partidos?itens=2")
print(res.json())
Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /api/v2/partidos?itens=2checked 34 min ago
GET/api/v2/partidos?itens=2PROBED

Brazil's lower-house legislative open data

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/v2/partidos?limit=5

Partidos — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Brazilian Chamber of Deputies Open Data: common questions

Is Brazilian Chamber of Deputies Open Data free to use?

Yes — Brazilian Chamber of Deputies Open Data is a free government API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Brazilian Chamber of Deputies Open Data need an API key?

No — Brazilian Chamber of Deputies Open Data needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Brazilian Chamber of Deputies Open Data from the browser?

Yes — Brazilian Chamber of Deputies Open Data returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Brazilian Chamber of Deputies Open Data up right now?

As of our last scheduled check, Brazilian Chamber of Deputies Open Data is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.