HTTP request
GET https://api.wevoteusa.org/apis/v1/ballotItemsSyncOut (Jump to "Try It Now")
Optional Parameters
| Parameter name | Value | Description |
| google_civic_election_id | integer | Limit the ballot_items retrieved to those for this google_civic_election_id. At least one of these variables is needed so we do not overwhelm the API server. |
| state_code | string | The us state the ballot item is for. At least one of these variables is needed so we do not overwhelm the API server. |
Response
[{
"we_vote_id": string,
"ballot_item_display_name": string,
"contest_office_we_vote_id": string,
"contest_measure_we_vote_id": string,
"google_ballot_placement": string,
"google_civic_election_id": string,
"state_code": string,
"local_ballot_order": string,
"measure_subtitle": string,
"measure_text": string,
"measure_url": string,
"no_vote_description": string,
"polling_location_we_vote_id": string,
"yes_vote_description": string,
}]
Try It Now: API Variables