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

{
    "count": 22130,
    "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=date&page=228",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=226",
    "results": [
        {
            "id": 28990,
            "slug": "vs19_265_042",
            "identifier": "vs19_265_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_042/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 42,
            "title": "Identici emendamenti 27.26 MORASSUT ROBERTO (PD-IDP) e 27.30 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 27.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.26 DDL n. 1435",
            "description_title": "Identici emendamenti 27.26 MORASSUT ROBERTO (PD-IDP) e 27.30 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 28991,
            "slug": "vs19_265_057",
            "identifier": "vs19_265_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_057/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo 32 - Votazione Articolo 32 DDL n. 1435",
            "original_title": "Votazione Articolo 32 DDL n. 1435",
            "description_title": "Articolo 32",
            "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": 77,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 29009,
            "slug": "vs19_265_049",
            "identifier": "vs19_265_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_049/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1435",
            "original_title": "Votazione Articolo 27 DDL n. 1435",
            "description_title": "Articolo 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29010,
            "slug": "vs19_265_032",
            "identifier": "vs19_265_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_032/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 24.5 IARIA ANTONINO (M5S) e 24.8 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 24.5 DDL n. 1435",
            "original_title": "Votazione Emendamento 24.5 DDL n. 1435",
            "description_title": "Identici emendamenti 24.5 IARIA ANTONINO (M5S) e 24.8 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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29008,
            "slug": "vs19_265_015",
            "identifier": "vs19_265_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_015/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 22.13 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 22.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 22.13 DDL n. 1435",
            "description_title": "Emendamento 22.13 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": 7,
            "n_margin": 68,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.02
        },
        {
            "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": 28998,
            "slug": "vs19_265_041",
            "identifier": "vs19_265_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_041/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 27.24 MORASSUT ROBERTO (PD-IDP) - Votazione Emendamento 27.24 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.24 DDL n. 1435",
            "description_title": "Emendamento 27.24 MORASSUT ROBERTO (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": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29000,
            "slug": "vs19_265_019",
            "identifier": "vs19_265_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_019/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 23.8 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 23.8 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.8 DDL n. 1435",
            "description_title": "Emendamento 23.8 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29002,
            "slug": "vs19_265_004",
            "identifier": "vs19_265_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_004/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1435",
            "original_title": "Votazione Articolo 17 DDL n. 1435",
            "description_title": "Articolo 17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 29004,
            "slug": "vs19_265_052",
            "identifier": "vs19_265_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_052/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 27.09 CHERCHI SUSANNA (M5S) - Votazione Emendamento 27.09 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.09 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 27.09 CHERCHI SUSANNA (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": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "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": 29007,
            "slug": "vs19_265_030",
            "identifier": "vs19_265_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_030/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 23 - Votazione Articolo 23 DDL n. 1435",
            "original_title": "Votazione Articolo 23 DDL n. 1435",
            "description_title": "Articolo 23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29017,
            "slug": "vs19_265_017",
            "identifier": "vs19_265_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_017/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 23.2 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 23.2 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.2 DDL n. 1435",
            "description_title": "Emendamento 23.2 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "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": 29022,
            "slug": "vs19_265_011",
            "identifier": "vs19_265_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_011/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 21.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 21.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 21.600, DDL n. 1435",
            "description_title": "Emendamento 21.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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 29023,
            "slug": "vs19_265_051",
            "identifier": "vs19_265_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_051/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo aggiuntivo 27.010 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 27.010 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.010 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 27.010 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": 10,
            "n_margin": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29024,
            "slug": "vs19_265_053",
            "identifier": "vs19_265_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_053/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 28 - Votazione Articolo 28 DDL n. 1435",
            "original_title": "Votazione Articolo 28 DDL n. 1435",
            "description_title": "Articolo 28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 29025,
            "slug": "vs19_265_003",
            "identifier": "vs19_265_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_003/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 17.3 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 17.3 DDL n. 1435",
            "original_title": "Votazione Emendamento 17.3 DDL n. 1435",
            "description_title": "Emendamento 17.3 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29026,
            "slug": "vs19_265_043",
            "identifier": "vs19_265_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_043/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 27.17 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 27.17 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.17 DDL n. 1435",
            "description_title": "Emendamento 27.17 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29027,
            "slug": "vs19_265_007",
            "identifier": "vs19_265_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_007/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1435",
            "original_title": "Votazione Articolo 19 DDL n. 1435",
            "description_title": "Articolo 19",
            "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": 93,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 29029,
            "slug": "vs19_265_002",
            "identifier": "vs19_265_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_002/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo aggiuntivo 16.04 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 16.04 DDL n. 1435",
            "original_title": "Votazione Emendamento 16.04 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 16.04 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "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": 29031,
            "slug": "vs19_265_079",
            "identifier": "vs19_265_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_079/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 35.47 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.47 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.47 DDL n. 1435",
            "description_title": "Emendamento 35.47 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29032,
            "slug": "vs19_265_016",
            "identifier": "vs19_265_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_016/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 1435",
            "original_title": "Votazione Articolo 22 DDL n. 1435",
            "description_title": "Articolo 22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29033,
            "slug": "vs19_265_068",
            "identifier": "vs19_265_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_068/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 35.1005 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.1005 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1005 DDL n. 1435",
            "description_title": "Emendamento 35.1005 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29034,
            "slug": "vs19_265_045",
            "identifier": "vs19_265_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_045/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 27.33 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 27.33 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.33 DDL n. 1435",
            "description_title": "Emendamento 27.33 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29036,
            "slug": "vs19_265_075",
            "identifier": "vs19_265_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_075/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 35.1004 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.1004 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1004 DDL n. 1435",
            "description_title": "Emendamento 35.1004 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29038,
            "slug": "vs19_265_022",
            "identifier": "vs19_265_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_022/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 23.17 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 23.17 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.17 DDL n. 1435",
            "description_title": "Emendamento 23.17 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": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29039,
            "slug": "vs19_265_037",
            "identifier": "vs19_265_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_037/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 1435",
            "original_title": "Votazione Articolo 25 DDL n. 1435",
            "description_title": "Articolo 25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 22,
            "n_margin": 97,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29040,
            "slug": "vs19_265_046",
            "identifier": "vs19_265_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_046/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 27.40 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 27.40 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.40 DDL n. 1435",
            "description_title": "Emendamento 27.40 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": 0,
            "n_margin": 70,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "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": 29057,
            "slug": "vs19_265_064",
            "identifier": "vs19_265_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_064/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 35.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 35.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 35.600, DDL n. 1435",
            "description_title": "Emendamento 35.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": 9,
            "n_margin": 66,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29058,
            "slug": "vs19_265_001",
            "identifier": "vs19_265_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_001/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 1,
            "title": "Identici articoli aggiuntivi 16.01 PASTORELLA GIULIA (APERRE) e 16.02 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 16.01 DDL n. 1435",
            "original_title": "Votazione Emendamento 16.01 DDL n. 1435",
            "description_title": "Identici articoli aggiuntivi 16.01 PASTORELLA GIULIA (APERRE) e 16.02 GIANASSI FEDERICO (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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29059,
            "slug": "vs19_265_056",
            "identifier": "vs19_265_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_056/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1435",
            "original_title": "Votazione Articolo 31 DDL n. 1435",
            "description_title": "Articolo 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 71,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 29.63
        },
        {
            "id": 29060,
            "slug": "vs19_265_036",
            "identifier": "vs19_265_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_036/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 25.500 della Commissione - Votazione Emendamento 25.500 DDL n. 1435",
            "original_title": "Votazione Emendamento 25.500 DDL n. 1435",
            "description_title": "Emendamento 25.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": 3,
            "n_margin": 73,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 69.14
        },
        {
            "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": 29066,
            "slug": "vs19_265_024",
            "identifier": "vs19_265_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_024/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 23.22 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.22 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.22 DDL n. 1435",
            "description_title": "Emendamento 23.22 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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 70.99
        },
        {
            "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": 28981,
            "slug": "19-170-10",
            "identifier": "19-170-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-10/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 10,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.6 (prem e disp, tranne 2,6,8,12,17,23,24,25), Boccia e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.6 (prem e disp, tranne 2,6,8,12,17,23,24,25), Boccia e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 89.66,
            "minority_cohesion_rate": 47.67
        },
        {
            "id": 28989,
            "slug": "19-170-3",
            "identifier": "19-170-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-3/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 3,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.2,Terzi di Sant'Agata e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.2,Terzi di Sant'Agata e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 91.38,
            "minority_cohesion_rate": 45.35
        },
        {
            "id": 28988,
            "slug": "19-170-6",
            "identifier": "19-170-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-6/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 6,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.4 (testo 2) (tranne disp 5 lett. A e E), Patuanelli e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.4 (testo 2) (tranne disp 5 lett. A e E), Patuanelli e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 59,
            "majority_cohesion_rate": 89.66,
            "minority_cohesion_rate": 47.67
        },
        {
            "id": 28987,
            "slug": "19-170-7",
            "identifier": "19-170-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-7/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 7,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.4 (testo 2) (disp 5 lett. A e E), Patuanelli e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.4 (testo 2) (disp 5 lett. A e E), Patuanelli e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 80,
            "majority_cohesion_rate": 85.34,
            "minority_cohesion_rate": 77.91
        },
        {
            "id": 28986,
            "slug": "19-170-1",
            "identifier": "19-170-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-1/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 1,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.1 (testo 2) (prem e disp n. 7), Enrico Borghi e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.1 (testo 2) (prem e disp n. 7), Enrico Borghi e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 91.38,
            "minority_cohesion_rate": 47.67
        },
        {
            "id": 28985,
            "slug": "19-170-2",
            "identifier": "19-170-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-2/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 2,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.1 (testo 2) (parte restante), Enrico Borghi e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.1 (testo 2) (parte restante), Enrico Borghi e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 57,
            "majority_cohesion_rate": 87.07,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 28984,
            "slug": "19-170-4",
            "identifier": "19-170-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-170-4/?format=api",
            "sitting": {
                "id": 1639,
                "date": "2024-03-19",
                "number": 170,
                "branch": "S"
            },
            "number": 4,
            "title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.3,(prem e disp 1-6, 8-17), De Cristofaro e altri",
            "original_title": "Comunicazioni su Consiglio EU 21-22/3/2024.Prop risoluz n.3,(prem e disp 1-6, 8-17), De Cristofaro e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 60,
            "majority_cohesion_rate": 90.52,
            "minority_cohesion_rate": 46.51
        }
    ]
}