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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "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://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=325",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=323",
    "results": [
        {
            "id": 29767,
            "slug": "vs19_261_080",
            "identifier": "vs19_261_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_080/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 80,
            "title": "Identici emendamenti 14.10 PASTORELLA GIULIA (APERRE) e 14.11 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 14.10 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.10 DDL n. 1435",
            "description_title": "Identici emendamenti 14.10 PASTORELLA GIULIA (APERRE) e 14.11 PASTORINO LUCA (M-+EUR)",
            "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": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29715,
            "slug": "vs19_261_027",
            "identifier": "vs19_261_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_027/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.2 IARIA ANTONINO (M5S) - Votazione Emendamento 3.2 DDL n. 1435",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1435",
            "description_title": "Emendamento 3.2 IARIA ANTONINO (M5S)",
            "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": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29727,
            "slug": "vs19_261_039",
            "identifier": "vs19_261_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_039/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 5.18 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 5.18 DDL n. 1435",
            "original_title": "Votazione Emendamento 5.18 DDL n. 1435",
            "description_title": "Emendamento 5.18 TRAVERSI ROBERTO (M5S)",
            "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": 13,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29748,
            "slug": "vs19_261_061",
            "identifier": "vs19_261_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_061/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 10.25 IARIA ANTONINO (M5S) - Votazione Emendamento 10.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.25 DDL n. 1435",
            "description_title": "Emendamento 10.25 IARIA ANTONINO (M5S)",
            "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": 31,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29740,
            "slug": "vs19_261_052",
            "identifier": "vs19_261_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_052/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 8.1000 CASU ANDREA (PD-IDP) - Votazione Emendamento 8.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.1000 DDL n. 1435",
            "description_title": "Emendamento 8.1000 CASU ANDREA (PD-IDP)",
            "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": 18,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29741,
            "slug": "vs19_261_053",
            "identifier": "vs19_261_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_053/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 8.1001 CASU ANDREA (PD-IDP) - Votazione Emendamento 8.1001 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.1001 DDL n. 1435",
            "description_title": "Emendamento 8.1001 CASU ANDREA (PD-IDP)",
            "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": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29744,
            "slug": "vs19_261_056",
            "identifier": "vs19_261_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_056/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 10.1000 IARIA ANTONINO (M5S) - Votazione Emendamento 10.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.1000 DDL n. 1435",
            "description_title": "Emendamento 10.1000 IARIA ANTONINO (M5S)",
            "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": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29749,
            "slug": "vs19_261_062",
            "identifier": "vs19_261_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_062/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 10.26 IARIA ANTONINO (M5S) - Votazione Emendamento 10.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.26 DDL n. 1435",
            "description_title": "Emendamento 10.26 IARIA ANTONINO (M5S)",
            "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": 31,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29759,
            "slug": "vs19_261_072",
            "identifier": "vs19_261_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_072/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 72,
            "title": "Articolo aggiuntivo 10.038 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.038 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.038 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 10.038 TRAVERSI ROBERTO (M5S)",
            "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": 59.92,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 29762,
            "slug": "vs19_261_075",
            "identifier": "vs19_261_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_075/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 13.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 13.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 13.600, DDL n. 1435",
            "description_title": "Emendamento 13.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 71,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29780,
            "slug": "vs19_261_093",
            "identifier": "vs19_261_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_093/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 93,
            "title": "Identici emendamenti 15.8 GHIO VALENTINA (PD-IDP) e 15.11 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.8 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.8 DDL n. 1435",
            "description_title": "Identici emendamenti 15.8 GHIO VALENTINA (PD-IDP) e 15.11 PASTORELLA GIULIA (APERRE)",
            "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": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29815,
            "slug": "vs19_261_001",
            "identifier": "vs19_261_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_001/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S)",
            "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": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29820,
            "slug": "vs19_261_006",
            "identifier": "vs19_261_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_006/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS)",
            "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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29834,
            "slug": "vs19_261_128",
            "identifier": "vs19_261_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_128/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo aggiuntivo 15.017 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 15.017 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.017 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.017 FARAONE DAVIDE (IVICRE)",
            "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": 37,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 29801,
            "slug": "vs19_261_114",
            "identifier": "vs19_261_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_114/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 114,
            "title": "Emendamento 15.1001 COSTA SERGIO (M5S) - Votazione Emendamento 15.1001 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1001 DDL n. 1435",
            "description_title": "Emendamento 15.1001 COSTA SERGIO (M5S)",
            "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": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29713,
            "slug": "vs19_261_025",
            "identifier": "vs19_261_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_025/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1435",
            "original_title": "Votazione Articolo 2 DDL n. 1435",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 125,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29738,
            "slug": "vs19_261_050",
            "identifier": "vs19_261_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_050/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 8.500 della Commissione - Votazione Emendamento 8.500 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.500 DDL n. 1435",
            "description_title": "Emendamento 8.500 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29757,
            "slug": "vs19_261_070",
            "identifier": "vs19_261_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_070/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 70,
            "title": "Articolo aggiuntivo 10.024 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.024 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.024 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 10.024 TRAVERSI ROBERTO (M5S)",
            "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": 20,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29805,
            "slug": "vs19_261_118",
            "identifier": "vs19_261_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_118/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 118,
            "title": "Emendamento 15.1002 IARIA ANTONINO (M5S) - Votazione Emendamento 15.1002 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1002 DDL n. 1435",
            "description_title": "Emendamento 15.1002 IARIA ANTONINO (M5S)",
            "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": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29808,
            "slug": "vs19_261_121",
            "identifier": "vs19_261_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_121/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 121,
            "title": "Emendamento 15.111 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.111 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.111 DDL n. 1435",
            "description_title": "Emendamento 15.111 TRAVERSI ROBERTO (M5S)",
            "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": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 29849,
            "slug": "vs19_262_013",
            "identifier": "vs19_262_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_262_013/?format=api",
            "sitting": {
                "id": 1636,
                "date": "2024-03-14",
                "number": 262,
                "branch": "C"
            },
            "number": 13,
            "title": "Risoluzione n. 6-00099, ad eccezione dei capoversi secondo, quarto, sesto, ottavo, nono, undicesimo, dodicesimo, tredicesimo, quattordicesimo e quindicesimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri - Votazione Risoluzione 6_00099",
            "original_title": "Votazione Risoluzione 6_00099",
            "description_title": "Risoluzione n. 6-00099, ad eccezione dei capoversi secondo, quarto, sesto, ottavo, nono, undicesimo, dodicesimo, tredicesimo, quattordicesimo e quindicesimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29850,
            "slug": "vs19_262_014",
            "identifier": "vs19_262_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_262_014/?format=api",
            "sitting": {
                "id": 1636,
                "date": "2024-03-14",
                "number": 262,
                "branch": "C"
            },
            "number": 14,
            "title": "Risoluzione n. 6-00099, limitatamente ai capoversi secondo, quarto, sesto e undicesimo, come riformulato, dodicesimo, tredicesimo, come riformulato, quattordicesimo e quindicesimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri - Votazione Risoluzione 6_00099",
            "original_title": "Votazione Risoluzione 6_00099",
            "description_title": "Risoluzione n. 6-00099, limitatamente ai capoversi secondo, quarto, sesto e undicesimo, come riformulato, dodicesimo, tredicesimo, come riformulato, quattordicesimo e quindicesimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri",
            "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": 132,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29642,
            "slug": "vs19_262_001",
            "identifier": "vs19_262_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_262_001/?format=api",
            "sitting": {
                "id": 1636,
                "date": "2024-03-14",
                "number": 262,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00096, ad eccezione dei capoversi quarto e quinto della premessa, FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M) - Votazione Risoluzione 6_00096",
            "original_title": "Votazione Risoluzione 6_00096",
            "description_title": "Risoluzione n. 6-00096, ad eccezione dei capoversi quarto e quinto della premessa, FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M)",
            "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": 34,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29003,
            "slug": "vs19_265_018",
            "identifier": "vs19_265_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_018/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 23.4 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.4 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.4 DDL n. 1435",
            "description_title": "Emendamento 23.4 GHIRRA FRANCESCA (AVS)",
            "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": 62.45,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29044,
            "slug": "vs19_265_009",
            "identifier": "vs19_265_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_009/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1435",
            "original_title": "Votazione Articolo 20 DDL n. 1435",
            "description_title": "Articolo 20",
            "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": 46,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 29050,
            "slug": "vs19_265_040",
            "identifier": "vs19_265_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_040/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 40,
            "title": "Identici emendamenti 27.11 IARIA ANTONINO (M5S) e 27.12 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 27.11 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.11 DDL n. 1435",
            "description_title": "Identici emendamenti 27.11 IARIA ANTONINO (M5S) e 27.12 GHIRRA FRANCESCA (AVS)",
            "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": 17,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29012,
            "slug": "vs19_265_035",
            "identifier": "vs19_265_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_035/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo aggiuntivo 24.014 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 24.014 DDL n. 1435",
            "original_title": "Votazione Emendamento 24.014 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 24.014 PASTORELLA GIULIA (APERRE)",
            "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": 61.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29016,
            "slug": "vs19_265_076",
            "identifier": "vs19_265_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_076/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 35.40 CAROTENUTO DARIO (M5S) - Votazione Emendamento 35.40 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.40 DDL n. 1435",
            "description_title": "Emendamento 35.40 CAROTENUTO DARIO (M5S)",
            "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": 31,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28992,
            "slug": "vs19_265_039",
            "identifier": "vs19_265_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_039/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 39,
            "title": "Identici emendamenti 27.6 MORASSUT ROBERTO (PD-IDP), 27.7 IARIA ANTONINO (M5S), 27.8 GHIRRA FRANCESCA (AVS) e 27.10 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 27.6 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.6 DDL n. 1435",
            "description_title": "Identici emendamenti 27.6 MORASSUT ROBERTO (PD-IDP), 27.7 IARIA ANTONINO (M5S), 27.8 GHIRRA FRANCESCA (AVS) e 27.10 PASTORINO LUCA (M-+EUR)",
            "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": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28993,
            "slug": "vs19_265_063",
            "identifier": "vs19_265_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_063/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 35.1 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 35.1 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1 DDL n. 1435",
            "description_title": "Emendamento 35.1 TRAVERSI ROBERTO (M5S)",
            "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": 50,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 28997,
            "slug": "vs19_265_025",
            "identifier": "vs19_265_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_025/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 23.24 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 23.24 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.24 DDL n. 1435",
            "description_title": "Emendamento 23.24 TRAVERSI ROBERTO (M5S)",
            "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": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29005,
            "slug": "vs19_265_027",
            "identifier": "vs19_265_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_027/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 23.28 CAROTENUTO DARIO (M5S) - Votazione Emendamento 23.28 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.28 DDL n. 1435",
            "description_title": "Emendamento 23.28 CAROTENUTO DARIO (M5S)",
            "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": 46,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 29021,
            "slug": "vs19_265_059",
            "identifier": "vs19_265_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_059/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo aggiuntivo 32.01000 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 32.01000 DDL n. 1435",
            "original_title": "Votazione Emendamento 32.01000 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 32.01000 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "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": 47,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 29030,
            "slug": "vs19_265_023",
            "identifier": "vs19_265_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_023/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 23.19 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.19 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.19 DDL n. 1435",
            "description_title": "Emendamento 23.19 GHIRRA FRANCESCA (AVS)",
            "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": 18,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29056,
            "slug": "vs19_265_020",
            "identifier": "vs19_265_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_020/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 23.13 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.13 DDL n. 1435",
            "description_title": "Emendamento 23.13 GHIRRA FRANCESCA (AVS)",
            "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": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29061,
            "slug": "vs19_265_048",
            "identifier": "vs19_265_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_048/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 27.1000 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 27.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.1000 DDL n. 1435",
            "description_title": "Emendamento 27.1000 D'ALFONSO LUCIANO (PD-IDP)",
            "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": 26,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29062,
            "slug": "vs19_265_013",
            "identifier": "vs19_265_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_013/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 22.11 IARIA ANTONINO (M5S) - Votazione Emendamento 22.11 DDL n. 1435",
            "original_title": "Votazione Emendamento 22.11 DDL n. 1435",
            "description_title": "Emendamento 22.11 IARIA ANTONINO (M5S)",
            "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": 62.45,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29063,
            "slug": "vs19_265_047",
            "identifier": "vs19_265_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_047/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 27.49 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 27.49 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.49 DDL n. 1435",
            "description_title": "Emendamento 27.49 PASTORINO LUCA (M-+EUR)",
            "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": 18,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29064,
            "slug": "vs19_265_031",
            "identifier": "vs19_265_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_031/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 24.2 IARIA ANTONINO (M5S) - Votazione Emendamento 24.2 DDL n. 1435",
            "original_title": "Votazione Emendamento 24.2 DDL n. 1435",
            "description_title": "Emendamento 24.2 IARIA ANTONINO (M5S)",
            "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": 23,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29068,
            "slug": "vs19_265_029",
            "identifier": "vs19_265_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_029/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 23.30 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 23.30 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.30 DDL n. 1435",
            "description_title": "Emendamento 23.30 GADDA MARIA CHIARA (IVICRE)",
            "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": 17,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29208,
            "slug": "vs19_266_035",
            "identifier": "vs19_266_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_035/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.2 DDL n. 1780",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1780",
            "description_title": "Emendamento 1.2 PAVANELLI EMMA (M5S)",
            "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": 26,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29135,
            "slug": "vs19_266_030",
            "identifier": "vs19_266_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_030/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 30,
            "title": "Risoluzione n. 6-00107, limitatamente al capoverso ottavo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00107",
            "original_title": "Votazione Risoluzione 6_00107",
            "description_title": "Risoluzione n. 6-00107, limitatamente al capoverso ottavo della parte dispositiva, ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 73,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 29157,
            "slug": "vs19_266_034",
            "identifier": "vs19_266_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_034/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.1 DDL n. 1780",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1780",
            "description_title": "Emendamento 1.1 PAVANELLI EMMA (M5S)",
            "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": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29211,
            "slug": "vs19_266_055",
            "identifier": "vs19_266_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_055/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 55,
            "title": "Identici emendamenti 2.1 ZARATTI FILIBERTO (AVS) e 2.2 BOLDRINI LAURA (PD-IDP) - Votazione Emendamento 2.1 DDL n. 1780",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1780",
            "description_title": "Identici emendamenti 2.1 ZARATTI FILIBERTO (AVS) e 2.2 BOLDRINI LAURA (PD-IDP)",
            "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": 28,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29207,
            "slug": "vs19_266_063",
            "identifier": "vs19_266_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_063/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 4.6 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 4.6 DDL n. 1780",
            "original_title": "Votazione Emendamento 4.6 DDL n. 1780",
            "description_title": "Emendamento 4.6 BOSCHI MARIA ELENA (IVICRE)",
            "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": 74,
            "majority_cohesion_rate": 45.15,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 29136,
            "slug": "vs19_266_011",
            "identifier": "vs19_266_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_011/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 11,
            "title": "Risoluzione n. 6-00105, limitatamente ai capoversi primo, secondo, terzo, quinto, sesto, ottavo e nono della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri - Votazione Risoluzione 6_00105",
            "original_title": "Votazione Risoluzione 6_00105",
            "description_title": "Risoluzione n. 6-00105, limitatamente ai capoversi primo, secondo, terzo, quinto, sesto, ottavo e nono della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri",
            "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": 102,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 29151,
            "slug": "vs19_266_013",
            "identifier": "vs19_266_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_013/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 13,
            "title": "Risoluzione n. 6-00105, limitatamente ai capoversi settimo e undicesimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri - Votazione Risoluzione 6_00105",
            "original_title": "Votazione Risoluzione 6_00105",
            "description_title": "Risoluzione n. 6-00105, limitatamente ai capoversi settimo e undicesimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 83,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29186,
            "slug": "vs19_266_068",
            "identifier": "vs19_266_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_068/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 68,
            "title": "Articolo aggiuntivo 4-septies.01 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Emendamento 4-septies.01 DDL n. 1780",
            "original_title": "Votazione Emendamento 4-septies.01 DDL n. 1780",
            "description_title": "Articolo aggiuntivo 4-septies.01 CARFAGNA MARIA ROSARIA (APERRE)",
            "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": 63,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 29130,
            "slug": "vs19_266_022",
            "identifier": "vs19_266_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_022/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 22,
            "title": "Risoluzione n. 6-00106, limitatamente alla lettera g) del capoverso secondo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00106",
            "original_title": "Votazione Risoluzione 6_00106",
            "description_title": "Risoluzione n. 6-00106, limitatamente alla lettera g) del capoverso secondo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29172,
            "slug": "vs19_266_039",
            "identifier": "vs19_266_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_039/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 1.04 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.04 DDL n. 1780",
            "original_title": "Votazione Emendamento 1.04 DDL n. 1780",
            "description_title": "Articolo aggiuntivo 1.04 RICCIARDI TONI (PD-IDP)",
            "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": 62.87,
            "minority_cohesion_rate": 65.43
        }
    ]
}