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/S-210/",
    "session": "44-1",
    "number": 609,
    "date": "2023-12-13",
    "description": {
        "en": "2nd reading of Bill S-210, An Act to restrict young persons\u2019 online access to sexually explicit material",
        "fr": "2e lecture du projet de loi S-210, Loi limitant l\u2019acc\u00e8s en ligne des jeunes au mat\u00e9riel sexuellement explicite"
    },
    "result": "Passed",
    "yea_total": 189,
    "nay_total": 133,
    "paired_total": 2,
    "context_statement": "/debates/2023/12/13/procedural-2/",
    "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.10204081632653061,
            "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/609/",
    "related": {
        "ballots_url": "/votes/ballots/?vote=%2Fvotes%2F44-1%2F609%2F",
        "votes_url": "/votes/"
    }
}