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

{
    "count": 24921,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "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=48",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=46",
    "results": [
        {
            "id": 40739,
            "slug": "19-357-1",
            "identifier": "19-357-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-357-1/?format=api",
            "sitting": {
                "id": 2114,
                "date": "2025-10-22",
                "number": 357,
                "branch": "S"
            },
            "number": 1,
            "title": "Comunicazioni Pres. Cons. sul Consiglio EU 23-24/10/2025,   Proposta di risoluzione n. 1, Terzi di Sant'Agata e altri",
            "original_title": "Comunicazioni Pres. Cons. sul Consiglio EU 23-24/10/2025,   Proposta di risoluzione n. 1, 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": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 85.71,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 40734,
            "slug": "19-357-5",
            "identifier": "19-357-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-357-5/?format=api",
            "sitting": {
                "id": 2114,
                "date": "2025-10-22",
                "number": 357,
                "branch": "S"
            },
            "number": 5,
            "title": "Legge annuale sulle PMI - Em. 1.2, Martella e altri",
            "original_title": "Em. 1.2, Martella e altri",
            "description_title": "Legge annuale sulle PMI",
            "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": 12,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 66.27
        },
        {
            "id": 40735,
            "slug": "19-357-2",
            "identifier": "19-357-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-357-2/?format=api",
            "sitting": {
                "id": 2114,
                "date": "2025-10-22",
                "number": 357,
                "branch": "S"
            },
            "number": 2,
            "title": "Comunicazioni Pres. Cons. sul Consiglio EU 23-24/10/2025,   Proposta di risoluzione n. 4 (testo 2), Calenda e Lombardo",
            "original_title": "Comunicazioni Pres. Cons. sul Consiglio EU 23-24/10/2025,   Proposta di risoluzione n. 4 (testo 2), Calenda e Lombardo",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 84.87,
            "minority_cohesion_rate": 40.96
        },
        {
            "id": 40736,
            "slug": "19-357-7",
            "identifier": "19-357-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-357-7/?format=api",
            "sitting": {
                "id": 2114,
                "date": "2025-10-22",
                "number": 357,
                "branch": "S"
            },
            "number": 7,
            "title": "Legge annuale sulle PMI - Em. 1.4, Martella e altri",
            "original_title": "Em. 1.4, Martella e altri",
            "description_title": "Legge annuale sulle PMI",
            "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": 11,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 68.67
        },
        {
            "id": 40738,
            "slug": "19-357-4",
            "identifier": "19-357-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-357-4/?format=api",
            "sitting": {
                "id": 2114,
                "date": "2025-10-22",
                "number": 357,
                "branch": "S"
            },
            "number": 4,
            "title": "Legge annuale sulle PMI - Em. 01.1, Sabrina Licheri e altri",
            "original_title": "Em. 01.1, Sabrina Licheri e altri",
            "description_title": "Legge annuale sulle PMI",
            "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": 12,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 66.27
        },
        {
            "id": 40679,
            "slug": "vs19_551_066",
            "identifier": "vs19_551_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_066/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 2.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.500, DDL n. 1866",
            "original_title": "Votazione Emendamento 2.500, DDL n. 1866",
            "description_title": "Emendamento 2.500, 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": 5,
            "n_margin": 71,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40680,
            "slug": "vs19_551_068",
            "identifier": "vs19_551_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_068/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 3.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.500, DDL n. 1866",
            "original_title": "Votazione Emendamento 3.500, DDL n. 1866",
            "description_title": "Emendamento 3.500, 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": 3,
            "n_margin": 72,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40678,
            "slug": "vs19_551_065",
            "identifier": "vs19_551_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_065/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 2.16 DORI DEVIS (AVS) - Votazione Emendamento 2.16 DDL n. 1866",
            "original_title": "Votazione Emendamento 2.16 DDL n. 1866",
            "description_title": "Emendamento 2.16 DORI DEVIS (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.08,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40677,
            "slug": "vs19_551_064",
            "identifier": "vs19_551_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_064/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 2.15 DORI DEVIS (AVS) - Votazione Emendamento 2.15 DDL n. 1866",
            "original_title": "Votazione Emendamento 2.15 DDL n. 1866",
            "description_title": "Emendamento 2.15 DORI DEVIS (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.49,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40668,
            "slug": "vs19_551_054",
            "identifier": "vs19_551_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_054/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 1.34 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.34 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.34 DDL n. 1866",
            "description_title": "Emendamento 1.34 ASCARI STEFANIA (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": 3,
            "n_margin": 48,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 40670,
            "slug": "vs19_551_056",
            "identifier": "vs19_551_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_056/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 1.39 DORI DEVIS (AVS) - Votazione Emendamento 1.39 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.39 DDL n. 1866",
            "description_title": "Emendamento 1.39 DORI DEVIS (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": 4,
            "n_margin": 40,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 40673,
            "slug": "vs19_551_060",
            "identifier": "vs19_551_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_060/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo aggiuntivo 1.02 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.02 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.02 DDL n. 1866",
            "description_title": "Articolo aggiuntivo 1.02 ASCARI STEFANIA (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": 54,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 40639,
            "slug": "vs19_551_021",
            "identifier": "vs19_551_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_021/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.1 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 3.1 PDL n. 1521",
            "original_title": "Votazione Emendamento 3.1 PDL n. 1521",
            "description_title": "Emendamento 3.1 PICCOLOTTI ELISABETTA (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": 67,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40614,
            "slug": "vs19_551_018",
            "identifier": "vs19_551_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_018/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1521",
            "original_title": "Votazione Articolo 2 PDL n. 1521",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40641,
            "slug": "vs19_551_023",
            "identifier": "vs19_551_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_023/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.7 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 3.7 PDL n. 1521",
            "original_title": "Votazione Emendamento 3.7 PDL n. 1521",
            "description_title": "Emendamento 3.7 ORRICO ANNA LAURA (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": 16,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40642,
            "slug": "vs19_551_024",
            "identifier": "vs19_551_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_024/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 3.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.300, PDL n. 1521",
            "original_title": "Votazione Emendamento 3.300, PDL n. 1521",
            "description_title": "Emendamento 3.300, 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": 3,
            "n_margin": 65,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40629,
            "slug": "vs19_551_010",
            "identifier": "vs19_551_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_010/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 10,
            "title": "Identici emendamenti 2.15 ORRICO ANNA LAURA (M5S) e 2.16 IACONO GIOVANNA (PD-IDP) - Votazione Emendamento 2.15 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.15 PDL n. 1521",
            "description_title": "Identici emendamenti 2.15 ORRICO ANNA LAURA (M5S) e 2.16 IACONO GIOVANNA (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": 17,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40671,
            "slug": "vs19_551_057",
            "identifier": "vs19_551_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_057/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 1.40 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.40 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.40 DDL n. 1866",
            "description_title": "Emendamento 1.40 DI BIASE MICHELA (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": 18,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40653,
            "slug": "vs19_551_037",
            "identifier": "vs19_551_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_037/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 5.1001 LATINI GIORGIA (LEGA) - Votazione Emendamento 5.1001 PDL n. 1521",
            "original_title": "Votazione Emendamento 5.1001 PDL n. 1521",
            "description_title": "Emendamento 5.1001 LATINI GIORGIA (LEGA)",
            "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": 124,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40664,
            "slug": "vs19_551_050",
            "identifier": "vs19_551_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_050/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 1.30 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.30 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.30 DDL n. 1866",
            "description_title": "Emendamento 1.30 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40665,
            "slug": "vs19_551_051",
            "identifier": "vs19_551_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_051/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 1.24 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.24 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.24 DDL n. 1866",
            "description_title": "Emendamento 1.24 DI BIASE MICHELA (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": 19,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40666,
            "slug": "vs19_551_052",
            "identifier": "vs19_551_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_052/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 52,
            "title": "Identici emendamenti 1.27 BOSCHI MARIA ELENA (IVICRE) e 1.28 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.27 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.27 DDL n. 1866",
            "description_title": "Identici emendamenti 1.27 BOSCHI MARIA ELENA (IVICRE) e 1.28 DI BIASE MICHELA (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": 20,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40663,
            "slug": "vs19_551_049",
            "identifier": "vs19_551_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_049/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1.17 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.17 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1866",
            "description_title": "Emendamento 1.17 ASCARI STEFANIA (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": 48,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 40628,
            "slug": "vs19_551_009",
            "identifier": "vs19_551_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_009/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.12 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 2.12 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.12 PDL n. 1521",
            "description_title": "Emendamento 2.12 ORRICO ANNA LAURA (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": 15,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40658,
            "slug": "vs19_551_044",
            "identifier": "vs19_551_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_044/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 1.5 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.5 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1866",
            "description_title": "Emendamento 1.5 DI BIASE MICHELA (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": 19,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40624,
            "slug": "vs19_551_005",
            "identifier": "vs19_551_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_005/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 2.1 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1 PDL n. 1521",
            "description_title": "Emendamento 2.1 PICCOLOTTI ELISABETTA (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": 55.56,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40661,
            "slug": "vs19_551_047",
            "identifier": "vs19_551_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_047/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 1.15 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.15 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.15 DDL n. 1866",
            "description_title": "Emendamento 1.15 DI BIASE MICHELA (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": 19,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40662,
            "slug": "vs19_551_048",
            "identifier": "vs19_551_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_048/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 1.16 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.16 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.16 DDL n. 1866",
            "description_title": "Emendamento 1.16 DI BIASE MICHELA (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": 57.61,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40667,
            "slug": "vs19_551_053",
            "identifier": "vs19_551_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_053/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 1.29 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 1.29 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.29 DDL n. 1866",
            "description_title": "Emendamento 1.29 DI BIASE MICHELA (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": 19,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40656,
            "slug": "vs19_551_041",
            "identifier": "vs19_551_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_041/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1521/5 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1521/5 PDL n. 1521",
            "original_title": "Votazione Ordine del giorno 9/1521/5 PDL n. 1521",
            "description_title": "Ordine del giorno n. 9/1521/5 MANZI IRENE (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": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40654,
            "slug": "vs19_551_039",
            "identifier": "vs19_551_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_039/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1521/2 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1521/2 PDL n. 1521",
            "original_title": "Votazione Ordine del giorno 9/1521/2 PDL n. 1521",
            "description_title": "Ordine del giorno n. 9/1521/2 ORRICO ANNA LAURA (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": 56.38,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40657,
            "slug": "vs19_551_042",
            "identifier": "vs19_551_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_042/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1521/6 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1521/6 PDL n. 1521",
            "original_title": "Votazione Ordine del giorno 9/1521/6 PDL n. 1521",
            "description_title": "Ordine del giorno n. 9/1521/6 IACONO GIOVANNA (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": 20,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40634,
            "slug": "vs19_551_015",
            "identifier": "vs19_551_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_015/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.1005, come riformulato, LATINI GIORGIA (LEGA) - Votazione Emendamento 2.1005, PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1005, PDL n. 1521",
            "description_title": "Emendamento 2.1005, come riformulato, LATINI GIORGIA (LEGA)",
            "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": 70,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40636,
            "slug": "vs19_551_017",
            "identifier": "vs19_551_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_017/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.300, PDL n. 1521",
            "original_title": "Votazione Emendamento 2.300, PDL n. 1521",
            "description_title": "Emendamento 2.300, 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": 67,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40682,
            "slug": "vs19_551_071",
            "identifier": "vs19_551_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_071/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1866/3 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1866/3 DDL n. 1866",
            "original_title": "Votazione Ordine del giorno 9/1866/3 DDL n. 1866",
            "description_title": "Ordine del giorno n. 9/1866/3 BENZONI FABRIZIO (APERRE)",
            "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": 21,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40630,
            "slug": "vs19_551_011",
            "identifier": "vs19_551_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_011/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.1003 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.1003 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1003 PDL n. 1521",
            "description_title": "Emendamento 2.1003 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40644,
            "slug": "vs19_551_027",
            "identifier": "vs19_551_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_027/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 4.1005, così come riformulato, CANGIANO GEROLAMO (FDI) - Votazione Emendamento 4.1005, PDL n. 1521",
            "original_title": "Votazione Emendamento 4.1005, PDL n. 1521",
            "description_title": "Emendamento 4.1005, così come riformulato, CANGIANO GEROLAMO (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": 12,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40659,
            "slug": "vs19_551_045",
            "identifier": "vs19_551_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_045/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 1.9 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 1.9 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.9 DDL n. 1866",
            "description_title": "Emendamento 1.9 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 40646,
            "slug": "vs19_551_029",
            "identifier": "vs19_551_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_029/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 4.1011 CANGIANO GEROLAMO (FDI) - Votazione Emendamento 4.1011 PDL n. 1521",
            "original_title": "Votazione Emendamento 4.1011 PDL n. 1521",
            "description_title": "Emendamento 4.1011 CANGIANO GEROLAMO (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": 15,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40660,
            "slug": "vs19_551_046",
            "identifier": "vs19_551_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_046/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 1.10 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.10 DDL n. 1866",
            "original_title": "Votazione Emendamento 1.10 DDL n. 1866",
            "description_title": "Emendamento 1.10 ASCARI STEFANIA (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": 53,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 40643,
            "slug": "vs19_551_026",
            "identifier": "vs19_551_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_026/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 3.02 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 3.02 PDL n. 1521",
            "original_title": "Votazione Emendamento 3.02 PDL n. 1521",
            "description_title": "Articolo aggiuntivo 3.02 ORRICO ANNA LAURA (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": 20,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40632,
            "slug": "vs19_551_013",
            "identifier": "vs19_551_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_013/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.1004 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.1004 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1004 PDL n. 1521",
            "description_title": "Emendamento 2.1004 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40623,
            "slug": "vs19_551_004",
            "identifier": "vs19_551_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_004/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.1000 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.1000 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 1521",
            "description_title": "Emendamento 2.1000 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40633,
            "slug": "vs19_551_014",
            "identifier": "vs19_551_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_014/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.1001 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.1001 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1001 PDL n. 1521",
            "description_title": "Emendamento 2.1001 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40681,
            "slug": "vs19_551_070",
            "identifier": "vs19_551_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_070/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1866/2 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1866/2 DDL n. 1866",
            "original_title": "Votazione Ordine del giorno 9/1866/2 DDL n. 1866",
            "description_title": "Ordine del giorno n. 9/1866/2 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40617,
            "slug": "vs19_551_038",
            "identifier": "vs19_551_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_038/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 1521",
            "original_title": "Votazione Articolo 5 PDL n. 1521",
            "description_title": "Articolo 5",
            "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": 69,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40621,
            "slug": "vs19_551_001",
            "identifier": "vs19_551_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_001/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.1 PDL n. 1521",
            "original_title": "Votazione Emendamento 1.1 PDL n. 1521",
            "description_title": "Emendamento 1.1 PICCOLOTTI ELISABETTA (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": 64,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40618,
            "slug": "vs19_551_058",
            "identifier": "vs19_551_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_058/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1866",
            "original_title": "Votazione Articolo 1 DDL n. 1866",
            "description_title": "Articolo 1",
            "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": 70,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40613,
            "slug": "vs19_551_003",
            "identifier": "vs19_551_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_003/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1521",
            "original_title": "Votazione Articolo 1 PDL n. 1521",
            "description_title": "Articolo 1",
            "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": 64,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40616,
            "slug": "vs19_551_035",
            "identifier": "vs19_551_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_035/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1521",
            "original_title": "Votazione Articolo 4 PDL n. 1521",
            "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": 21,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 60.51
        }
    ]
}