Skip to content

Instantly share code, notes, and snippets.

@alacritythief
Last active July 27, 2019 04:47
Show Gist options
  • Save alacritythief/532026f4920370da2f63cc62e9e8e3a7 to your computer and use it in GitHub Desktop.
Save alacritythief/532026f4920370da2f63cc62e9e8e3a7 to your computer and use it in GitHub Desktop.
Mobilize America API guide for Yang2020

Mobilize America API guide for Yang2020

Yang2020 Mobilize ID: 1396

Documentation

Mobilize America event API documentation:

Pagination:

Organization event endpoint guide and query params:

API Endpoint:

Events endpoint, under Yang2020 organization:

Example Object:

An example event object from a query

{
  event_type: "HOUSE_PARTY",
  summary: "",
  created_date: 1554507312,
  location: {
    venue: "",
    address_lines: [
      "185 Main St",
      ""
    ],
    locality: "Nashua",
    region: "NH",
    country: "US",
    postal_code: "03060",
    location: {
      latitude: 42.7604488,
      longitude: -71.4655101
    },
    congressional_district: "2",
    state_leg_district: "HILLSBOROUGH COUNTY NO. 31",
    state_senate_district: "13"
  },
  id: 89504,
  address_visibility: "PUBLIC",
  sponsor: {
    is_coordinated: true,
    created_date: 1554388751,
    id: 1396,
    district: "",
    slug: "yang2020",
    modified_date: 1561732482,
    org_type: "CAMPAIGN",
    is_primary_campaign: true,
    race_type: "PRESIDENTIAL",
    candidate_name: "Andrew Yang",
    event_feed_url: "https://www.mobilize.us/yang2020/",
    name: "Yang2020",
    is_independent: false,
    state: ""
  },
  timezone: "America/New_York",
  title: "NH - #YangTownHall Watch Party",
  created_by_volunteer_host: true,
  virtual_action_url: null,
  featured_image_url: "https://mobilizeamerica.imgix.net/uploads/event/cnn%20town%20hall%20rectangle_20190405172336508901.jpg",
  browser_url: "https://www.mobilize.us/yang2020/event/89504/",
  contact: null,
  description: "Come join our Yang Gang on Sunday April 14th at 8pm EST to watch Andrew's inaugural CNN Town Hall! Connect with friends new and old for this incredible moment in political history.",
  visibility: "PUBLIC",
  accessibility_notes: null,
  modified_date: 1558565270,
  accessibility_status: null,
  timeslots: [
    {
      start_date: 1555284600,
      id: 537300,
      is_full: false,
      end_date: 1555290000
    }
  ],
  high_priority: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment