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

{
    "count": 23033,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=299",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=297",
    "results": [
        {
            "id": 38875,
            "slug": "vs19_491_039",
            "identifier": "vs19_491_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_039/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 39,
            "title": "EM 8.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 36671,
            "slug": "vs19_439_038",
            "identifier": "vs19_439_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_038/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2240/1 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2240/1 DDL n. 2240",
            "original_title": "Votazione Ordine del giorno 9/2240/1 DDL n. 2240",
            "description_title": "Ordine del giorno n. 9/2240/1 BARZOTTI VALENTINA (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": 21,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 38955,
            "slug": "vs19_491_142",
            "identifier": "vs19_491_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_142/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 142,
            "title": "MOZ 1-440 NO CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-440 NO CPV 7 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 34003,
            "slug": "vs19_397_099",
            "identifier": "vs19_397_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_099/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/2119/38 GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/2119/38 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/38 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/38 GRIBAUDO CHIARA (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": 21,
            "majority_cohesion_rate": 51.65,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 40580,
            "slug": "vs19_547_016",
            "identifier": "vs19_547_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_016/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 16,
            "title": "MOZ 1-472 NF PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF PREMESSA",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34487,
            "slug": "vs19_377_014",
            "identifier": "vs19_377_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_014/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.8 SANTILLO AGOSTINO (M5S)",
            "original_title": "Emendamento 3.8 SANTILLO AGOSTINO (M5S)",
            "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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34498,
            "slug": "vs19_377_025",
            "identifier": "vs19_377_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_025/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 3.40 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 3.40 BONELLI ANGELO (AVS)",
            "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": 21,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 26084,
            "slug": "vs19_216_103",
            "identifier": "vs19_216_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_103/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 13.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 13.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1555",
            "description_title": "Emendamento 13.1 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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 33537,
            "slug": "vs19_381_002",
            "identifier": "vs19_381_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_002/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 2,
            "title": "EM 1.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40390,
            "slug": "vs19_539_028",
            "identifier": "vs19_539_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_028/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.36 DORI DEVIS (AVS) - Votazione Emendamento 1.36 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.36 DDL n. 2623",
            "description_title": "Emendamento 1.36 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": 56.38,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34496,
            "slug": "vs19_377_023",
            "identifier": "vs19_377_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_023/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.31 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.31 CASO ANTONIO (M5S)",
            "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": 21,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34499,
            "slug": "vs19_377_026",
            "identifier": "vs19_377_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_026/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 26,
            "title": "Identici emendamenti 3.44 SANTILLO AGOSTINO (M5S), 3.46 BONELLI ANGELO (AVS) e 3.45 SIMIANI MARCO (PD-IDP)",
            "original_title": "Identici emendamenti 3.44 SANTILLO AGOSTINO (M5S), 3.46 BONELLI ANGELO (AVS) e 3.45 SIMIANI MARCO (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": 21,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 38426,
            "slug": "vs19_481_035",
            "identifier": "vs19_481_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_035/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2329-A/35 - Votazione Ordine del giorno 9/2329-A/35 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/35 ",
            "description_title": "ODG 9/2329-A/35",
            "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": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 38421,
            "slug": "vs19_481_030",
            "identifier": "vs19_481_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_030/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 30,
            "title": "ODG 9/2329-A/30 - Votazione Ordine del giorno 9/2329-A/30 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/30 ",
            "description_title": "ODG 9/2329-A/30",
            "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": 21,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38415,
            "slug": "vs19_481_024",
            "identifier": "vs19_481_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_024/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 24,
            "title": "ODG 9/2329-A/24 - Votazione Ordine del giorno 9/2329-A/24 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/24 ",
            "description_title": "ODG 9/2329-A/24",
            "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": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38395,
            "slug": "vs19_481_004",
            "identifier": "vs19_481_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_004/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 4,
            "title": "ODG 9/2329-A/4 - Votazione Ordine del giorno 9/2329-A/4 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/4 ",
            "description_title": "ODG 9/2329-A/4",
            "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": 21,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 38394,
            "slug": "vs19_481_003",
            "identifier": "vs19_481_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_003/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2329-A/3 - Votazione Ordine del giorno 9/2329-A/3 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/3 ",
            "description_title": "ODG 9/2329-A/3",
            "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": 21,
            "majority_cohesion_rate": 53.5,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 38392,
            "slug": "vs19_481_001",
            "identifier": "vs19_481_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_001/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2329-A - ODG N 1 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2329-A - ODG N 1",
            "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": 21,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 38318,
            "slug": "vs19_479_026",
            "identifier": "vs19_479_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_026/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 26,
            "title": "ODG 9/2362/11 - Votazione Ordine del giorno 9/2362/11 ",
            "original_title": "Votazione Ordine del giorno 9/2362/11 ",
            "description_title": "ODG 9/2362/11",
            "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": 21,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 25035,
            "slug": "vs19_191_002",
            "identifier": "vs19_191_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_002/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1517/36 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1517/36 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/36 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/36 AURIEMMA CARMELA (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": 21,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 38312,
            "slug": "vs19_479_020",
            "identifier": "vs19_479_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_020/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 20,
            "title": "ODG 9/2362/5 - Votazione Ordine del giorno 9/2362/5 ",
            "original_title": "Votazione Ordine del giorno 9/2362/5 ",
            "description_title": "ODG 9/2362/5",
            "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": 21,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 33483,
            "slug": "vs19_377_137",
            "identifier": "vs19_377_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_137/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 137,
            "title": "MOZ 1-346 CPV 11 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-346 CPV 11 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 48.76,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 31924,
            "slug": "vs19_348_018",
            "identifier": "vs19_348_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_018/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 22.1000 D'ORSO VALENTINA (M5S) - Votazione Emendamento 22.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 22.1000 DDL n. 1660",
            "description_title": "Emendamento 22.1000 D'ORSO 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": 21,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 40380,
            "slug": "vs19_539_018",
            "identifier": "vs19_539_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_018/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.21 DORI DEVIS (AVS) - Votazione Emendamento 1.21 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.21 DDL n. 2623",
            "description_title": "Emendamento 1.21 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 34502,
            "slug": "vs19_377_029",
            "identifier": "vs19_377_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_029/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 3.50 SANTILLO AGOSTINO (M5S) e 3.51 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 3.50 SANTILLO AGOSTINO (M5S) e 3.51 BONELLI ANGELO (AVS)",
            "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": 21,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34490,
            "slug": "vs19_377_017",
            "identifier": "vs19_377_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_017/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.13 CURTI AUGUSTO (PD-IDP)",
            "original_title": "Emendamento 3.13 CURTI AUGUSTO (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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 38243,
            "slug": "vs19_477_009",
            "identifier": "vs19_477_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_009/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 38240,
            "slug": "vs19_477_006",
            "identifier": "vs19_477_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_006/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.113 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.113",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 38239,
            "slug": "vs19_477_005",
            "identifier": "vs19_477_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_005/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.110 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.110",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 33443,
            "slug": "vs19_377_105",
            "identifier": "vs19_377_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_105/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 105,
            "title": "EM 21.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34508,
            "slug": "vs19_377_036",
            "identifier": "vs19_377_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_036/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 4.5 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 4.5 BONELLI ANGELO (AVS)",
            "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": 21,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34509,
            "slug": "vs19_377_037",
            "identifier": "vs19_377_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_037/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 37,
            "title": "Identici emendamenti 4.6 SIMIANI MARCO (PD-IDP) e 4.7 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 4.6 SIMIANI MARCO (PD-IDP) e 4.7 BONELLI ANGELO (AVS)",
            "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": 21,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34497,
            "slug": "vs19_377_024",
            "identifier": "vs19_377_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_024/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 24,
            "title": "Identici emendamenti 3.34 MORFINO DANIELA (M5S) e 3.36 CURTI AUGUSTO (PD-IDP)",
            "original_title": "Identici emendamenti 3.34 MORFINO DANIELA (M5S) e 3.36 CURTI AUGUSTO (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": 21,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 31545,
            "slug": "vs19_340_069",
            "identifier": "vs19_340_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_069/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 9-sexies.3 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 9-sexies.3 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-sexies.3 DDL n. 1997",
            "description_title": "Emendamento 9-sexies.3 DE LUCA PIERO (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": 67.23,
            "minority_cohesion_rate": 74.53
        },
        {
            "id": 34516,
            "slug": "vs19_377_048",
            "identifier": "vs19_377_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_048/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 8.11 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 8.11 FONTANA ILARIA (M5S)",
            "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": 21,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 31547,
            "slug": "vs19_340_071",
            "identifier": "vs19_340_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_071/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 9-sexies.6 RUFFINO DANIELA (APERRE) - Votazione Emendamento 9-sexies.6 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-sexies.6 DDL n. 1997",
            "description_title": "Emendamento 9-sexies.6 RUFFINO DANIELA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 38288,
            "slug": "vs19_477_054",
            "identifier": "vs19_477_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_054/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 54,
            "title": "ODG 9/2333-A/23 - Votazione Ordine del giorno 9/2333-A/23 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/23 ",
            "description_title": "ODG 9/2333-A/23",
            "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": 21,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40683,
            "slug": "vs19_551_072",
            "identifier": "vs19_551_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_072/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 72,
            "title": "ODG 9/1866-A/4 - Votazione Ordine del giorno 9/1866-A/4 ",
            "original_title": "Votazione Ordine del giorno 9/1866-A/4 ",
            "description_title": "ODG 9/1866-A/4",
            "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": 21,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38193,
            "slug": "vs19_476_004",
            "identifier": "vs19_476_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_004/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.1001 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 1.1001 PDL n. 0741",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 0741",
            "description_title": "Emendamento 1.1001 MALAVASI ILENIA (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": 55.56,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 38192,
            "slug": "vs19_476_003",
            "identifier": "vs19_476_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_003/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.3 PDL n. 0741",
            "original_title": "Votazione Emendamento 1.3 PDL n. 0741",
            "description_title": "Emendamento 1.3 QUARTINI ANDREA (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": 21,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 31981,
            "slug": "vs19_348_014",
            "identifier": "vs19_348_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_014/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 21.01008 PENZA PASQUALINO (M5S) - Votazione Emendamento 21.01008 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.01008 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 21.01008 PENZA PASQUALINO (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": 21,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 38209,
            "slug": "vs19_476_023",
            "identifier": "vs19_476_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_023/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 23,
            "title": "ART AGG 3.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38225,
            "slug": "vs19_476_042",
            "identifier": "vs19_476_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_042/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 42,
            "title": "PDL 741-A E ABB - ODG 2 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "PDL 741-A E ABB - ODG 2",
            "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": 59.26,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37652,
            "slug": "vs19_460_054",
            "identifier": "vs19_460_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_054/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo aggiuntivo 18.01 ALIFANO ENRICA (M5S) - Votazione Emendamento 18.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 18.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 18.01 ALIFANO ENRICA (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": 21,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 32008,
            "slug": "vs19_348_016",
            "identifier": "vs19_348_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_016/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 21.01001 AURIEMMA CARMELA (M5S) - Votazione Emendamento 21.01001 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.01001 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 21.01001 AURIEMMA CARMELA (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": 21,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 37625,
            "slug": "vs19_460_017",
            "identifier": "vs19_460_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_017/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 9.1 PENZA PASQUALINO (M5S) - Votazione Emendamento 9.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 9.1 DDL n. 2139",
            "description_title": "Emendamento 9.1 PENZA PASQUALINO (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": 4,
            "n_margin": 21,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 32520,
            "slug": "vs19_361_061",
            "identifier": "vs19_361_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_061/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1532-bis/81 EVI ELEONORA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/81 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/81 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/81 EVI ELEONORA (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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 37618,
            "slug": "vs19_460_003",
            "identifier": "vs19_460_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_003/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 2.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2139",
            "description_title": "Emendamento 2.1 ZARATTI FILIBERTO (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": 21,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 32576,
            "slug": "vs19_361_017",
            "identifier": "vs19_361_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_017/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1532-bis/33 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1532-bis/33 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/33 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/33 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": 21,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 40373,
            "slug": "vs19_539_011",
            "identifier": "vs19_539_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_011/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 11,
            "title": "Identici emendamenti 1.12 SIMIANI MARCO (PD-IDP), 1.13 DORI DEVIS (AVS) e 1.14 GIULIANO CARLA (M5S) - Votazione Emendamento 1.12 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.12 DDL n. 2623",
            "description_title": "Identici emendamenti 1.12 SIMIANI MARCO (PD-IDP), 1.13 DORI DEVIS (AVS) e 1.14 GIULIANO CARLA (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": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.69
        }
    ]
}