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.
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.
What we call votes are divisions in official Parliamentary lingo. We refer to an individual person's vote as a ballot.
{
"bill_url": "/bills/39-2/C-445/",
"session": "39-2",
"number": 117,
"date": "2008-05-28",
"description": {
"en": "That the Bill be now read a second time and referred to the Standing Committee on Finance.",
"fr": ""
},
"result": "Passed",
"yea_total": 133,
"nay_total": 98,
"paired_total": 14,
"context_statement": "/debates/2008/5/28/procedural-12/",
"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"
}
}
}
],
"url": "/votes/39-2/117/",
"related": {
"ballots_url": "/votes/ballots/?vote=%2Fvotes%2F39-2%2F117%2F",
"votes_url": "/votes/"
}
}