Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=-identifier&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-identifier&page=16",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-identifier&page=14",
    "results": [
        {
            "id": 8380,
            "slug": "vs18_473_020",
            "identifier": "vs18_473_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_020/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2232",
            "original_title": "Votazione Articolo 3 DDL n. 2232",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 224,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8370,
            "slug": "vs18_473_019",
            "identifier": "vs18_473_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_019/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.100, DDL n. 2232",
            "original_title": "Votazione Emendamento 3.100, DDL n. 2232",
            "description_title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 219,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8360,
            "slug": "vs18_473_018",
            "identifier": "vs18_473_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_018/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2232",
            "original_title": "Votazione Articolo 2 DDL n. 2232",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 219,
            "majority_cohesion_rate": 70.23,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8351,
            "slug": "vs18_473_017",
            "identifier": "vs18_473_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_017/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2232",
            "original_title": "Votazione Articolo 1 DDL n. 2232",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 218,
            "majority_cohesion_rate": 69.84,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8342,
            "slug": "vs18_473_016",
            "identifier": "vs18_473_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_016/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 16,
            "title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica Kirghisa sulla cooperazione culturale, scientifica e tecnologica fatto a Bishkek il 14 febbraio 2013 (DDL 2231) - Votazione finale DDL n. 2231",
            "original_title": "Votazione finale DDL n. 2231",
            "description_title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica Kirghisa sulla cooperazione culturale, scientifica e tecnologica fatto a Bishkek il 14 febbraio 2013 (DDL 2231)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 191,
            "majority_cohesion_rate": 69.84,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8369,
            "slug": "vs18_473_015",
            "identifier": "vs18_473_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_015/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2231",
            "original_title": "Votazione Articolo 5 DDL n. 2231",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 193,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8359,
            "slug": "vs18_473_014",
            "identifier": "vs18_473_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_014/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2231",
            "original_title": "Votazione Articolo 4 DDL n. 2231",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 189,
            "majority_cohesion_rate": 69.26,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8356,
            "slug": "vs18_473_013",
            "identifier": "vs18_473_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_013/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2231",
            "original_title": "Votazione Articolo 3 DDL n. 2231",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 193,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8347,
            "slug": "vs18_473_012",
            "identifier": "vs18_473_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_012/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.100, DDL n. 2231",
            "original_title": "Votazione Emendamento 3.100, DDL n. 2231",
            "description_title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 192,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8382,
            "slug": "vs18_473_011",
            "identifier": "vs18_473_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_011/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2231",
            "original_title": "Votazione Articolo 2 DDL n. 2231",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 191,
            "majority_cohesion_rate": 69.84,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8368,
            "slug": "vs18_473_010",
            "identifier": "vs18_473_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_010/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2231",
            "original_title": "Votazione Articolo 1 DDL n. 2231",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 189,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8373,
            "slug": "vs18_473_009",
            "identifier": "vs18_473_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_009/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 9,
            "title": "Conversione in legge del decreto-legge 29 gennaio 2021, n. 5, recante misure urgenti in materia di organizzazione e funzionamento del Comitato olimpico nazionale italiano (CONI) (Approvato dal Senato). (DDL 2934) - Votazione finale DDL n. 2934",
            "original_title": "Votazione finale DDL n. 2934",
            "description_title": "Conversione in legge del decreto-legge 29 gennaio 2021, n. 5, recante misure urgenti in materia di organizzazione e funzionamento del Comitato olimpico nazionale italiano (CONI) (Approvato dal Senato). (DDL 2934)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 192,
            "majority_cohesion_rate": 70.82,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8361,
            "slug": "vs18_473_008",
            "identifier": "vs18_473_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_008/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.27 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 2.27 DDL n. 2934",
            "original_title": "Votazione Emendamento 2.27 DDL n. 2934",
            "description_title": "Emendamento 2.27 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 186,
            "majority_cohesion_rate": 66.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 8353,
            "slug": "vs18_473_007",
            "identifier": "vs18_473_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_007/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.13 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 2.13 DDL n. 2934",
            "original_title": "Votazione Emendamento 2.13 DDL n. 2934",
            "description_title": "Emendamento 2.13 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 190,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8339,
            "slug": "vs18_473_006",
            "identifier": "vs18_473_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_006/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.12 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 2.12 DDL n. 2934",
            "original_title": "Votazione Emendamento 2.12 DDL n. 2934",
            "description_title": "Emendamento 2.12 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 186,
            "majority_cohesion_rate": 66.54,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8376,
            "slug": "vs18_473_005",
            "identifier": "vs18_473_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_005/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.4 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 1.4 DDL n. 2934",
            "original_title": "Votazione Emendamento 1.4 DDL n. 2934",
            "description_title": "Emendamento 1.4 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 183,
            "majority_cohesion_rate": 65.37,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8362,
            "slug": "vs18_473_004",
            "identifier": "vs18_473_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_004/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.3 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 1.3 DDL n. 2934",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2934",
            "description_title": "Emendamento 1.3 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 185,
            "majority_cohesion_rate": 65.95,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8352,
            "slug": "vs18_473_003",
            "identifier": "vs18_473_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_003/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 1.2 DDL n. 2934",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2934",
            "description_title": "Emendamento 1.2 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 176,
            "majority_cohesion_rate": 63.81,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8345,
            "slug": "vs18_473_002",
            "identifier": "vs18_473_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_002/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 TESTAMENTO ROSA ALBA (MISTO) - Votazione Emendamento 1.1 DDL n. 2934",
            "original_title": "Votazione Emendamento 1.1 DDL n. 2934",
            "description_title": "Emendamento 1.1 TESTAMENTO ROSA ALBA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 174,
            "majority_cohesion_rate": 62.65,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8378,
            "slug": "vs18_473_001",
            "identifier": "vs18_473_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_001/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 1,
            "title": "Questione pregiudiziale n. 1 LOLLOBRIGIDA FRANCESCO (FDI)  ed altri - Votazione pregiudiziale DDL n. 2945",
            "original_title": "Votazione pregiudiziale DDL n. 2945",
            "description_title": "Questione pregiudiziale n. 1 LOLLOBRIGIDA FRANCESCO (FDI)  ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 160,
            "majority_cohesion_rate": 60.12,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7819,
            "slug": "vs18_467_021",
            "identifier": "vs18_467_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_021/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 21,
            "title": "Ratifica ed esecuzione dello Statuto dell'East Mediterranean Gas Forum (EMGF), fatto al Cairo il 22 settembre 2020 (DDL 2842) - Votazione finale ",
            "original_title": "Votazione finale ",
            "description_title": "Ratifica ed esecuzione dello Statuto dell'East Mediterranean Gas Forum (EMGF), fatto al Cairo il 22 settembre 2020 (DDL 2842)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 18,
            "n_margin": 135,
            "majority_cohesion_rate": 42.02,
            "minority_cohesion_rate": 38.24
        },
        {
            "id": 7796,
            "slug": "vs18_467_020",
            "identifier": "vs18_467_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_020/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 20,
            "title": "Ratifica ed esecuzione dell'Accordo tra la Repubblica Italiana e la Repubblica ellenica sulla delimitazione delle rispettive zone marittime, fatto ad Atene il 9 giugno 2020 (DDL 2786) - Votazione finale DDL n. 2786",
            "original_title": "Votazione finale DDL n. 2786",
            "description_title": "Ratifica ed esecuzione dell'Accordo tra la Repubblica Italiana e la Repubblica ellenica sulla delimitazione delle rispettive zone marittime, fatto ad Atene il 9 giugno 2020 (DDL 2786)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 136,
            "majority_cohesion_rate": 42.02,
            "minority_cohesion_rate": 38.24
        },
        {
            "id": 7815,
            "slug": "vs18_467_019",
            "identifier": "vs18_467_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_019/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 19,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sulla morte di David Rossi (Doc. XXII, n. 37) - Votazione finale ",
            "original_title": "Votazione finale ",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sulla morte di David Rossi (Doc. XXII, n. 37)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 155,
            "majority_cohesion_rate": 48.25,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 7811,
            "slug": "vs18_467_018",
            "identifier": "vs18_467_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_018/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 5                                        \n(Doc. XXII, n. 37) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 5                                        \n(Doc. XXII, n. 37)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 160,
            "majority_cohesion_rate": 50.19,
            "minority_cohesion_rate": 61.76
        },
        {
            "id": 7825,
            "slug": "vs18_467_017",
            "identifier": "vs18_467_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_017/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 4                                        \n(Doc. XXII, n. 37) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 4                                        \n(Doc. XXII, n. 37)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 160,
            "majority_cohesion_rate": 50.58,
            "minority_cohesion_rate": 58.82
        },
        {
            "id": 7820,
            "slug": "vs18_467_016",
            "identifier": "vs18_467_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_016/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 3                                        \n(Doc. XXII, n. 37) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 3                                        \n(Doc. XXII, n. 37)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 154,
            "majority_cohesion_rate": 49.03,
            "minority_cohesion_rate": 58.82
        },
        {
            "id": 7817,
            "slug": "vs18_467_015",
            "identifier": "vs18_467_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_015/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 2                                        \n(Doc. XXII, n. 37) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 2                                        \n(Doc. XXII, n. 37)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 150,
            "majority_cohesion_rate": 48.05,
            "minority_cohesion_rate": 55.88
        },
        {
            "id": 7813,
            "slug": "vs18_467_014",
            "identifier": "vs18_467_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_014/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 1\n(Doc. XXII, n. 37) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 1\n(Doc. XXII, n. 37)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 144,
            "majority_cohesion_rate": 45.72,
            "minority_cohesion_rate": 58.82
        },
        {
            "id": 7803,
            "slug": "vs18_467_013",
            "identifier": "vs18_467_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_013/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 13,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 14 gennaio 2021, n. 2, recante ulteriori disposizioni urgenti in materia di contenimento e prevenzione dell'emergenza epidemiologica da COVID-19 e di svolgimento delle elezioni per l'anno 2021 (Approvato dal Senato) (DDL 2921) - Votazione finale DDL n. 2921",
            "original_title": "Votazione finale DDL n. 2921",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 14 gennaio 2021, n. 2, recante ulteriori disposizioni urgenti in materia di contenimento e prevenzione dell'emergenza epidemiologica da COVID-19 e di svolgimento delle elezioni per l'anno 2021 (Approvato dal Senato) (DDL 2921)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 97,
            "majority_cohesion_rate": 37.35,
            "minority_cohesion_rate": 64.71
        },
        {
            "id": 7821,
            "slug": "vs18_467_012",
            "identifier": "vs18_467_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_012/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2921/93 MELONI GIORGIA (FDI) - Votazione Ordine del giorno 9/2921/93 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/93 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/93 MELONI GIORGIA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 209,
            "majority_cohesion_rate": 65.37,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 7818,
            "slug": "vs18_467_011",
            "identifier": "vs18_467_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_011/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2921/89 NOJA LISA (IV) - Votazione Ordine del giorno 9/2921/89 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/89 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/89 NOJA LISA (IV)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 210,
            "majority_cohesion_rate": 65.95,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 7824,
            "slug": "vs18_467_010",
            "identifier": "vs18_467_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_010/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2921/85 PRISCO EMANUELE (FDI) - Votazione Ordine del giorno 9/2921/85 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/85 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/85 PRISCO EMANUELE (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 99,
            "majority_cohesion_rate": 37.16,
            "minority_cohesion_rate": 73.53
        },
        {
            "id": 7814,
            "slug": "vs18_467_009",
            "identifier": "vs18_467_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_009/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2921/46 SORTE ALESSANDRO (MISTO) - Votazione Ordine del giorno 9/2921/46 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/46 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/46 SORTE ALESSANDRO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 95,
            "majority_cohesion_rate": 38.33,
            "minority_cohesion_rate": 73.53
        },
        {
            "id": 7810,
            "slug": "vs18_467_008",
            "identifier": "vs18_467_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_008/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2921/45 VARCHI MARIA CAROLINA (FDI) - Votazione Ordine del giorno 9/2921/45 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/45 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/45 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 11,
            "n_margin": 90,
            "majority_cohesion_rate": 38.33,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 7827,
            "slug": "vs18_467_007",
            "identifier": "vs18_467_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_007/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2921/39 BARONI MASSIMO ENRICO (MISTO) - Votazione Ordine del giorno 9/2921/39 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/39 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/39 BARONI MASSIMO ENRICO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 93,
            "majority_cohesion_rate": 37.74,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 7823,
            "slug": "vs18_467_006",
            "identifier": "vs18_467_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_006/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2921/34 CIRIELLI EDMONDO (FDI) - Votazione Ordine del giorno 9/2921/34 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/34 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/34 CIRIELLI EDMONDO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 92,
            "majority_cohesion_rate": 37.16,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 7816,
            "slug": "vs18_467_005",
            "identifier": "vs18_467_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_005/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2921/28 MASCHIO CIRO (FDI) - Votazione Ordine del giorno 9/2921/28 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/28 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/28 MASCHIO CIRO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 93,
            "majority_cohesion_rate": 38.13,
            "minority_cohesion_rate": 79.41
        },
        {
            "id": 7812,
            "slug": "vs18_467_004",
            "identifier": "vs18_467_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_004/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2921/27 GEMMATO MARCELLO (FDI) - Votazione Ordine del giorno 9/2921/27 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/27 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/27 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 92,
            "majority_cohesion_rate": 38.13,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 7826,
            "slug": "vs18_467_003",
            "identifier": "vs18_467_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_003/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2921/23 CIABURRO MONICA (FDI) - Votazione Ordine del giorno 9/2921/23 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/23 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/23 CIABURRO MONICA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 94,
            "majority_cohesion_rate": 38.52,
            "minority_cohesion_rate": 79.41
        },
        {
            "id": 7822,
            "slug": "vs18_467_002",
            "identifier": "vs18_467_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_002/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2921/7 COSTA ENRICO (MISTO) - Votazione Ordine del giorno 9/2921/7 DDL n. 2921",
            "original_title": "Votazione Ordine del giorno 9/2921/7 DDL n. 2921",
            "description_title": "Ordine del giorno n. 9/2921/7 COSTA ENRICO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 86,
            "majority_cohesion_rate": 37.74,
            "minority_cohesion_rate": 73.53
        },
        {
            "id": 7781,
            "slug": "vs18_467_001",
            "identifier": "vs18_467_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_467_001/?format=api",
            "sitting": {
                "id": 483,
                "date": "2021-03-11",
                "number": 467,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.14 RIZZETTO WALTER (FDI) - Votazione Emendamento 1.14 DDL n. 2921",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2921",
            "description_title": "Emendamento 1.14 RIZZETTO WALTER (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 80,
            "majority_cohesion_rate": 36.96,
            "minority_cohesion_rate": 79.41
        },
        {
            "id": 7802,
            "slug": "vs18_466_018",
            "identifier": "vs18_466_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_018/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 5.04 CIABURRO MONICA (FDI) - Votazione Emendamento 5.04 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.04 DDL n. 2921",
            "description_title": "Articolo aggiuntivo 5.04 CIABURRO MONICA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 97,
            "majority_cohesion_rate": 39.11,
            "minority_cohesion_rate": 85.29
        },
        {
            "id": 7787,
            "slug": "vs18_466_017",
            "identifier": "vs18_466_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_017/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 5.05 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 5.05 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.05 DDL n. 2921",
            "description_title": "Articolo aggiuntivo 5.05 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 93,
            "majority_cohesion_rate": 37.55,
            "minority_cohesion_rate": 88.24
        },
        {
            "id": 7782,
            "slug": "vs18_466_016",
            "identifier": "vs18_466_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_016/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 5.06 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 5.06 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.06 DDL n. 2921",
            "description_title": "Articolo aggiuntivo 5.06 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 98,
            "majority_cohesion_rate": 38.72,
            "minority_cohesion_rate": 88.24
        },
        {
            "id": 7793,
            "slug": "vs18_466_015",
            "identifier": "vs18_466_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_015/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 5.02 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 5.02 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.02 DDL n. 2921",
            "description_title": "Articolo aggiuntivo 5.02 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 94,
            "majority_cohesion_rate": 38.33,
            "minority_cohesion_rate": 88.24
        },
        {
            "id": 7766,
            "slug": "vs18_466_014",
            "identifier": "vs18_466_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_014/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 5.01 SAPIA FRANCESCO (MISTO) - Votazione Emendamento 5.01 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.01 DDL n. 2921",
            "description_title": "Articolo aggiuntivo 5.01 SAPIA FRANCESCO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 84,
            "majority_cohesion_rate": 39.11,
            "minority_cohesion_rate": 88.24
        },
        {
            "id": 7775,
            "slug": "vs18_466_013",
            "identifier": "vs18_466_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_013/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 5.3 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 5.3 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.3 DDL n. 2921",
            "description_title": "Emendamento 5.3 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 95,
            "majority_cohesion_rate": 37.55,
            "minority_cohesion_rate": 82.35
        },
        {
            "id": 7783,
            "slug": "vs18_466_012",
            "identifier": "vs18_466_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_012/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 5.2 FOTI TOMMASO (FDI) - Votazione Emendamento 5.2 DDL n. 2921",
            "original_title": "Votazione Emendamento 5.2 DDL n. 2921",
            "description_title": "Emendamento 5.2 FOTI TOMMASO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 99,
            "majority_cohesion_rate": 38.91,
            "minority_cohesion_rate": 85.29
        },
        {
            "id": 7794,
            "slug": "vs18_466_011",
            "identifier": "vs18_466_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_011/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3-bis.2 GEMMATO MARCELLO (FDI) - Votazione Emendamento 3-bis.2 DDL n. 2921",
            "original_title": "Votazione Emendamento 3-bis.2 DDL n. 2921",
            "description_title": "Emendamento 3-bis.2 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 101,
            "majority_cohesion_rate": 39.49,
            "minority_cohesion_rate": 85.29
        },
        {
            "id": 7765,
            "slug": "vs18_466_010",
            "identifier": "vs18_466_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_466_010/?format=api",
            "sitting": {
                "id": 482,
                "date": "2021-03-10",
                "number": 466,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3-bis.1 GEMMATO MARCELLO (FDI) - Votazione Emendamento 3-bis.1 DDL n. 2921",
            "original_title": "Votazione Emendamento 3-bis.1 DDL n. 2921",
            "description_title": "Emendamento 3-bis.1 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 102,
            "majority_cohesion_rate": 39.49,
            "minority_cohesion_rate": 82.35
        }
    ]
}