HTTP request
GET https://api.wevoteusa.org/apis/v1/positionsSyncOut (Jump to "Try It Now")
Required Parameters
| Parameter name | Value | Description |
| google_civic_election_id | integer | The election for which we want positions. |
| state_code | string | Limit the positions entries retrieved to those in a particular state. |
Response
[{
"we_vote_id": string,
"ballot_item_display_name": string,
"ballot_item_image_url_https": string,
"candidate_campaign_we_vote_id": string,
"contest_measure_we_vote_id": string,
"contest_office_we_vote_id": string,
"date_entered": string,
"date_last_changed": string,
"from_scraper": string,
"google_civic_candidate_name": string,
"google_civic_election_id": string,
"more_info_url": string,
"organization_certified": string,
"organization_we_vote_id": string,
"politician_we_vote_id": string,
"position_ultimate_election_date": integer,
"position_year": integer,
"public_figure_we_vote_id": string,
"speaker_display_name": string,
"speaker_image_url_https": string,
"speaker_twitter_handle": string,
"stance": string,
"state_code": string,
"statement_text": string,
"statement_html": string,
"tweet_source_id": string,
"twitter_user_entered_position": string,
"volunteer_certified": string,
"vote_smart_rating": string,
"vote_smart_rating_id": string,
"vote_smart_rating_name": string,
"vote_smart_time_span": string,
"voter_entering_position": string,
"voter_we_vote_id": string,
}]
Try It Now: API Variables