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

{
    "count": 22951,
    "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=200",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=198",
    "results": [
        {
            "id": 38514,
            "slug": "vs19_482_064",
            "identifier": "vs19_482_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_064/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 64,
            "title": "EM 1-TER.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1-TER.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": 28,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 35848,
            "slug": "vs19_413_032",
            "identifier": "vs19_413_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_032/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 7.01 DORI DEVIS (AVS) - Votazione Emendamento 7.01 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.01 DDL n. 2196",
            "description_title": "Articolo aggiuntivo 7.01 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": 28,
            "majority_cohesion_rate": 69.83,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 35041,
            "slug": "vs19_336_049",
            "identifier": "vs19_336_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_049/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 6.18 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "original_title": "Emendamento 6.18 PELUFFO VINICIO GIUSEPPE GUIDO (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": 28,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 36303,
            "slug": "vs19_431_022",
            "identifier": "vs19_431_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_022/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2245/50 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/2245/50 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/50 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/50 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": 28,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38494,
            "slug": "vs19_482_044",
            "identifier": "vs19_482_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_044/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 1.44 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.44",
            "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": 28,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 34835,
            "slug": "vs19_337_081",
            "identifier": "vs19_337_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_081/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 1.9 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 1.9 RICCIARDI MARIANNA (M5S) (Doc. XXII, n. 23)",
            "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": 28,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 32295,
            "slug": "vs19_349_104",
            "identifier": "vs19_349_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_104/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 104,
            "title": "Ordine del giorno n. 9/1660/71 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1660/71 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/71 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/71 DORI DEVIS (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": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 32749,
            "slug": "vs19_370_007",
            "identifier": "vs19_370_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_007/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "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": 28,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 62.66
        },
        {
            "id": 35843,
            "slug": "vs19_413_027",
            "identifier": "vs19_413_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_027/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 7.4 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.4 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.4 DDL n. 2196",
            "description_title": "Emendamento 7.4 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 37132,
            "slug": "vs19_445_006",
            "identifier": "vs19_445_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_445_006/?format=api",
            "sitting": {
                "id": 1935,
                "date": "2025-03-12",
                "number": 445,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00390, limitatamente ai restanti capoversi della premessa, CAPPELLETTI ENRICO (M5S) ed altri - Votazione Mozione 1_00390",
            "original_title": "Votazione Mozione 1_00390",
            "description_title": "Mozione n. 1-00390, limitatamente ai restanti capoversi della premessa, CAPPELLETTI ENRICO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 38526,
            "slug": "vs19_482_076",
            "identifier": "vs19_482_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_076/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 76,
            "title": "ODG 9/2402/10 - Votazione Ordine del giorno 9/2402/10 ",
            "original_title": "Votazione Ordine del giorno 9/2402/10 ",
            "description_title": "ODG 9/2402/10",
            "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": 28,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 26146,
            "slug": "vs19_216_111",
            "identifier": "vs19_216_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_111/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 111,
            "title": "Articolo aggiuntivo 14.02 PAVANELLI EMMA (M5S) - Votazione Emendamento 14.02 DDL n. 1555",
            "original_title": "Votazione Emendamento 14.02 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 14.02 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 38809,
            "slug": "vs19_491_077",
            "identifier": "vs19_491_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_077/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 77,
            "title": "ARTICOLO 11 - Votazione Articolo 11 ",
            "original_title": "Votazione Articolo 11 ",
            "description_title": "ARTICOLO 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 32226,
            "slug": "vs19_328_002",
            "identifier": "vs19_328_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_328_002/?format=api",
            "sitting": {
                "id": 1743,
                "date": "2024-07-18",
                "number": 328,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1896/12 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1896/12 DDL n. 1896",
            "original_title": "Votazione Ordine del giorno 9/1896/12 DDL n. 1896",
            "description_title": "Ordine del giorno n. 9/1896/12 CURTI AUGUSTO (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": 28,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 36272,
            "slug": "vs19_430_010",
            "identifier": "vs19_430_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_010/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2184/85 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/2184/85 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/85 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/85 STEFANAZZI CLAUDIO MICHELE (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": 28,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 27500,
            "slug": "vs19_237_020",
            "identifier": "vs19_237_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_020/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 20,
            "title": "Risoluzione n. 6-00071, limitatamente alla parte dispositiva, ad eccezione degli impegni  nn. 14, 20 e 27, GIORDANO ANTONIO (FDI), CANDIANI STEFANO (LEGA), ROSSELLO CRISTINA (FI-PPE), PISANO CALOGERO (NM-M) ed altri (DOC LXXXVI 1) - Votazione Risoluzione 6_00071",
            "original_title": "Votazione Risoluzione 6_00071",
            "description_title": "Risoluzione n. 6-00071, limitatamente alla parte dispositiva, ad eccezione degli impegni  nn. 14, 20 e 27, GIORDANO ANTONIO (FDI), CANDIANI STEFANO (LEGA), ROSSELLO CRISTINA (FI-PPE), PISANO CALOGERO (NM-M) ed altri (DOC LXXXVI 1)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 39746,
            "slug": "vs19_508_014",
            "identifier": "vs19_508_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_014/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2416-A/40 - Votazione Ordine del giorno 9/2416-A/40 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/40 ",
            "description_title": "ODG 9/2416-A/40",
            "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": 28,
            "majority_cohesion_rate": 64.75,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 40005,
            "slug": "vs19_519_004",
            "identifier": "vs19_519_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_004/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5",
            "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": 28,
            "majority_cohesion_rate": 68.03,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 40002,
            "slug": "vs19_519_048",
            "identifier": "vs19_519_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_048/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 48,
            "title": "Conversione decreto università, istruzione e salute",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2526 - VOTO FINALE",
            "public_title": "Conversione decreto università, istruzione e salute",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 27678,
            "slug": "vs19_239_050",
            "identifier": "vs19_239_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_050/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 12.18 FENU EMILIANO (M5S) - Votazione Emendamento 12.18 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.18 DDL n. 1515",
            "description_title": "Emendamento 12.18 FENU EMILIANO (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": 28,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 27571,
            "slug": "vs19_239_021",
            "identifier": "vs19_239_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_021/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo aggiuntivo 8.01 FENU EMILIANO (M5S) - Votazione Emendamento 8.01 DDL n. 1515",
            "original_title": "Votazione Emendamento 8.01 DDL n. 1515",
            "description_title": "Articolo aggiuntivo 8.01 FENU EMILIANO (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": 28,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 39812,
            "slug": "vs19_512_017",
            "identifier": "vs19_512_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_017/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 17,
            "title": "Proroga delega al governo per la riforma fiscale",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2384-A - VOTO FINALE",
            "public_title": "Proroga delega al governo per la riforma fiscale",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39816,
            "slug": "vs19_512_004",
            "identifier": "vs19_512_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_004/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 4,
            "title": "DDL 2384-A - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2384-A - EM 1.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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 64.75,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 22431,
            "slug": "vs19_134_009",
            "identifier": "vs19_134_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_009/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.19 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.19 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.19 PDL n. 0384",
            "description_title": "Emendamento 3.19 RICCIARDI MARIANNA (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": 28,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 40108,
            "slug": "vs19_524_002",
            "identifier": "vs19_524_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_002/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2551/39 - Votazione Ordine del giorno 9/2551/39 ",
            "original_title": "Votazione Ordine del giorno 9/2551/39 ",
            "description_title": "ODG 9/2551/39",
            "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": 28,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 39820,
            "slug": "vs19_512_008",
            "identifier": "vs19_512_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_008/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.9",
            "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": 28,
            "majority_cohesion_rate": 68.44,
            "minority_cohesion_rate": 73.08
        },
        {
            "id": 38603,
            "slug": "vs19_483_001",
            "identifier": "vs19_483_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_001/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione opposizione su Gaza",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-432 NF",
            "public_title": "Mozione opposizione su Gaza",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 18153,
            "slug": "vs19_009_035",
            "identifier": "vs19_009_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_035/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo aggiuntivo 10.07 BENZONI FABRIZIO (AIV-RE) - Votazione Emendamento 10.07 DDL n. 0005",
            "original_title": "Votazione Emendamento 10.07 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 10.07 BENZONI FABRIZIO (AIV-RE)",
            "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": 28,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 40025,
            "slug": "vs19_519_024",
            "identifier": "vs19_519_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_024/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 24,
            "title": "ART AGG 5-BIS.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 5-BIS.04",
            "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": 28,
            "majority_cohesion_rate": 67.21,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 40008,
            "slug": "vs19_519_007",
            "identifier": "vs19_519_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_007/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 1.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.10",
            "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": 28,
            "majority_cohesion_rate": 67.21,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 27728,
            "slug": "vs19_239_059",
            "identifier": "vs19_239_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_059/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 13.4 FENU EMILIANO (M5S) - Votazione Emendamento 13.4 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.4 DDL n. 1515",
            "description_title": "Emendamento 13.4 FENU EMILIANO (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": 28,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 21960,
            "slug": "vs19_124_006",
            "identifier": "vs19_124_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_006/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1151/12 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1151/12 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/12 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/12 AMATO GAETANO (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": 28,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22472,
            "slug": "vs19_134_041",
            "identifier": "vs19_134_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_041/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 3.61 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 3.61 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.61 PDL n. 0384",
            "description_title": "Emendamento 3.61 STUMPO NICOLA (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": 28,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25091,
            "slug": "vs19_197_039",
            "identifier": "vs19_197_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_039/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 5.02 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.02 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.02 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.02 CARAMIELLO ALESSANDRO (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": 9,
            "n_margin": 28,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 38624,
            "slug": "vs19_486_007",
            "identifier": "vs19_486_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_007/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2355/7 - Votazione Ordine del giorno 9/2355/7 ",
            "original_title": "Votazione Ordine del giorno 9/2355/7 ",
            "description_title": "ODG 9/2355/7",
            "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": 28,
            "majority_cohesion_rate": 68.72,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 21959,
            "slug": "vs19_124_038",
            "identifier": "vs19_124_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_038/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1151/57 SOTTANELLI GIULIO CESARE (AIV-RE) - Votazione Ordine del giorno 9/1151/57 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/57 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/57 SOTTANELLI GIULIO CESARE (AIV-RE)",
            "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": 28,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 39891,
            "slug": "vs19_515_050",
            "identifier": "vs19_515_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_050/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 14.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 21994,
            "slug": "vs19_124_018",
            "identifier": "vs19_124_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_018/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1151/25 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1151/25 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/25 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/25 SILVESTRI FRANCESCO (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": 28,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28065,
            "slug": "vs19_243_038",
            "identifier": "vs19_243_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_038/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0384-B",
            "original_title": "Votazione Articolo 2 PDL n. 0384-B",
            "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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 39919,
            "slug": "vs19_516_016",
            "identifier": "vs19_516_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_016/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/DOC VIII, N 6/39 - Votazione Ordine del giorno 9/DOC VIII, N 6/39 ",
            "original_title": "Votazione Ordine del giorno 9/DOC VIII, N 6/39 ",
            "description_title": "ODG 9/DOC VIII, N 6/39",
            "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": 28,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 18183,
            "slug": "vs19_009_039",
            "identifier": "vs19_009_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_039/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 13.01 RICHETTI MATTEO (AIV-RE) - Votazione Emendamento 13.01 DDL n. 0005",
            "original_title": "Votazione Emendamento 13.01 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 13.01 RICHETTI MATTEO (AIV-RE)",
            "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": 28,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 18156,
            "slug": "vs19_009_056",
            "identifier": "vs19_009_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_056/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo aggiuntivo 32.03 GNASSI ANDREA (PD-IDP) - Votazione Emendamento 32.03 DDL n. 0005",
            "original_title": "Votazione Emendamento 32.03 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 32.03 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 39994,
            "slug": "vs19_517_068",
            "identifier": "vs19_517_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_068/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 68,
            "title": "ODG 9/2488-A/34 - Votazione Ordine del giorno 9/2488-A/34 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/34 ",
            "description_title": "ODG 9/2488-A/34",
            "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": 28,
            "majority_cohesion_rate": 50.82,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 27878,
            "slug": "vs19_243_022",
            "identifier": "vs19_243_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_022/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione Avs su guerra in medio oriente primo capoverso",
            "original_title": "Votazione Mozione 1_00239",
            "description_title": "Mozione n. 1-239, ulteriore nuova formulazione, limitatamente al capoverso primo della parte dispositiva FRATOIANNI NICOLA (AVS) ed altri",
            "public_title": "Mozione Avs su guerra in medio oriente primo capoverso",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 18192,
            "slug": "vs19_009_073",
            "identifier": "vs19_009_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_073/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/5/37 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/5/37 DDL n. 0005",
            "original_title": "Votazione Ordine del giorno 9/5/37 DDL n. 0005",
            "description_title": "Ordine del giorno n. 9/5/37 ZAN ALESSANDRO (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": 28,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 40129,
            "slug": "vs19_524_023",
            "identifier": "vs19_524_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_023/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 23,
            "title": "ODG 9/2551/64 - Votazione Ordine del giorno 9/2551/64 ",
            "original_title": "Votazione Ordine del giorno 9/2551/64 ",
            "description_title": "ODG 9/2551/64",
            "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": 28,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 38623,
            "slug": "vs19_486_006",
            "identifier": "vs19_486_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_006/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 6,
            "title": "ODG 9/2355/6 - Votazione Ordine del giorno 9/2355/6 ",
            "original_title": "Votazione Ordine del giorno 9/2355/6 ",
            "description_title": "ODG 9/2355/6",
            "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": 28,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39989,
            "slug": "vs19_517_063",
            "identifier": "vs19_517_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_063/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 63,
            "title": "ODG 9/2488-A/18 - Votazione Ordine del giorno 9/2488-A/18 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/18 ",
            "description_title": "ODG 9/2488-A/18",
            "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": 28,
            "majority_cohesion_rate": 52.05,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 39992,
            "slug": "vs19_517_066",
            "identifier": "vs19_517_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_066/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 66,
            "title": "ODG 9/2488-A/31 - Votazione Ordine del giorno 9/2488-A/31 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/31 ",
            "description_title": "ODG 9/2488-A/31",
            "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": 28,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 40160,
            "slug": "vs19_524_059",
            "identifier": "vs19_524_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_059/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 59,
            "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": 28,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 59.87
        }
    ]
}