This is a single vote resource from the openparliament.ca API. If you’re new here, you might want to look at the documentation. If API and JSON are gibberish to you, you’re better off at our main site.

Notes

What we call votes are divisions in official Parliamentary lingo. We refer to an individual person's vote as a ballot.

Content

Get this resource as raw JSON.

See the corresponding webpage.

{
    "bill_url": null,
    "session": "42-1",
    "number": 4,
    "date": "2015-12-10",
    "description": {
        "en": "That the Supplementary Estimates (B) for the fiscal year ending March 31, 2016 be concurred in.",
        "fr": "Que le Budget suppl\u00e9mentaire des d\u00e9penses (B) pour l\u2019exercice se terminant le 31 mars 2016 soit agr\u00e9\u00e9."
    },
    "result": "Passed",
    "yea_total": 228,
    "nay_total": 96,
    "paired_total": 0,
    "context_statement": "/debates/2015/12/10/procedural-a-4/",
    "party_votes": [
        {
            "vote": "No",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Conservative Party of Canada"
                },
                "short_name": {
                    "en": "Conservative"
                }
            }
        },
        {
            "vote": "Yes",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "New Democratic Party"
                },
                "short_name": {
                    "en": "NDP"
                }
            }
        },
        {
            "vote": "Yes",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Bloc Qu\u00e9b\u00e9cois"
                },
                "short_name": {
                    "en": "Bloc"
                }
            }
        },
        {
            "vote": "Yes",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Liberal Party of Canada"
                },
                "short_name": {
                    "en": "Liberal"
                }
            }
        },
        {
            "vote": "Didn't vote",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Green Party of Canada"
                },
                "short_name": {
                    "en": "Green"
                }
            }
        }
    ],
    "url": "/votes/42-1/4/",
    "related": {
        "ballots_url": "/votes/ballots/?vote=%2Fvotes%2F42-1%2F4%2F",
        "votes_url": "/votes/"
    }
}