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/44-1/C-69/",
    "session": "44-1",
    "number": 766,
    "date": "2024-05-22",
    "description": {
        "en": "2nd reading of Bill C-69, An Act to implement certain provisions of the budget tabled in Parliament on April 16, 2024",
        "fr": "2e lecture du projet de loi C-69, Loi portant ex\u00e9cution de certaines dispositions du budget d\u00e9pos\u00e9 au Parlement le 16 avril 2024"
    },
    "result": "Passed",
    "yea_total": 174,
    "nay_total": 143,
    "paired_total": 8,
    "context_statement": "/debates/2024/5/22/procedural-3/",
    "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": "No",
            "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": "Yes",
            "disagreement": 0.0,
            "party": {
                "name": {
                    "en": "Green Party of Canada"
                },
                "short_name": {
                    "en": "Green"
                }
            }
        }
    ],
    "url": "/votes/44-1/766/",
    "related": {
        "ballots_url": "/votes/ballots/?vote=%2Fvotes%2F44-1%2F766%2F",
        "votes_url": "/votes/"
    }
}