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": "/bills/42-1/C-83/",
    "session": "42-1",
    "number": 998,
    "date": "2019-02-26",
    "description": {
        "en": "Bill C-83, An Act to amend the Corrections and Conditional Release Act and another Act (report stage amendment)",
        "fr": "Projet de loi C-83, Loi modifiant la Loi sur le syst\u00e8me correctionnel et la mise en libert\u00e9 sous condition et une autre loi (amendement \u00e0 l'\u00e9tape du rapport)"
    },
    "result": "Failed",
    "yea_total": 122,
    "nay_total": 162,
    "paired_total": 4,
    "context_statement": "/debates/2019/2/26/procedural-5/",
    "party_votes": [
        {
            "vote": "Yes",
            "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": "No",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Liberal Party of Canada"
                },
                "short_name": {
                    "en": "Liberal"
                }
            }
        },
        {
            "vote": "No",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Green Party of Canada"
                },
                "short_name": {
                    "en": "Green"
                }
            }
        }
    ],
    "url": "/votes/42-1/998/",
    "related": {
        "ballots_url": "/votes/ballots/?vote=%2Fvotes%2F42-1%2F998%2F",
        "votes_url": "/votes/"
    }
}