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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=184",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=182",
    "results": [
        {
            "id": 21387,
            "slug": "19-71-132",
            "identifier": "19-71-132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-132/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 132,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Em. 4.36, Fina e altri",
            "original_title": "Em. 4.36, Fina e altri",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 80.87,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 21332,
            "slug": "19-71-20",
            "identifier": "19-71-20",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-20/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 20,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Emm. 1.28, 1.29 e 1.30",
            "original_title": "Emm. 1.28, 1.29 e 1.30",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "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": 23,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 21361,
            "slug": "19-71-68",
            "identifier": "19-71-68",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-68/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 68,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Em. 3.17, Trevisi",
            "original_title": "Em. 3.17, Trevisi",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "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": 23,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26344,
            "slug": "19-139-90",
            "identifier": "19-139-90",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-139-90/?format=api",
            "sitting": {
                "id": 1560,
                "date": "2023-12-20",
                "number": 139,
                "branch": "S"
            },
            "number": 90,
            "title": "Disposizioni sul made in Italy - Em. 25.14, D'Elia e altri",
            "original_title": "Em. 25.14, D'Elia e altri",
            "description_title": "Disposizioni sul made in Italy",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 73.91,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 21408,
            "slug": "19-71-64",
            "identifier": "19-71-64",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-71-64/?format=api",
            "sitting": {
                "id": 1385,
                "date": "2023-05-24",
                "number": 71,
                "branch": "S"
            },
            "number": 64,
            "title": "d-l 35/2023 - Ponte sullo stretto di Messina - Emm. 3.11 e 3.12",
            "original_title": "Emm. 3.11 e 3.12",
            "description_title": "d-l 35/2023 - Ponte sullo stretto di Messina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 27309,
            "slug": "vs19_233_051",
            "identifier": "vs19_233_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_051/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1606/85 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1606/85 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/85 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/85 BONAFE' SIMONA (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": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 26105,
            "slug": "vs19_216_069",
            "identifier": "vs19_216_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_069/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 11.4 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.4 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.4 DDL n. 1555",
            "description_title": "Emendamento 11.4 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 38190,
            "slug": "vs19_476_001",
            "identifier": "vs19_476_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_001/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1000 FURFARO MARCO (PD-IDP) - Votazione Emendamento 1.1000 PDL n. 0741",
            "original_title": "Votazione Emendamento 1.1000 PDL n. 0741",
            "description_title": "Emendamento 1.1000 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 26110,
            "slug": "vs19_216_074",
            "identifier": "vs19_216_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_074/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 11.8 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.8 DDL n. 1555",
            "description_title": "Emendamento 11.8 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 38235,
            "slug": "vs19_477_001",
            "identifier": "vs19_477_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_001/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2333-A - EM 1.2, 1.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2333-A - EM 1.2, 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": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34001,
            "slug": "vs19_397_088",
            "identifier": "vs19_397_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_088/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/2119/24 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/2119/24 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/24 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/24 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 38206,
            "slug": "vs19_476_019",
            "identifier": "vs19_476_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_019/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 3.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1001",
            "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": 23,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 26143,
            "slug": "vs19_216_068",
            "identifier": "vs19_216_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_068/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 11.3 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.3 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.3 DDL n. 1555",
            "description_title": "Emendamento 11.3 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26058,
            "slug": "vs19_216_123",
            "identifier": "vs19_216_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_123/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 123,
            "title": "Emendamento 18.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 18.1 DDL n. 1555",
            "original_title": "Votazione Emendamento 18.1 DDL n. 1555",
            "description_title": "Emendamento 18.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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25189,
            "slug": "vs19_200_034",
            "identifier": "vs19_200_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_034/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1551/37 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/1551/37 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/37 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/37 GHIO VALENTINA (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": 23,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26178,
            "slug": "vs19_216_066",
            "identifier": "vs19_216_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_066/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 11.18 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 11.18 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.18 DDL n. 1555",
            "description_title": "Emendamento 11.18 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 37621,
            "slug": "vs19_460_009",
            "identifier": "vs19_460_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_009/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 4.01 PENZA PASQUALINO (M5S) - Votazione Emendamento 4.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 4.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 4.01 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": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 25068,
            "slug": "vs19_192_010",
            "identifier": "vs19_192_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_010/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0752",
            "original_title": "Votazione Articolo 4 PDL n. 0752",
            "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": 23,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 37560,
            "slug": "vs19_455_014",
            "identifier": "vs19_455_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_014/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/153-AR/5 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/153-AR/5 PDL n. 0153",
            "original_title": "Votazione Ordine del giorno 9/153-AR/5 PDL n. 0153",
            "description_title": "Ordine del giorno n. 9/153-AR/5 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36888,
            "slug": "vs19_441_010",
            "identifier": "vs19_441_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_010/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 27.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 27.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.2 DDL n. 2026",
            "description_title": "Emendamento 27.2 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 39406,
            "slug": "vs19_503_071",
            "identifier": "vs19_503_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_071/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 71,
            "title": "Articolo aggiuntivo 12.01 CASO ANTONIO (M5S) - Votazione Emendamento 12.01 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.01 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 12.01 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 40104,
            "slug": "vs19_524_046",
            "identifier": "vs19_524_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_046/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 46,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 31472,
            "slug": "vs19_336_121",
            "identifier": "vs19_336_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_121/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 121,
            "title": "Ordine del giorno n. 9/1930/26 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1930/26 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/26 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/26 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 38402,
            "slug": "vs19_481_011",
            "identifier": "vs19_481_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_011/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2329-A/11 - Votazione Ordine del giorno 9/2329-A/11 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/11 ",
            "description_title": "ODG 9/2329-A/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": 23,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 25076,
            "slug": "vs19_192_018",
            "identifier": "vs19_192_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_018/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0752",
            "original_title": "Votazione Articolo 8 PDL n. 0752",
            "description_title": "Articolo 8",
            "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": 23,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 26079,
            "slug": "vs19_216_094",
            "identifier": "vs19_216_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_094/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 12.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 12.8 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.8 DDL n. 1555",
            "description_title": "Emendamento 12.8 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": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25077,
            "slug": "vs19_192_019",
            "identifier": "vs19_192_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_019/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 0752",
            "original_title": "Votazione Articolo 9 PDL n. 0752",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 38311,
            "slug": "vs19_479_019",
            "identifier": "vs19_479_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_019/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2362/4 - Votazione Ordine del giorno 9/2362/4 ",
            "original_title": "Votazione Ordine del giorno 9/2362/4 ",
            "description_title": "ODG 9/2362/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": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 37563,
            "slug": "vs19_455_017",
            "identifier": "vs19_455_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_017/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/153-AR/10 GADDA MARIA CHIARA (IVICRE) - Votazione Ordine del giorno 9/153-AR/10 PDL n. 0153",
            "original_title": "Votazione Ordine del giorno 9/153-AR/10 PDL n. 0153",
            "description_title": "Ordine del giorno n. 9/153-AR/10 GADDA MARIA CHIARA (IVICRE)",
            "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": 23,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 38025,
            "slug": "vs19_470_034",
            "identifier": "vs19_470_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_034/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/2308/83 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/2308/83 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/83 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/83 FERRARI SARA (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": 23,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36812,
            "slug": "vs19_440_003",
            "identifier": "vs19_440_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_003/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 1.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2026",
            "description_title": "Emendamento 1.2 BENZONI FABRIZIO (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": 23,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 35791,
            "slug": "vs19_410_011",
            "identifier": "vs19_410_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_011/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1917/14 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1917/14 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/14 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/14 FORATTINI ANTONELLA (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": 23,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 36855,
            "slug": "vs19_440_063",
            "identifier": "vs19_440_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_063/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 18.1 FONTANA ILARIA (M5S) - Votazione Emendamento 18.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 18.1 DDL n. 2026",
            "description_title": "Emendamento 18.1 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 27405,
            "slug": "vs19_236_058",
            "identifier": "vs19_236_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_058/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 3.4 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 3.4 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1630",
            "description_title": "Emendamento 3.4 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 26207,
            "slug": "vs19_216_150",
            "identifier": "vs19_216_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_150/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 150,
            "title": "Ordine del giorno n. 9/1555/17 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1555/17 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/17 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/17 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 38308,
            "slug": "vs19_479_016",
            "identifier": "vs19_479_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_016/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2362/1 - Votazione Ordine del giorno 9/2362/1 ",
            "original_title": "Votazione Ordine del giorno 9/2362/1 ",
            "description_title": "ODG 9/2362/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": 23,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36830,
            "slug": "vs19_440_027",
            "identifier": "vs19_440_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_027/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 7.6 DELL'OLIO GIANMAURO (M5S) - Votazione Emendamento 7.6 DDL n. 2026",
            "original_title": "Votazione Emendamento 7.6 DDL n. 2026",
            "description_title": "Emendamento 7.6 DELL'OLIO GIANMAURO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36860,
            "slug": "vs19_440_072",
            "identifier": "vs19_440_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_072/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 72,
            "title": "Identici emendamenti 22.5 GHIRRA FRANCESCA (AVS) e 22.6 FERRARA ANTONIO (M5S) - Votazione Emendamento 22.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.5 DDL n. 2026",
            "description_title": "Identici emendamenti 22.5 GHIRRA FRANCESCA (AVS) e 22.6 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 25079,
            "slug": "vs19_192_021",
            "identifier": "vs19_192_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_021/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 10.100 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 10.100 PDL n. 0752",
            "original_title": "Votazione Emendamento 10.100 PDL n. 0752",
            "description_title": "Emendamento 10.100 VACCARI STEFANO (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": 23,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 36813,
            "slug": "vs19_440_005",
            "identifier": "vs19_440_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_005/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2026",
            "description_title": "Emendamento 2.1 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36870,
            "slug": "vs19_440_084",
            "identifier": "vs19_440_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_084/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 84,
            "title": "Articolo aggiuntivo 23.05 DELL'OLIO GIANMAURO (M5S) - Votazione Emendamento 23.05 DDL n. 2026",
            "original_title": "Votazione Emendamento 23.05 DDL n. 2026",
            "description_title": "Articolo aggiuntivo 23.05 DELL'OLIO GIANMAURO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 36804,
            "slug": "vs19_440_067",
            "identifier": "vs19_440_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_067/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 2026",
            "original_title": "Votazione Articolo 19 DDL n. 2026",
            "description_title": "Articolo 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 36840,
            "slug": "vs19_440_043",
            "identifier": "vs19_440_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_043/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 13.3 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 13.3 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.3 DDL n. 2026",
            "description_title": "Emendamento 13.3 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 38246,
            "slug": "vs19_477_012",
            "identifier": "vs19_477_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_012/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 1.93 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.93",
            "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": 23,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36641,
            "slug": "vs19_439_008",
            "identifier": "vs19_439_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_008/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.1003 GRIMALDI MARCO (AVS) - Votazione Emendamento 1.1003 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.1003 DDL n. 2240",
            "description_title": "Emendamento 1.1003 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 34848,
            "slug": "vs19_336_002",
            "identifier": "vs19_336_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_002/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 PAVANELLI EMMA (M5S)",
            "original_title": "Emendamento 1.1 PAVANELLI EMMA (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": 23,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 36666,
            "slug": "vs19_439_033",
            "identifier": "vs19_439_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_033/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 3.01 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 3.01 DDL n. 2240",
            "original_title": "Votazione Emendamento 3.01 DDL n. 2240",
            "description_title": "Articolo aggiuntivo 3.01 MEROLA VIRGINIO (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": 23,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40067,
            "slug": "vs19_521_010",
            "identifier": "vs19_521_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_010/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/2527/17 - Votazione Ordine del giorno 9/2527/17 ",
            "original_title": "Votazione Ordine del giorno 9/2527/17 ",
            "description_title": "ODG 9/2527/17",
            "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": 23,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 32415,
            "slug": "vs19_357_015",
            "identifier": "vs19_357_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_015/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 9.03 MARI FRANCESCO (AVS) - Votazione Emendamento 9.03 DDL n. 1532",
            "original_title": "Votazione Emendamento 9.03 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 9.03 MARI FRANCESCO (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": 23,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 62.66
        },
        {
            "id": 27433,
            "slug": "vs19_236_061",
            "identifier": "vs19_236_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_061/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 3.16 ZANELLA LUANA (AVS) - Votazione Emendamento 3.16 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.16 DDL n. 1630",
            "description_title": "Emendamento 3.16 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.9
        }
    ]
}