90% of real-world civic API calls start with a voter's street address, not a jurisdiction name. This endpoint replaces a month of TIGER/Line GIS work with one HTTP call — the #1 reason teams stayed on Google Civic.
{
"address": "200 College St, Asheville, NC 28801",
"ocd_id": "ocd-division/country:us/state:nc/place:asheville",
"districts": [
{ "type": "cd", "ocd_id": "...cd:11" },
{ "type": "sldu", "ocd_id": "...sldu:49" },
{ "type": "sldl", "ocd_id": "...sldl:114" },
{ "type": "council", "ocd_id": "...council_district:3" }
],
"upcoming_elections": [
{ "date": "2026-05-05", "ballot_url": "/v1/ballots/blt_8fA2" }
]
}