Brazilian Chamber of Deputies Open Data

Brazil's lower-house legislative open data

🏛 GovernmentDYINGchecked 12h 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.

36HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 36 · dying
Uptime history
27.5%90 days
26.7%30 days
4444P50 · ms
4999P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 2482 ms, slowest 4999 ms, most recent 4924 ms.
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 · 6DyingFULL DOCS ↗
Dying — error rate climbing on GET /api/v2/partidos?itens=24444 mschecked 12h 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 (Retry-After: 30s).

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 dying with 27.5% uptime over 90 days and a 4444 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.