Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=257
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=258",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=256",
    "results": [
        {
            "id": 6144,
            "slug": "vs18_422_093",
            "identifier": "vs18_422_093",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_093/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 93,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 2313",
            "original_title": "Votazione Articolo 2 PDL n. 2313",
            "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": 185,
            "majority_cohesion_rate": 65.14,
            "minority_cohesion_rate": 56.3
        },
        {
            "id": 6151,
            "slug": "vs18_422_094",
            "identifier": "vs18_422_094",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_094/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 94,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 2313",
            "original_title": "Votazione Articolo 3 PDL n. 2313",
            "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": 183,
            "majority_cohesion_rate": 65.75,
            "minority_cohesion_rate": 54.33
        },
        {
            "id": 6006,
            "slug": "vs18_423_001",
            "identifier": "vs18_423_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_423_001/?format=api",
            "sitting": {
                "id": 439,
                "date": "2020-11-05",
                "number": 423,
                "branch": "C"
            },
            "number": 1,
            "title": "Istituzione di una zona economica esclusiva oltre il limite esterno del mare territoriale (PDL 2313) - Votazione finale PDL n. 2313",
            "original_title": "Votazione finale PDL n. 2313",
            "description_title": "Istituzione di una zona economica esclusiva oltre il limite esterno del mare territoriale (PDL 2313)",
            "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": 196,
            "majority_cohesion_rate": 63.91,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 6285,
            "slug": "vs18_423_002",
            "identifier": "vs18_423_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_423_002/?format=api",
            "sitting": {
                "id": 439,
                "date": "2020-11-05",
                "number": 423,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00147 VIGNAROLI STEFANO (M5S), PATASSINI TULLIO (LEGA), POLVERINI RENATA (FI), BRAGA CHIARA (PD), NOBILI LUCIANO (IV), MURONI ROSSELLA (LEU), BENEDETTI SILVIA (MISTO) ed altri (Doc. XXIII, n. 4) - Votazione Risoluzione 6_00147",
            "original_title": "Votazione Risoluzione 6_00147",
            "description_title": "Risoluzione n. 6-00147 VIGNAROLI STEFANO (M5S), PATASSINI TULLIO (LEGA), POLVERINI RENATA (FI), BRAGA CHIARA (PD), NOBILI LUCIANO (IV), MURONI ROSSELLA (LEU), BENEDETTI SILVIA (MISTO) ed altri (Doc. XXIII, n. 4)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 200,
            "majority_cohesion_rate": 66.97,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 6021,
            "slug": "vs18_423_003",
            "identifier": "vs18_423_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_423_003/?format=api",
            "sitting": {
                "id": 439,
                "date": "2020-11-05",
                "number": 423,
                "branch": "C"
            },
            "number": 3,
            "title": "Ratifica ed esecuzione degli Emendamenti all'Accordo sulla conservazione dei cetacei del Mar Nero, del Mar Mediterraneo e dell'area atlantica contigua, con Annessi e Atto finale, fatto a Monaco il 24 novembre 1996, adottati a Monaco il 12 novembre 2010 (DDL 1704) - Votazione finale DDL n. 1704",
            "original_title": "Votazione finale DDL n. 1704",
            "description_title": "Ratifica ed esecuzione degli Emendamenti all'Accordo sulla conservazione dei cetacei del Mar Nero, del Mar Mediterraneo e dell'area atlantica contigua, con Annessi e Atto finale, fatto a Monaco il 24 novembre 1996, adottati a Monaco il 12 novembre 2010 (DDL 1704)",
            "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": 193,
            "majority_cohesion_rate": 64.53,
            "minority_cohesion_rate": 60.63
        },
        {
            "id": 6073,
            "slug": "vs18_431_001",
            "identifier": "vs18_431_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_001/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 1,
            "title": "Ddl 2779 - Questioni preg. n. 1 e 2 - Votazione DDL n. 2779",
            "original_title": "Votazione DDL n. 2779",
            "description_title": "Ddl 2779 - Questioni preg. n. 1 e 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 55,
            "majority_cohesion_rate": 71.78,
            "minority_cohesion_rate": 50.39
        },
        {
            "id": 6082,
            "slug": "vs18_431_002",
            "identifier": "vs18_431_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_002/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 2,
            "title": "Questioni pregiudiziali n. 1 OCCHIUTO ROBERTO (FI) ed altri, n.  2 PANIZZUT MASSIMILIANO (LEGA) ed altri e n. 3 FERRO WANDA (FDI) ed altri - Votazione pregiudiziale DDL n. 2772",
            "original_title": "Votazione pregiudiziale DDL n. 2772",
            "description_title": "Questioni pregiudiziali n. 1 OCCHIUTO ROBERTO (FI) ed altri, n.  2 PANIZZUT MASSIMILIANO (LEGA) ed altri e n. 3 FERRO WANDA (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": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 6091,
            "slug": "vs18_431_003",
            "identifier": "vs18_431_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_003/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.9 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.9 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.9 DDL n. 2779",
            "description_title": "Emendamento 1.9 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 73.31,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5970,
            "slug": "vs18_431_004",
            "identifier": "vs18_431_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_004/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.10 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.10 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.10 DDL n. 2779",
            "description_title": "Emendamento 1.10 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": 20,
            "majority_cohesion_rate": 72.39,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5983,
            "slug": "vs18_431_005",
            "identifier": "vs18_431_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_005/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.11 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.11 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2779",
            "description_title": "Emendamento 1.11 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": 24,
            "majority_cohesion_rate": 74.54,
            "minority_cohesion_rate": 78.74
        },
        {
            "id": 5991,
            "slug": "vs18_431_006",
            "identifier": "vs18_431_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_006/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.16 BOLDI ROSSANA (LEGA) - Votazione Emendamento 1.16 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.16 DDL n. 2779",
            "description_title": "Emendamento 1.16 BOLDI ROSSANA (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": 26,
            "majority_cohesion_rate": 73.93,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5999,
            "slug": "vs18_431_007",
            "identifier": "vs18_431_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_007/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.17 PANIZZUT MASSIMILIANO (LEGA) - Votazione Emendamento 1.17 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.17 DDL n. 2779",
            "description_title": "Emendamento 1.17 PANIZZUT MASSIMILIANO (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": 23,
            "majority_cohesion_rate": 72.7,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 6009,
            "slug": "vs18_431_008",
            "identifier": "vs18_431_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_008/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.22 LAZZARINI ARIANNA (LEGA) - Votazione Emendamento 1.22 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.22 DDL n. 2779",
            "description_title": "Emendamento 1.22 LAZZARINI ARIANNA (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": 24,
            "majority_cohesion_rate": 73.01,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 6015,
            "slug": "vs18_431_009",
            "identifier": "vs18_431_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_009/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.15 DE MARTINI GUIDO (LEGA) - Votazione Emendamento 1.15 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.15 DDL n. 2779",
            "description_title": "Emendamento 1.15 DE MARTINI GUIDO (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": 26,
            "majority_cohesion_rate": 73.93,
            "minority_cohesion_rate": 77.56
        },
        {
            "id": 5573,
            "slug": "vs18_431_010",
            "identifier": "vs18_431_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_010/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 10,
            "title": "Identici emendamenti 1.2 PELLA ROBERTO (FI) e 1.18 SUTTO MAURO (LEGA) - Votazione Emendamento 1.2 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2779",
            "description_title": "Identici emendamenti 1.2 PELLA ROBERTO (FI) e 1.18 SUTTO MAURO (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": 27,
            "majority_cohesion_rate": 74.54,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5578,
            "slug": "vs18_431_011",
            "identifier": "vs18_431_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_011/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.3 BAGNASCO ROBERTO (FI) - Votazione Emendamento 1.3 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2779",
            "description_title": "Emendamento 1.3 BAGNASCO ROBERTO (FI)",
            "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": 23,
            "majority_cohesion_rate": 72.39,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5610,
            "slug": "vs18_431_012",
            "identifier": "vs18_431_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_012/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.20 PANIZZUT MASSIMILIANO (LEGA) - Votazione Emendamento 1.20 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.20 DDL n. 2779",
            "description_title": "Emendamento 1.20 PANIZZUT MASSIMILIANO (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 73.93,
            "minority_cohesion_rate": 76.77
        },
        {
            "id": 5617,
            "slug": "vs18_431_013",
            "identifier": "vs18_431_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_013/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.14 PANIZZUT MASSIMILIANO (LEGA) - Votazione Emendamento 1.14 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2779",
            "description_title": "Emendamento 1.14 PANIZZUT MASSIMILIANO (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": 24,
            "majority_cohesion_rate": 73.01,
            "minority_cohesion_rate": 77.56
        },
        {
            "id": 5591,
            "slug": "vs18_431_014",
            "identifier": "vs18_431_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_014/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.21 PANIZZUT MASSIMILIANO (LEGA) - Votazione Emendamento 1.21 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.21 DDL n. 2779",
            "description_title": "Emendamento 1.21 PANIZZUT MASSIMILIANO (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": 23,
            "majority_cohesion_rate": 73.62,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 5602,
            "slug": "vs18_431_015",
            "identifier": "vs18_431_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_015/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.8  GEMMATO MARCELLO (FDI) - Votazione Emendamento 1.8 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.8 DDL n. 2779",
            "description_title": "Emendamento 1.8  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": 26,
            "majority_cohesion_rate": 74.54,
            "minority_cohesion_rate": 78.74
        },
        {
            "id": 5525,
            "slug": "vs18_431_016",
            "identifier": "vs18_431_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_016/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.19 IEZZI IGOR GIANCARLO (LEGA) - Votazione Emendamento 1.19 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.19 DDL n. 2779",
            "description_title": "Emendamento 1.19 IEZZI IGOR GIANCARLO (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": 22,
            "majority_cohesion_rate": 73.31,
            "minority_cohesion_rate": 79.53
        },
        {
            "id": 5536,
            "slug": "vs18_431_017",
            "identifier": "vs18_431_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_017/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.1 (versione corretta) LABRIOLA VINCENZA (FI) - Votazione Emendamento 1.1 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.1 DDL n. 2779",
            "description_title": "Emendamento 1.1 (versione corretta) LABRIOLA VINCENZA (FI)",
            "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": 23,
            "majority_cohesion_rate": 70.86,
            "minority_cohesion_rate": 75.98
        },
        {
            "id": 5503,
            "slug": "vs18_431_018",
            "identifier": "vs18_431_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_018/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.4 NOVELLI ROBERTO (FI) - Votazione Emendamento 1.4 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.4 DDL n. 2779",
            "description_title": "Emendamento 1.4 NOVELLI ROBERTO (FI)",
            "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": 21,
            "majority_cohesion_rate": 71.17,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 5514,
            "slug": "vs18_431_019",
            "identifier": "vs18_431_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_019/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.5 BOND DARIO (FI) - Votazione Emendamento 1.5 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2779",
            "description_title": "Emendamento 1.5 BOND DARIO (FI)",
            "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": 20,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5091,
            "slug": "vs18_431_020",
            "identifier": "vs18_431_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_020/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.100 CIRIELLI EDMONDO (FDI) - Votazione Emendamento 1.100 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.100 DDL n. 2779",
            "description_title": "Emendamento 1.100 CIRIELLI EDMONDO (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": 25,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 75.98
        },
        {
            "id": 5100,
            "slug": "vs18_431_021",
            "identifier": "vs18_431_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_021/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo aggiuntivo 1.02 LUCASELLI YLENJA (FDI) - Votazione Emendamento 1.02 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.02 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.02 LUCASELLI YLENJA (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": 25,
            "majority_cohesion_rate": 73.31,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5108,
            "slug": "vs18_431_022",
            "identifier": "vs18_431_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_022/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo aggiuntivo 1.03 LUCASELLI YLENJA (FDI) - Votazione Emendamento 1.03 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.03 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.03 LUCASELLI YLENJA (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": 22,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 5117,
            "slug": "vs18_431_023",
            "identifier": "vs18_431_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_023/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo aggiuntivo 1.04 LUCASELLI YLENJA (FDI) - Votazione Emendamento 1.04 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.04 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.04 LUCASELLI YLENJA (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": 25,
            "majority_cohesion_rate": 73.62,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 5057,
            "slug": "vs18_431_024",
            "identifier": "vs18_431_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_024/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo aggiuntivo 1.05 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.05 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.05 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 77.56
        },
        {
            "id": 5070,
            "slug": "vs18_431_025",
            "identifier": "vs18_431_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_025/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 1.06 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.06 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.06 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 68.71,
            "minority_cohesion_rate": 76.77
        },
        {
            "id": 5078,
            "slug": "vs18_431_026",
            "identifier": "vs18_431_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_026/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 1.07 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.07 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.07 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.07 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 72.7,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 5083,
            "slug": "vs18_431_027",
            "identifier": "vs18_431_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_027/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo aggiuntivo 1.08 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.08 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.08 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.08 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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 68.4,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 5034,
            "slug": "vs18_431_028",
            "identifier": "vs18_431_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_028/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo aggiuntivo 1.09 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.09 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.09 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.09 MOLLICONE FEDERICO (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": 25,
            "majority_cohesion_rate": 73.01,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 5038,
            "slug": "vs18_431_029",
            "identifier": "vs18_431_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_029/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 1.010 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.010 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.010 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.010 MOLLICONE FEDERICO (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": 24,
            "majority_cohesion_rate": 72.7,
            "minority_cohesion_rate": 76.77
        },
        {
            "id": 4903,
            "slug": "vs18_431_030",
            "identifier": "vs18_431_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_030/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo aggiuntivo 1.011 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.011 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.011 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.011 MOLLICONE FEDERICO (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": 23,
            "majority_cohesion_rate": 72.39,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 4770,
            "slug": "vs18_431_031",
            "identifier": "vs18_431_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_031/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo aggiuntivo 1.012 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.012 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.012 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.012 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 4755,
            "slug": "vs18_431_032",
            "identifier": "vs18_431_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_032/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 1.013 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.013 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.013 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.013 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 72.09,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 4768,
            "slug": "vs18_431_033",
            "identifier": "vs18_431_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_033/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 1.014 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.014 DDL n. 2779",
            "original_title": "Votazione Emendamento 1.014 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1.014 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 70.86,
            "minority_cohesion_rate": 76.38
        },
        {
            "id": 4732,
            "slug": "vs18_431_034",
            "identifier": "vs18_431_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_034/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1-bis.4 BIGNAMI GALEAZZO (FDI) - Votazione Emendamento 1-bis.4 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-bis.4 DDL n. 2779",
            "description_title": "Emendamento 1-bis.4 BIGNAMI GALEAZZO (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": 22,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 76.38
        },
        {
            "id": 4744,
            "slug": "vs18_431_035",
            "identifier": "vs18_431_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_035/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1-bis.3 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1-bis.3 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-bis.3 DDL n. 2779",
            "description_title": "Emendamento 1-bis.3 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": 24,
            "majority_cohesion_rate": 71.78,
            "minority_cohesion_rate": 76.77
        },
        {
            "id": 4706,
            "slug": "vs18_431_036",
            "identifier": "vs18_431_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_036/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 1-bis.2 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1-bis.2 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-bis.2 DDL n. 2779",
            "description_title": "Emendamento 1-bis.2 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": 19,
            "majority_cohesion_rate": 70.25,
            "minority_cohesion_rate": 78.35
        },
        {
            "id": 4714,
            "slug": "vs18_431_037",
            "identifier": "vs18_431_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_037/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1-bis.5 BITONCI MASSIMO (LEGA) - Votazione Emendamento 1-bis.5 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-bis.5 DDL n. 2779",
            "description_title": "Emendamento 1-bis.5 BITONCI MASSIMO (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": 19,
            "majority_cohesion_rate": 71.47,
            "minority_cohesion_rate": 78.74
        },
        {
            "id": 4693,
            "slug": "vs18_431_038",
            "identifier": "vs18_431_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_038/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1-bis.1 BAGNASCO ROBERTO (FI) - Votazione Emendamento 1-bis.1 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-bis.1 DDL n. 2779",
            "description_title": "Emendamento 1-bis.1 BAGNASCO ROBERTO (FI)",
            "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": 21,
            "majority_cohesion_rate": 71.17,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 4699,
            "slug": "vs18_431_039",
            "identifier": "vs18_431_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_039/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1-bis.7 VIVIANI LORENZO (LEGA) - Votazione Emendamento 1-bis.7 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-bis.7 DDL n. 2779",
            "description_title": "Emendamento 1-bis.7 VIVIANI LORENZO (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": 23,
            "majority_cohesion_rate": 71.17,
            "minority_cohesion_rate": 75.98
        },
        {
            "id": 6089,
            "slug": "vs18_431_040",
            "identifier": "vs18_431_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_040/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 1-ter.01 MOLTENI NICOLA (LEGA) - Votazione Emendamento 1-ter.01 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-ter.01 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1-ter.01 MOLTENI NICOLA (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": 24,
            "majority_cohesion_rate": 71.47,
            "minority_cohesion_rate": 76.38
        },
        {
            "id": 6096,
            "slug": "vs18_431_041",
            "identifier": "vs18_431_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_041/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 1-ter.02 CIRIELLI EDMONDO (FDI) - Votazione Emendamento 1-ter.02 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-ter.02 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1-ter.02 CIRIELLI EDMONDO (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": 20,
            "majority_cohesion_rate": 71.17,
            "minority_cohesion_rate": 79.13
        },
        {
            "id": 6069,
            "slug": "vs18_431_042",
            "identifier": "vs18_431_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_042/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 1-ter.03 MOLTENI NICOLA (LEGA) - Votazione Emendamento 1-ter.03 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-ter.03 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1-ter.03 MOLTENI NICOLA (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": 23,
            "majority_cohesion_rate": 70.86,
            "minority_cohesion_rate": 75.2
        },
        {
            "id": 6077,
            "slug": "vs18_431_043",
            "identifier": "vs18_431_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_043/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 1-ter.07 BITONCI MASSIMO (LEGA) - Votazione Emendamento 1-ter.07 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-ter.07 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1-ter.07 BITONCI MASSIMO (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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 70.55,
            "minority_cohesion_rate": 76.77
        },
        {
            "id": 6125,
            "slug": "vs18_431_044",
            "identifier": "vs18_431_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_044/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 1-ter.04 BITONCI MASSIMO (LEGA) - Votazione Emendamento 1-ter.04 DDL n. 2779",
            "original_title": "Votazione Emendamento 1-ter.04 DDL n. 2779",
            "description_title": "Articolo aggiuntivo 1-ter.04 BITONCI MASSIMO (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": 17,
            "majority_cohesion_rate": 68.4,
            "minority_cohesion_rate": 76.38
        },
        {
            "id": 6115,
            "slug": "vs18_431_045",
            "identifier": "vs18_431_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_431_045/?format=api",
            "sitting": {
                "id": 447,
                "date": "2020-11-24",
                "number": 431,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 2.1 FOSCOLO SARA (LEGA) - Votazione Emendamento 2.1 DDL n. 2779",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2779",
            "description_title": "Emendamento 2.1 FOSCOLO SARA (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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 70.25,
            "minority_cohesion_rate": 75.98
        }
    ]
}