Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=85
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=majority_cohesion_rate&page=86",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=84",
    "results": [
        {
            "id": 28291,
            "slug": "vs19_248_020",
            "identifier": "vs19_248_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_020/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.600, PDL n. 0799",
            "original_title": "Votazione Emendamento 3.600, PDL n. 0799",
            "description_title": "Emendamento 3.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": 71,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 28631,
            "slug": "vs19_252_001",
            "identifier": "vs19_252_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_001/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.100 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 1.100 PDL n. 1306",
            "original_title": "Votazione Emendamento 1.100 PDL n. 1306",
            "description_title": "Emendamento 1.100 MAGI RICCARDO (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": 2,
            "n_margin": 89,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 33.33
        },
        {
            "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": 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": 28350,
            "slug": "vs19_248_062",
            "identifier": "vs19_248_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_062/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/799 E ABB/1, nel testo riformulato, MANES FRANCO (M-MIN) - Votazione Ordine del giorno 9/799 E ABB/1, PDL n. 0799",
            "original_title": "Votazione Ordine del giorno 9/799 E ABB/1, PDL n. 0799",
            "description_title": "Ordine del giorno n. 9/799 E ABB/1, nel testo riformulato, MANES FRANCO (M-MIN)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 124,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28292,
            "slug": "vs19_248_034",
            "identifier": "vs19_248_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_034/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 5.6 MANZI IRENE (PD-IDP) - Votazione Emendamento 5.6 PDL n. 0799",
            "original_title": "Votazione Emendamento 5.6 PDL n. 0799",
            "description_title": "Emendamento 5.6 MANZI IRENE (PD-IDP)",
            "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": 127,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28375,
            "slug": "vs19_247_048",
            "identifier": "vs19_247_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_048/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1633/89 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1633/89 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/89 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/89 FENU EMILIANO (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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29035,
            "slug": "vs19_265_062",
            "identifier": "vs19_265_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_062/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 1435",
            "original_title": "Votazione Articolo 34 DDL n. 1435",
            "description_title": "Articolo 34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 90,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29652,
            "slug": "vs19_260_047",
            "identifier": "vs19_260_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_047/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 2.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.3 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1759",
            "description_title": "Emendamento 2.3 PELUFFO VINICIO GIUSEPPE GUIDO (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": 16,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28296,
            "slug": "vs19_248_028",
            "identifier": "vs19_248_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_028/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 5.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 5.600, PDL n. 0799",
            "original_title": "Votazione Emendamento 5.600, PDL n. 0799",
            "description_title": "Emendamento 5.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": 127,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28238,
            "slug": "vs19_248_046",
            "identifier": "vs19_248_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_046/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 7.1000 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 7.1000 PDL n. 0799",
            "original_title": "Votazione Emendamento 7.1000 PDL n. 0799",
            "description_title": "Emendamento 7.1000 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 92,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 28340,
            "slug": "vs19_248_063",
            "identifier": "vs19_248_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_063/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/799 E ABB/2, nel testo riformulato, STEGER DIETER (M-MIN) - Votazione Ordine del giorno 9/799 E ABB/2, PDL n. 0799",
            "original_title": "Votazione Ordine del giorno 9/799 E ABB/2, PDL n. 0799",
            "description_title": "Ordine del giorno n. 9/799 E ABB/2, nel testo riformulato, STEGER DIETER (M-MIN)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 124,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29014,
            "slug": "vs19_265_074",
            "identifier": "vs19_265_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_074/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 35.32 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.32 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.32 DDL n. 1435",
            "description_title": "Emendamento 35.32 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 28237,
            "slug": "vs19_248_024",
            "identifier": "vs19_248_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_024/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 4.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.600, PDL n. 0799",
            "original_title": "Votazione Emendamento 4.600, PDL n. 0799",
            "description_title": "Emendamento 4.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": 76,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28289,
            "slug": "vs19_248_029",
            "identifier": "vs19_248_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_029/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 5.1006 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 5.1006 PDL n. 0799",
            "original_title": "Votazione Emendamento 5.1006 PDL n. 0799",
            "description_title": "Emendamento 5.1006 MOLLICONE FEDERICO (FDI)",
            "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": 128,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28328,
            "slug": "vs19_247_034",
            "identifier": "vs19_247_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_034/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1633/73 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1633/73 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/73 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/73 APPENDINO CHIARA (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": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "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": 29789,
            "slug": "vs19_261_102",
            "identifier": "vs19_261_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_102/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 15.1000 IARIA ANTONINO (M5S) - Votazione Emendamento 15.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1000 DDL n. 1435",
            "description_title": "Emendamento 15.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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29699,
            "slug": "vs19_260_094",
            "identifier": "vs19_260_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_094/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 3.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 3.5 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.5 DDL n. 1759",
            "description_title": "Emendamento 3.5 PELUFFO VINICIO GIUSEPPE GUIDO (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": 29,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 53.7
        },
        {
            "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": 29203,
            "slug": "vs19_267_017",
            "identifier": "vs19_267_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_017/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 35.91 MORASSUT ROBERTO (PD-IDP) - Votazione Emendamento 35.91 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.91 DDL n. 1435",
            "description_title": "Emendamento 35.91 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 63.58
        },
        {
            "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": 29678,
            "slug": "vs19_260_073",
            "identifier": "vs19_260_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_073/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 73,
            "title": "Identici articoli aggiuntivi 2.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.0200 EVI ELEONORA (AVS) - Votazione Emendamento 2.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1759",
            "description_title": "Identici articoli aggiuntivi 2.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.0200 EVI ELEONORA (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": 27,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29743,
            "slug": "vs19_261_055",
            "identifier": "vs19_261_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_055/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1435",
            "original_title": "Votazione Articolo 9 DDL n. 1435",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 125,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29037,
            "slug": "vs19_265_071",
            "identifier": "vs19_265_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_071/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 35.26 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.26 DDL n. 1435",
            "description_title": "Emendamento 35.26 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": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29694,
            "slug": "vs19_260_089",
            "identifier": "vs19_260_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_089/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 2-quinquies.01 PAVANELLI EMMA (M5S) - Votazione Emendamento 2-quinquies.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.01 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.01 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29693,
            "slug": "vs19_260_088",
            "identifier": "vs19_260_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_088/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 2-quinquies.17 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.17 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.17 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.17 PELUFFO VINICIO GIUSEPPE GUIDO (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": 60.76,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29703,
            "slug": "vs19_260_099",
            "identifier": "vs19_260_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_099/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 99,
            "title": "Articolo aggiuntivo 3.05 EVI ELEONORA (AVS) - Votazione Emendamento 3.05 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.05 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.05 EVI ELEONORA (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": 3,
            "n_margin": 34,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 29751,
            "slug": "vs19_261_064",
            "identifier": "vs19_261_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_064/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 10.37 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.37 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.37 DDL n. 1435",
            "description_title": "Emendamento 10.37 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29200,
            "slug": "vs19_267_005",
            "identifier": "vs19_267_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_005/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 35.58 IARIA ANTONINO (M5S) - Votazione Emendamento 35.58 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.58 DDL n. 1435",
            "description_title": "Emendamento 35.58 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28588,
            "slug": "vs19_252_005",
            "identifier": "vs19_252_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_005/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1306",
            "original_title": "Votazione Articolo 4 PDL n. 1306",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 105,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 29775,
            "slug": "vs19_261_088",
            "identifier": "vs19_261_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_088/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 14.25 IARIA ANTONINO (M5S) - Votazione Emendamento 14.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.25 DDL n. 1435",
            "description_title": "Emendamento 14.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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29777,
            "slug": "vs19_261_090",
            "identifier": "vs19_261_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_090/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 90,
            "title": "Identici emendamenti 15.1 GHIO VALENTINA (PD-IDP) e 15.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.1 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1 DDL n. 1435",
            "description_title": "Identici emendamenti 15.1 GHIO VALENTINA (PD-IDP) e 15.2 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": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29564,
            "slug": "vs19_256_019",
            "identifier": "vs19_256_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_019/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.102 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.102 PDL n. 0630",
            "original_title": "Votazione Emendamento 1.102 PDL n. 0630",
            "description_title": "Emendamento 1.102 BARZOTTI VALENTINA (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": 0,
            "n_margin": 62,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 29215,
            "slug": "vs19_267_007",
            "identifier": "vs19_267_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_007/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 35.67 GHIO VALENTINA (PD-IDP) e 35.68 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.67 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.67 DDL n. 1435",
            "description_title": "Identici emendamenti 35.67 GHIO VALENTINA (PD-IDP) e 35.68 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": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28636,
            "slug": "vs19_252_056",
            "identifier": "vs19_252_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_056/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 5.1001 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.1001 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.1001 PDL n. 0703",
            "description_title": "Emendamento 5.1001 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": 38,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 29657,
            "slug": "vs19_260_052",
            "identifier": "vs19_260_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_052/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 2.16 PAVANELLI EMMA (M5S) - Votazione Emendamento 2.16 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.16 DDL n. 1759",
            "description_title": "Emendamento 2.16 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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28101,
            "slug": "vs19_244_051",
            "identifier": "vs19_244_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_051/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/384 E ABB-B/51, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/384 E ABB-B/51, PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/51, PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/51, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 128,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29781,
            "slug": "vs19_261_094",
            "identifier": "vs19_261_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_094/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 15.15 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.15 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.15 DDL n. 1435",
            "description_title": "Emendamento 15.15 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29182,
            "slug": "vs19_267_018",
            "identifier": "vs19_267_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_018/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 18,
            "title": "Identici emendamenti 35.93 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 35.94 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.93 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.93 DDL n. 1435",
            "description_title": "Identici emendamenti 35.93 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 35.94 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": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28362,
            "slug": "vs19_247_047",
            "identifier": "vs19_247_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_047/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n.  9/1633/87, nel testo riformulato, FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1633/87, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/87, DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/87, nel testo riformulato, FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29831,
            "slug": "vs19_261_017",
            "identifier": "vs19_261_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_017/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1759/26 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1759/26 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/26 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/26 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 28361,
            "slug": "vs19_247_057",
            "identifier": "vs19_247_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_057/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1633/99 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1633/99 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/99 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/99 PENZA PASQUALINO (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": 30,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 29663,
            "slug": "vs19_260_058",
            "identifier": "vs19_260_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_058/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 2.15 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.15 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.15 DDL n. 1759",
            "description_title": "Emendamento 2.15 PELUFFO VINICIO GIUSEPPE GUIDO (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": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "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": 28259,
            "slug": "vs19_247_040",
            "identifier": "vs19_247_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_040/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n.  9/1633/79 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1633/79 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/79 DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/79 SPORTIELLO GILDA (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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29785,
            "slug": "vs19_261_098",
            "identifier": "vs19_261_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_098/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 98,
            "title": "Emendamento 15.23 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 15.23 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.23 DDL n. 1435",
            "description_title": "Emendamento 15.23 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": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 35122,
            "slug": "vs19_350_010",
            "identifier": "vs19_350_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_010/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "",
            "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": 127,
            "majority_cohesion_rate": 60.83,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 34761,
            "slug": "vs19_353_014",
            "identifier": "vs19_353_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_014/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.26 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.26 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 60.83,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 34749,
            "slug": "vs19_353_002",
            "identifier": "vs19_353_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_002/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.101 FARAONE DAVIDE (IVICRE)",
            "original_title": "Emendamento 1.101 FARAONE DAVIDE (IVICRE)",
            "description_title": "",
            "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": 60.83,
            "minority_cohesion_rate": 67.92
        }
    ]
}