2026 ImpeachmentTracker tracks claims made in the impeachment trial and the evidence cited for them. Status labels describe the state of evidence in the proceeding — never guilt, innocence, or a predicted verdict. This is an independent, solo-developer civic project; corrections are welcome. Read our methodology & disclaimers.

2026 ImpeachmentTracker

Data & API

The published record behind this site, as machine-readable JSON and CSV.

What’s included

Everything here is the published public record only — the same rows the site itself renders. Draft and internal editorial material is never exported. Every claim stays attributed to its speaker and side, and status labels describe the state of evidence in the proceeding, never a verdict of truth or guilt.

JSON API

The site is powered by a public, read-only JSON API. All endpoints live under the base URL:

https://impeachment.pinoysagainstcorruption.com/api/v1

Browse and try every public read-only endpoint in the interactive API docs (OpenAPI schema at /api/openapi.json). For example, to fetch contested claims:

curl -s "https://impeachment.pinoysagainstcorruption.com/api/v1/claims?status=contested&per_page=5"

CSV downloads

Each resource is also available as a flat CSV snapshot, generated live from the same published record. List-valued columns (source URLs, agenda items, related claim slugs) are joined with |.

  • claims.csv Every published claim with attribution, evidentiary status, and article.
  • sessions.csv Published trial-day recaps (agenda, rulings, transcript status).
  • evidence.csv The deduplicated evidence library cited by published claims.
  • actors.csv Public officials with a public profile, in their official capacity.
  • developments.csv Dated updates on published claims, one row per development.
  • counterclaims.csv Documented responses to published claims from another side.

Reuse

If you build on this data — journalism, research, civic tools — we’d love to hear about it. Corrections and source suggestions are welcome via the corrections page.