< back to index

HTTP request

GET https://api.wevoteusa.org/apis/v1/sitewideElectionMetricsSyncOut (Jump to "Try It Now")

Required Parameters

Parameter name Value Description
api_key string (from post, cookie, or get (in that order)) The unique key provided to any organization using the WeVoteServer APIs
voter_device_id string An 88 character unique identifier linked to a voter record on the server. If not provided, a new voter_device_id (and voter entry) will be generated, and the voter_device_id will be returned.

Optional Parameters

Parameter name Value Description
starting_date_as_integer integer The earliest date for the batch we are retrieving. Format: YYYYMMDD (ex/ 20200131) (Default is 3 months ago)
ending_date_as_integer integer Retrieve data through this date. Format: YYYYMMDD (ex/ 20200228) (Default is right now.)
return_csv_format boolean If set to true, return results in CSV format instead of JSON.

Response

[{
  "id": integer,
  "authenticated_visitors_total": integer,
  "date_as_integer": integer,
  "election_day_text": integer,
  "entered_full_address": integer,
  "friends_only_positions": integer,
  "friends_only_positions_with_comments": integer,
  "google_civic_election_id": integer,
  "individuals_with_friends_only_positions": integer,
  "individuals_with_positions": integer,
  "individuals_with_public_positions": integer,
  "issues_followed": integer,
  "organization_public_positions": integer,
  "organizations_auto_followed": integer,
  "organizations_followed": integer,
  "organizations_signed_in": integer,
  "organizations_with_positions": integer,
  "public_positions": integer,
  "public_positions_with_comments": integer,
  "unique_voters_that_auto_followed_organizations": integer,
  "unique_voters_that_followed_organizations": integer,
  "visitors_total": integer,
  "voter_guide_entries": integer,
  "voter_guide_views": integer,
  "voter_guides_viewed": integer,
}]

Try It Now: API Variables

Allow people with Analytics Admin authority to retrieve raw election metrics information for data analysis purposes.

Parameter name Value  
voter_device_id:
starting_date_as_integer:
ending_date_as_integer:
return_csv_format: True
False

(opens in new window)