Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=257
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=258",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=256",
    "results": [
        {
            "id": 38708,
            "slug": "vs19_487_068",
            "identifier": "vs19_487_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_068/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 68,
            "title": "ODG 9/2355/98 - Votazione Ordine del giorno 9/2355/98 ",
            "original_title": "Votazione Ordine del giorno 9/2355/98 ",
            "description_title": "ODG 9/2355/98",
            "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": 29,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 38697,
            "slug": "vs19_487_057",
            "identifier": "vs19_487_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_057/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 57,
            "title": "ODG 9/2355/87 - Votazione Ordine del giorno 9/2355/87 ",
            "original_title": "Votazione Ordine del giorno 9/2355/87 ",
            "description_title": "ODG 9/2355/87",
            "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": 29,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 20210,
            "slug": "vs19_082_006",
            "identifier": "vs19_082_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_006/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/889-R/67 COSTA ENRICO (AIV-RE) - Votazione Ordine del giorno 9/889-R/67 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/67 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/67 COSTA ENRICO (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": 29,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 37839,
            "slug": "vs19_468_018",
            "identifier": "vs19_468_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_468_018/?format=api",
            "sitting": {
                "id": 1966,
                "date": "2025-04-16",
                "number": 468,
                "branch": "C"
            },
            "number": 18,
            "title": "Risoluzione n. 6-00167 CALOVINI GIANGIACOMO (FDI), BILLI SIMONE (LEGA), BAGNASCO ROBERTO (FI-PPE), BICCHIELLI PINO (NM-M-C) ed altri, limitatamente alla premessa (Doc. XVI, n. 4) - Votazione Risoluzione 6_00167",
            "original_title": "Votazione Risoluzione 6_00167",
            "description_title": "Risoluzione n. 6-00167 CALOVINI GIANGIACOMO (FDI), BILLI SIMONE (LEGA), BAGNASCO ROBERTO (FI-PPE), BICCHIELLI PINO (NM-M-C) ed altri, limitatamente alla premessa (Doc. XVI, n. 4)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 20212,
            "slug": "vs19_082_018",
            "identifier": "vs19_082_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_018/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/889-R/79 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/889-R/79 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/79 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/79 RICCIARDI RICCARDO (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": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 20194,
            "slug": "vs19_082_014",
            "identifier": "vs19_082_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_014/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/889-R/75 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/889-R/75 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/75 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/75 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 18419,
            "slug": "vs19_027_092",
            "identifier": "vs19_027_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_092/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 92,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/173 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/173 IARIA ANTONINO (M5S)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 81.43,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 32288,
            "slug": "19-226-4",
            "identifier": "19-226-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-226-4/?format=api",
            "sitting": {
                "id": 1788,
                "date": "2024-10-01",
                "number": 226,
                "branch": "S"
            },
            "number": 4,
            "title": "Insegnamento della sicurezza nei luoghi di lavoro nell'ambito dell'educazione civica - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Insegnamento della sicurezza nei luoghi di lavoro nell'ambito dell'educazione civica",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 46.51
        },
        {
            "id": 38717,
            "slug": "vs19_487_077",
            "identifier": "vs19_487_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_077/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 77,
            "title": "ODG 9/2355/107 - Votazione Ordine del giorno 9/2355/107 ",
            "original_title": "Votazione Ordine del giorno 9/2355/107 ",
            "description_title": "ODG 9/2355/107",
            "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": 29,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 39748,
            "slug": "vs19_508_016",
            "identifier": "vs19_508_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_016/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2416-A/48 - Votazione Ordine del giorno 9/2416-A/48 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/48 ",
            "description_title": "ODG 9/2416-A/48",
            "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": 29,
            "majority_cohesion_rate": 64.75,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39769,
            "slug": "vs19_508_037",
            "identifier": "vs19_508_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_037/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 37,
            "title": "ODG 9/2416-A/77 - Votazione Ordine del giorno 9/2416-A/77 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/77 ",
            "description_title": "ODG 9/2416-A/77",
            "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": 29,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 20160,
            "slug": "vs19_081_031",
            "identifier": "vs19_081_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_031/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/889-R/42 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/889-R/42 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/42 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/42 SCERRA FILIPPO (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": 29,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 37814,
            "slug": "vs19_467_026",
            "identifier": "vs19_467_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_026/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2281/48 FERRARA ANTONIO (M5S) - Votazione Ordine del giorno 9/2281/48 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/48 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/48 FERRARA ANTONIO (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": 29,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39735,
            "slug": "vs19_508_003",
            "identifier": "vs19_508_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_003/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2416-A/21 - Votazione Ordine del giorno 9/2416-A/21 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/21 ",
            "description_title": "ODG 9/2416-A/21",
            "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": 29,
            "majority_cohesion_rate": 65.57,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 20140,
            "slug": "vs19_081_034",
            "identifier": "vs19_081_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_034/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/889-R/45 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/889-R/45 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/45 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/45 TUCCI RICCARDO (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": 29,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 37810,
            "slug": "vs19_467_022",
            "identifier": "vs19_467_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_467_022/?format=api",
            "sitting": {
                "id": 1965,
                "date": "2025-04-15",
                "number": 467,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2281/43 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2281/43 DDL n. 2281",
            "original_title": "Votazione Ordine del giorno 9/2281/43 DDL n. 2281",
            "description_title": "Ordine del giorno n. 9/2281/43 PAVANELLI EMMA (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": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 20159,
            "slug": "vs19_081_036",
            "identifier": "vs19_081_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_036/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/889-R/47 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/889-R/47 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/47 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/47 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 20153,
            "slug": "vs19_081_019",
            "identifier": "vs19_081_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_019/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/889-R/27 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/889-R/27 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/27 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/27 BONELLI ANGELO (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": 29,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 38702,
            "slug": "vs19_487_062",
            "identifier": "vs19_487_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_062/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 62,
            "title": "ODG 9/2355/92 - Votazione Ordine del giorno 9/2355/92 ",
            "original_title": "Votazione Ordine del giorno 9/2355/92 ",
            "description_title": "ODG 9/2355/92",
            "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": 29,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 18414,
            "slug": "vs19_027_008",
            "identifier": "vs19_027_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_008/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 8,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 5 DDL n. 0643-bis",
            "description_title": "Articolo 5",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 88.61,
            "minority_cohesion_rate": 92.59
        },
        {
            "id": 38679,
            "slug": "vs19_487_039",
            "identifier": "vs19_487_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_039/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 39,
            "title": "ODG 9/2355/67 - Votazione Ordine del giorno 9/2355/67 ",
            "original_title": "Votazione Ordine del giorno 9/2355/67 ",
            "description_title": "ODG 9/2355/67",
            "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": 29,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38680,
            "slug": "vs19_487_040",
            "identifier": "vs19_487_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_040/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 40,
            "title": "ODG 9/2355/68 - Votazione Ordine del giorno 9/2355/68 ",
            "original_title": "Votazione Ordine del giorno 9/2355/68 ",
            "description_title": "ODG 9/2355/68",
            "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": 29,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38673,
            "slug": "vs19_487_033",
            "identifier": "vs19_487_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_033/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 33,
            "title": "ODG 9/2355/59 - Votazione Ordine del giorno 9/2355/59 ",
            "original_title": "Votazione Ordine del giorno 9/2355/59 ",
            "description_title": "ODG 9/2355/59",
            "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": 29,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 24637,
            "slug": "vs19_183_036",
            "identifier": "vs19_183_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_036/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1492/2 VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1492/2 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/2 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/2 VACCARI STEFANO (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": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24579,
            "slug": "vs19_183_020",
            "identifier": "vs19_183_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_020/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 20,
            "title": "Identici emendamenti 1.27 SIMIANI MARCO (PD-IDP), 1.28 BONELLI ANGELO (AVS) e 1.30 IARIA ANTONINO (M5S) - Votazione Emendamento 1.27 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.27 DDL n. 1492",
            "description_title": "Identici emendamenti 1.27 SIMIANI MARCO (PD-IDP), 1.28 BONELLI ANGELO (AVS) e 1.30 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 38670,
            "slug": "vs19_487_030",
            "identifier": "vs19_487_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_030/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 30,
            "title": "ODG 9/2355/56 - Votazione Ordine del giorno 9/2355/56 ",
            "original_title": "Votazione Ordine del giorno 9/2355/56 ",
            "description_title": "ODG 9/2355/56",
            "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": 29,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 24726,
            "slug": "vs19_183_024",
            "identifier": "vs19_183_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_024/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1-BIS.6 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 1-BIS.6 DDL n. 1492",
            "original_title": "Votazione Emendamento 1-BIS.6 DDL n. 1492",
            "description_title": "Emendamento 1-BIS.6 SIMIANI 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": 29,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 24480,
            "slug": "vs19_183_004",
            "identifier": "vs19_183_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_004/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.3 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.3 DDL n. 1492",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1492",
            "description_title": "Emendamento 1.3 L'ABBATE PATTY (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": 29,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24794,
            "slug": "vs19_179_012",
            "identifier": "vs19_179_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_179_012/?format=api",
            "sitting": {
                "id": 1500,
                "date": "2023-10-17",
                "number": 179,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00193 sul capoverso primo della parte dispositiva, QUARTINI ANDREA (M5S) ed altri - Votazione Mozione 1_00193",
            "original_title": "Votazione Mozione 1_00193",
            "description_title": "Mozione n. 1-00193 sul capoverso primo della parte dispositiva, QUARTINI ANDREA (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": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 24770,
            "slug": "vs19_176_019",
            "identifier": "vs19_176_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_019/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.7 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.7 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.7 PDL n. 0854",
            "description_title": "Emendamento 2.7 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 38492,
            "slug": "vs19_482_042",
            "identifier": "vs19_482_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_042/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 1.42 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.42",
            "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": 29,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 37740,
            "slug": "vs19_464_009",
            "identifier": "vs19_464_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_009/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.23 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.23 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.23 PDL n. 1621",
            "description_title": "Emendamento 3.23 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 19157,
            "slug": "vs19_045_021",
            "identifier": "vs19_045_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_021/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.21 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.21 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.21 DDL n. 0785",
            "description_title": "Emendamento 1.21 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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 37768,
            "slug": "vs19_464_037",
            "identifier": "vs19_464_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_037/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1621/7 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1621/7 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/7 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/7 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 37777,
            "slug": "vs19_464_046",
            "identifier": "vs19_464_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_046/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1621/16 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1621/16 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/16 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/16 SERRACCHIANI DEBORA (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": 29,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 19131,
            "slug": "vs19_045_023",
            "identifier": "vs19_045_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_023/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.23 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.23 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.23 DDL n. 0785",
            "description_title": "Emendamento 1.23 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 37721,
            "slug": "vs19_463_028",
            "identifier": "vs19_463_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_028/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.45 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.45 PDL n. 1621",
            "original_title": "Votazione Emendamento 1.45 PDL n. 1621",
            "description_title": "Emendamento 1.45 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 37720,
            "slug": "vs19_463_027",
            "identifier": "vs19_463_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_027/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 27,
            "title": "Identici emendamenti 1.1008 GIULIANO CARLA (M5S) e 1.1017 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.1008 PDL n. 1621",
            "original_title": "Votazione Emendamento 1.1008 PDL n. 1621",
            "description_title": "Identici emendamenti 1.1008 GIULIANO CARLA (M5S) e 1.1017 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 37692,
            "slug": "vs19_463_033",
            "identifier": "vs19_463_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_033/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1621",
            "original_title": "Votazione Articolo 1 PDL n. 1621",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 37718,
            "slug": "vs19_463_025",
            "identifier": "vs19_463_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_025/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.1007 ALIFANO ENRICA (M5S) - Votazione Emendamento 1.1007 PDL n. 1621",
            "original_title": "Votazione Emendamento 1.1007 PDL n. 1621",
            "description_title": "Emendamento 1.1007 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 31909,
            "slug": "vs19_345_042",
            "identifier": "vs19_345_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_042/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1660",
            "original_title": "Votazione Articolo 16 DDL n. 1660",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 70.71,
            "minority_cohesion_rate": 68.12
        },
        {
            "id": 25026,
            "slug": "vs19_190_011",
            "identifier": "vs19_190_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_190_011/?format=api",
            "sitting": {
                "id": 1520,
                "date": "2023-11-07",
                "number": 190,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1517/24 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1517/24 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/24 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/24 ZINGARETTI NICOLA (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": 29,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 24538,
            "slug": "vs19_184_082",
            "identifier": "vs19_184_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_082/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 8.2 TODDE ALESSANDRA (M5S) - Votazione Emendamento 8.2 DDL n. 1406",
            "original_title": "Votazione Emendamento 8.2 DDL n. 1406",
            "description_title": "Emendamento 8.2 TODDE ALESSANDRA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 31870,
            "slug": "vs19_348_104",
            "identifier": "vs19_348_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_104/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 33.1001 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 33.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.1001 DDL n. 1660",
            "description_title": "Emendamento 33.1001 SERRACCHIANI DEBORA (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": 29,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 31432,
            "slug": "vs19_331_055",
            "identifier": "vs19_331_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_055/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1975/6 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1975/6 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/6 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/6 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 60.5,
            "minority_cohesion_rate": 54.04
        },
        {
            "id": 24786,
            "slug": "vs19_184_090",
            "identifier": "vs19_184_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_090/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1406/11 DE MICHELI PAOLA (PD-IDP) - Votazione Ordine del giorno 9/1406/11 DDL n. 1406",
            "original_title": "Votazione Ordine del giorno 9/1406/11 DDL n. 1406",
            "description_title": "Ordine del giorno n. 9/1406/11 DE MICHELI PAOLA (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": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 31812,
            "slug": "vs19_345_019",
            "identifier": "vs19_345_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_019/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 19,
            "title": "Subemendamento 0.15.800.17 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 0.15.800.17 DDL n. 1660",
            "original_title": "Votazione Emendamento 0.15.800.17 DDL n. 1660",
            "description_title": "Subemendamento 0.15.800.17 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 69.04,
            "minority_cohesion_rate": 68.12
        },
        {
            "id": 22256,
            "slug": "vs19_150_031",
            "identifier": "vs19_150_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_031/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1239/52 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1239/52 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/52 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/52 ZINGARETTI NICOLA (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": 29,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24109,
            "slug": "vs19_161_014",
            "identifier": "vs19_161_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_161_014/?format=api",
            "sitting": {
                "id": 1466,
                "date": "2023-09-13",
                "number": 161,
                "branch": "C"
            },
            "number": 14,
            "title": "Assestamento di bilancio 2023",
            "original_title": "Votazione finale DDL n. 1344",
            "description_title": "Disposizioni per l'assestamento del bilancio dello Stato per l'anno finanziario 2023 (Approvato dal Senato) (DDL 1344)",
            "public_title": "Assestamento di bilancio 2023",
            "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": 29,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 31959,
            "slug": "vs19_349_032",
            "identifier": "vs19_349_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_032/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 37.01006 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 37.01006 DDL n. 1660",
            "original_title": "Votazione Emendamento 37.01006 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 37.01006 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 69.81
        }
    ]
}