Ballot measures endpoints
/data/election_dates/ballot_measures
Parameter
Type
Required?
Description
/data/ballot_measures
Parameter
Type
Required?
Description
Last updated
GET /data/ballot_measures?state=CA&election_date=2024-11-05
x-api-key: YOUR_API_KEY{
"success": true,
"data": {
"election_date": "2024-11-05",
"districts": [
{
"id": 123,
"name": "California",
"type": "State",
"ballot_measures": [
{
"id": 23475,
"name": "California Proposition 33, Prohibit State Limitations on Local Rent Control Initiative (2024)",
"url": "https://ballotpedia.org/California_Proposition_33,_Prohibit_State_Limitations_on_Local_Rent_Control_Initiative_(2024)",
"status": "Defeated",
"yes_votes_total": 5979880,
"no_votes_total": 8975542,
"type": "Initiated state statute",
"yes_vote": "<p>A \"<strong>yes</strong>\" vote <u>supported</u><u>:</u> </p><ul><li>repealing the <em>Costa-Hawkins Rental Housing Act</em> (1995),<em> </em>thereby<em> </em>allowing cities and counties to limit rent on any housing and limit the rent for first-time tenants and </li><li>adding language to state law to prohibit the state from limiting \"the right of any city, county, or city and county to maintain, enact or expand residential rent control.\"</li></ul>",
"no_vote": "<p>A \"<strong>no</strong>\" vote <u>opposed</u> repealing <em>Costa-Hawkins Rental Housing Act</em>, which prohibits rent control on single-family homes and houses completed after February 1, 1995.</p>",
"official_title": "Proposition 33"
}
]
}
]
},
"message": null
}