Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=36
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=majority_cohesion_rate&page=37",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=35",
    "results": [
        {
            "id": 5652,
            "slug": "vs18_422_066",
            "identifier": "vs18_422_066",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_066/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 1824",
            "original_title": "Votazione Articolo 9 PDL n. 1824",
            "description_title": "Articolo 9",
            "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": 205,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 4995,
            "slug": "vs18_422_085",
            "identifier": "vs18_422_085",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_085/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 85,
            "title": "Articolo 16 - Votazione Articolo 16 PDL n. 1824",
            "original_title": "Votazione Articolo 16 PDL n. 1824",
            "description_title": "Articolo 16",
            "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": 208,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 6415,
            "slug": "vs18_422_052",
            "identifier": "vs18_422_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_052/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 1824",
            "original_title": "Votazione Articolo 3 PDL n. 1824",
            "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": 205,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 62.99
        },
        {
            "id": 8377,
            "slug": "vs18_473_029",
            "identifier": "vs18_473_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_029/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2522",
            "original_title": "Votazione Articolo 2 DDL n. 2522",
            "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": 0,
            "n_margin": 217,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7440,
            "slug": "vs18_501_034",
            "identifier": "vs18_501_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_501_034/?format=api",
            "sitting": {
                "id": 517,
                "date": "2021-05-05",
                "number": 501,
                "branch": "C"
            },
            "number": 34,
            "title": "Mozione n. 1-00465 (Nuova formulazione), limitatamente al capoverso terzo, lettera f), della parte dispositiva, TRANO RAFFAELE (MISTO) ed altri - Votazione Mozione 1_00465",
            "original_title": "Votazione Mozione 1_00465",
            "description_title": "Mozione n. 1-00465 (Nuova formulazione), limitatamente al capoverso terzo, lettera f), della parte dispositiva, TRANO RAFFAELE (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 182,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 88.89
        },
        {
            "id": 6934,
            "slug": "vs18_486_039",
            "identifier": "vs18_486_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_039/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1766",
            "original_title": "Votazione Articolo 3 DDL n. 1766",
            "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": 217,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8364,
            "slug": "vs18_473_034",
            "identifier": "vs18_473_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_034/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1768",
            "original_title": "Votazione Articolo 2 DDL n. 1768",
            "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": 0,
            "n_margin": 217,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8354,
            "slug": "vs18_473_037",
            "identifier": "vs18_473_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_037/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1768",
            "original_title": "Votazione Articolo 4 DDL n. 1768",
            "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": 0,
            "n_margin": 215,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "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": 7195,
            "slug": "vs18_500_013",
            "identifier": "vs18_500_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_500_013/?format=api",
            "sitting": {
                "id": 516,
                "date": "2021-05-04",
                "number": 500,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 1.0139 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.0139 DDL n. 2972",
            "original_title": "Votazione Emendamento 1.0139 DDL n. 2972",
            "description_title": "Articolo aggiuntivo 1.0139 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": 0,
            "n_margin": 178,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 7140,
            "slug": "vs18_486_034",
            "identifier": "vs18_486_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_034/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 2657",
            "original_title": "Votazione Articolo 6 DDL n. 2657",
            "description_title": "Articolo 6",
            "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": 218,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8425,
            "slug": "vs18_474_006",
            "identifier": "vs18_474_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_474_006/?format=api",
            "sitting": {
                "id": 490,
                "date": "2021-03-24",
                "number": 474,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00175 CRIPPA DAVIDE (M5S), MOLINARI RICCARDO (LEGA), DELRIO GRAZIANO (PD), OCCHIUTO ROBERTO (FI), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU), ROSSINI EMANUELA (MISTO) e LUPI MAURIZIO (MISTO) - Votazione Risoluzione 6_00175",
            "original_title": "Votazione Risoluzione 6_00175",
            "description_title": "Risoluzione n. 6-00175 CRIPPA DAVIDE (M5S), MOLINARI RICCARDO (LEGA), DELRIO GRAZIANO (PD), OCCHIUTO ROBERTO (FI), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU), ROSSINI EMANUELA (MISTO) e LUPI MAURIZIO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 178,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 2958,
            "slug": "vs18_253_017",
            "identifier": "vs18_253_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_017/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1624",
            "original_title": "Votazione Articolo DDL n.1624",
            "description_title": "Articolo 1\n    ",
            "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": 228,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 78.68
        },
        {
            "id": 15723,
            "slug": "18-151-6",
            "identifier": "18-151-6",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-151-6/?format=api",
            "sitting": {
                "id": 907,
                "date": "2019-09-25",
                "number": 151,
                "branch": "S"
            },
            "number": 6,
            "title": "Disposizioni per la sostituzione di automezzi e attrezzature azionati da motori endotermici con automezzi e attrezzature ad alimentazione elettrica, ibrida o ad idrogeno negli aeroporti individuati dall'articolo 1, comma 3, del regolamento di cui al decreto del Presidente della Repubblica 17 settembre 2015, n. 201 - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Disposizioni per la sostituzione di automezzi e attrezzature azionati da motori endotermici con automezzi e attrezzature ad alimentazione elettrica, ibrida o ad idrogeno negli aeroporti individuati dall'articolo 1, comma 3, del regolamento di cui al decreto del Presidente della Repubblica 17 settembre 2015, n. 201",
            "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": 92,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 44.12
        },
        {
            "id": 2848,
            "slug": "vs18_267_014",
            "identifier": "vs18_267_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_014/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 8.50 TRANCASSINI PAOLO (FDI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Emendamento 8.50 TRANCASSINI PAOLO (FDI)\n    ",
            "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": 22,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 79.07
        },
        {
            "id": 3255,
            "slug": "vs18_250_008",
            "identifier": "vs18_250_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_250_008/?format=api",
            "sitting": {
                "id": 266,
                "date": "2019-10-31",
                "number": 250,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2203/14 MONTARULI AUGUSTA (FDI)\n     - Votazione Ordine del giorno 9/2203/14 DDL n.2203",
            "original_title": "Votazione Ordine del giorno 9/2203/14 DDL n.2203",
            "description_title": "Ordine del giorno n. 9/2203/14 MONTARULI AUGUSTA (FDI)\n    ",
            "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": 43,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 62.4
        },
        {
            "id": 5599,
            "slug": "vs18_343_025",
            "identifier": "vs18_343_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_025/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 2117",
            "original_title": "Votazione Articolo 10 DDL n. 2117",
            "description_title": "Articolo 10",
            "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": 228,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 4415,
            "slug": "vs18_267_048",
            "identifier": "vs18_267_048",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_048/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 9.0123 TRANCASSINI PAOLO (FDI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Articolo aggiuntivo 9.0123 TRANCASSINI PAOLO (FDI)\n    ",
            "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": 27,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 75.58
        },
        {
            "id": 3234,
            "slug": "vs18_250_010",
            "identifier": "vs18_250_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_250_010/?format=api",
            "sitting": {
                "id": 266,
                "date": "2019-10-31",
                "number": 250,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2203/20 DONZELLI GIOVANNI (FDI)\n     - Votazione Ordine del giorno 9/2203/20 DDL n.2203",
            "original_title": "Votazione Ordine del giorno 9/2203/20 DDL n.2203",
            "description_title": "Ordine del giorno n. 9/2203/20 DONZELLI GIOVANNI (FDI)\n    ",
            "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": 39,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 8230,
            "slug": "vs18_461_009",
            "identifier": "vs18_461_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_461_009/?format=api",
            "sitting": {
                "id": 477,
                "date": "2021-02-23",
                "number": 461,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 15.96 ZUCCONI RICCARDO (FDI) - Votazione Emendamento 15.96 DDL n. 2845",
            "original_title": "Votazione Emendamento 15.96 DDL n. 2845",
            "description_title": "Emendamento 15.96 ZUCCONI RICCARDO (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": 189,
            "majority_cohesion_rate": 70.08,
            "minority_cohesion_rate": 76.47
        },
        {
            "id": 8314,
            "slug": "vs18_460_029",
            "identifier": "vs18_460_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_460_029/?format=api",
            "sitting": {
                "id": 476,
                "date": "2021-02-22",
                "number": 460,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 5.09 BUCALO CARMELA (FDI) - Votazione Emendamento 5.09 DDL n. 2845",
            "original_title": "Votazione Emendamento 5.09 DDL n. 2845",
            "description_title": "Articolo aggiuntivo 5.09 BUCALO CARMELA (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": 0,
            "n_margin": 185,
            "majority_cohesion_rate": 70.08,
            "minority_cohesion_rate": 88.24
        },
        {
            "id": 8286,
            "slug": "vs18_460_010",
            "identifier": "vs18_460_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_460_010/?format=api",
            "sitting": {
                "id": 476,
                "date": "2021-02-22",
                "number": 460,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.198 GEMMATO MARCELLO (FDI) - Votazione Emendamento 3.198 DDL n. 2845",
            "original_title": "Votazione Emendamento 3.198 DDL n. 2845",
            "description_title": "Emendamento 3.198 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": 0,
            "n_margin": 188,
            "majority_cohesion_rate": 70.08,
            "minority_cohesion_rate": 88.24
        },
        {
            "id": 3458,
            "slug": "vs18_181_051",
            "identifier": "vs18_181_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_051/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo aggiuntivo 11.060 RIZZO NERVO LUCA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Articolo aggiuntivo 11.060 RIZZO NERVO LUCA (PD)\n    ",
            "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": 51,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 50.95
        },
        {
            "id": 2451,
            "slug": "vs18_168_057",
            "identifier": "vs18_168_057",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_057/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo 6\n     - Votazione Articolo PDL n.0682",
            "original_title": "Votazione Articolo PDL n.0682",
            "description_title": "Articolo 6\n    ",
            "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": 185,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 47.91
        },
        {
            "id": 3459,
            "slug": "vs18_181_039",
            "identifier": "vs18_181_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_039/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 6.12 FERRO WANDA (FDI)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 6.12 FERRO WANDA (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 11,
            "n_margin": 147,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 29.28
        },
        {
            "id": 3477,
            "slug": "vs18_181_044",
            "identifier": "vs18_181_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_044/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 6.1 ROSTAN MICHELA (LEU) e 6.19 BRUNO BOSSIO VINCENZA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Identici emendamenti 6.1 ROSTAN MICHELA (LEU) e 6.19 BRUNO BOSSIO VINCENZA (PD)\n    ",
            "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": 51,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 50.19
        },
        {
            "id": 3480,
            "slug": "vs18_181_040",
            "identifier": "vs18_181_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_040/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 6.14 FERRO WANDA (FDI)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 6.14 FERRO WANDA (FDI)\n    ",
            "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": 136,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 28.9
        },
        {
            "id": 2452,
            "slug": "vs18_168_068",
            "identifier": "vs18_168_068",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_068/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 12.200, da votare ai sensi dell'articolo 86, comma  4-bis, del Regolamento\n     - Votazione Emendamento PDL n.0682",
            "original_title": "Votazione Emendamento PDL n.0682",
            "description_title": "Emendamento 12.200, da votare ai sensi dell'articolo 86, comma  4-bis, del Regolamento\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 149,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 25.1
        },
        {
            "id": 3455,
            "slug": "vs18_181_043",
            "identifier": "vs18_181_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_043/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 6.104 SANTELLI JOLE (FI)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 6.104 SANTELLI JOLE (FI)\n    ",
            "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": 136,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 28.9
        },
        {
            "id": 3479,
            "slug": "vs18_181_042",
            "identifier": "vs18_181_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_042/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 6.15 FERRO WANDA (FDI)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 6.15 FERRO WANDA (FDI)\n    ",
            "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": 95,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 30.04
        },
        {
            "id": 4525,
            "slug": "vs18_181_010",
            "identifier": "vs18_181_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_010/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 5.7 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 5.7 VISCOMI ANTONIO (PD)\n    ",
            "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": 29,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 66.92
        },
        {
            "id": 2460,
            "slug": "vs18_168_059",
            "identifier": "vs18_168_059",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_059/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 7.1 FRATOIANNI NICOLA (LEU)\n     - Votazione Emendamento PDL n.0682",
            "original_title": "Votazione Emendamento PDL n.0682",
            "description_title": "Emendamento 7.1 FRATOIANNI NICOLA (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 177,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 46.01
        },
        {
            "id": 3452,
            "slug": "vs18_181_063",
            "identifier": "vs18_181_063",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_063/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 12.36 RIZZO NERVO LUCA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 12.36 RIZZO NERVO LUCA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 77,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 31.18
        },
        {
            "id": 2543,
            "slug": "vs18_201_009",
            "identifier": "vs18_201_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_201_009/?format=api",
            "sitting": {
                "id": 217,
                "date": "2019-07-02",
                "number": 201,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00214, come riformulata, LORENZIN BEATRICE (MISTO) ed altri\n     - Votazione Mozione 1-00214",
            "original_title": "Votazione Mozione 1-00214",
            "description_title": "Mozione n. 1-00214, come riformulata, LORENZIN BEATRICE (MISTO) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 234,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 80.92
        },
        {
            "id": 3476,
            "slug": "vs18_181_070",
            "identifier": "vs18_181_070",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_070/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 14.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 14.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 124,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 45.63
        },
        {
            "id": 4916,
            "slug": "vs18_417_095",
            "identifier": "vs18_417_095",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_095/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 4.285 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 4.285 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.285 PDL n. 0107",
            "description_title": "Emendamento 4.285 PAGANO ALESSANDRO (LEGA)",
            "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": 38,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 62.99
        },
        {
            "id": 5473,
            "slug": "vs18_417_062",
            "identifier": "vs18_417_062",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_062/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 2.292 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 2.292 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.292 PDL n. 0107",
            "description_title": "Emendamento 2.292 PAGANO ALESSANDRO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 34,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 6693,
            "slug": "vs18_292_010",
            "identifier": "vs18_292_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_010/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo aggiuntivo 1.024 TATEO ANNA RITA (LEGA) - Votazione Emendamento 1.024 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.024 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 1.024 TATEO ANNA RITA (LEGA)",
            "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": 49,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 57.98
        },
        {
            "id": 6698,
            "slug": "vs18_292_005",
            "identifier": "vs18_292_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_005/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.54 GEMMATO MARCELLO (FDI) - Votazione Emendamento 1.54 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.54 DDL n. 2302",
            "description_title": "Emendamento 1.54 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": 4,
            "n_margin": 79,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 35.02
        },
        {
            "id": 6000,
            "slug": "vs18_417_080",
            "identifier": "vs18_417_080",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_080/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 4.191 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 4.191 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.191 PDL n. 0107",
            "description_title": "Emendamento 4.191 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 66.14
        },
        {
            "id": 4668,
            "slug": "vs18_417_049",
            "identifier": "vs18_417_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_049/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1.425 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.425 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.425 PDL n. 0107",
            "description_title": "Emendamento 1.425 TURRI ROBERTO (LEGA)",
            "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": 33,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 4658,
            "slug": "vs18_418_007",
            "identifier": "vs18_418_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_418_007/?format=api",
            "sitting": {
                "id": 434,
                "date": "2020-10-29",
                "number": 418,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 6.25 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 6.25 PDL n. 0107",
            "original_title": "Votazione Emendamento 6.25 PDL n. 0107",
            "description_title": "Emendamento 6.25 MONTARULI AUGUSTA (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": 9,
            "n_margin": 85,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 38.19
        },
        {
            "id": 4901,
            "slug": "vs18_417_057",
            "identifier": "vs18_417_057",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_057/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 2.470 NOJA LISA (IV) - Votazione Emendamento 2.470 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.470 PDL n. 0107",
            "description_title": "Emendamento 2.470 NOJA LISA (IV)",
            "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": 213,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 69.29
        },
        {
            "id": 6689,
            "slug": "vs18_292_011",
            "identifier": "vs18_292_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_011/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo aggiuntivo 1.026 CENTEMERO GIULIO (LEGA) - Votazione Emendamento 1.026 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.026 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 1.026 CENTEMERO GIULIO (LEGA)",
            "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": 48,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 59.14
        },
        {
            "id": 6669,
            "slug": "vs18_300_027",
            "identifier": "vs18_300_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_300_027/?format=api",
            "sitting": {
                "id": 316,
                "date": "2020-02-05",
                "number": 300,
                "branch": "C"
            },
            "number": 27,
            "title": "Ratifica ed esecuzione del Protocollo sui registri delle emissioni e dei trasferimenti di sostanze inquinanti, fatto a Kiev il 21 maggio 2003 (DDL 1862) - Votazione finale DDL n. 1862",
            "original_title": "Votazione finale DDL n. 1862",
            "description_title": "Ratifica ed esecuzione del Protocollo sui registri delle emissioni e dei trasferimenti di sostanze inquinanti, fatto a Kiev il 21 maggio 2003 (DDL 1862)",
            "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": 221,
            "majority_cohesion_rate": 70.15,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 3768,
            "slug": "vs18_140_017",
            "identifier": "vs18_140_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_140_017/?format=api",
            "sitting": {
                "id": 156,
                "date": "2019-03-12",
                "number": 140,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 9.1 ZAN ALESSANDRO (PD)\n     - Votazione Emendamento DDL n.1432",
            "original_title": "Votazione Emendamento DDL n.1432",
            "description_title": "Emendamento 9.1 ZAN ALESSANDRO (PD)\n    ",
            "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": 117,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 28.9
        },
        {
            "id": 5003,
            "slug": "vs18_377_075",
            "identifier": "vs18_377_075",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_075/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 19.202 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 19.202 PDL n. 0875",
            "original_title": "Votazione Emendamento 19.202 PDL n. 0875",
            "description_title": "Emendamento 19.202 FERRARI ROBERTO PAOLO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 14,
            "n_margin": 61,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 49.8
        },
        {
            "id": 5405,
            "slug": "vs18_381_043",
            "identifier": "vs18_381_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_381_043/?format=api",
            "sitting": {
                "id": 397,
                "date": "2020-07-28",
                "number": 381,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 1056",
            "original_title": "Votazione Articolo 8 PDL n. 1056",
            "description_title": "Articolo 8",
            "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": 25,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 74.12
        },
        {
            "id": 5025,
            "slug": "vs18_386_034",
            "identifier": "vs18_386_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_386_034/?format=api",
            "sitting": {
                "id": 402,
                "date": "2020-08-04",
                "number": 386,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento Tab. 8.7 COMAROLI SILVANA ANDREINA (LEGA) - Votazione Emendamento Tab. DDL n. 2753",
            "original_title": "Votazione Emendamento Tab. DDL n. 2753",
            "description_title": "Emendamento Tab. 8.7 COMAROLI SILVANA ANDREINA (LEGA)",
            "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": 32,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 69.8
        },
        {
            "id": 4263,
            "slug": "vs18_126_007",
            "identifier": "vs18_126_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_126_007/?format=api",
            "sitting": {
                "id": 142,
                "date": "2019-02-14",
                "number": 126,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.204 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.204 SISTO FRANCESCO PAOLO (FI)\n    ",
            "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": 26,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 69.96
        }
    ]
}