Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=244
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=245",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=243",
    "results": [
        {
            "id": 21058,
            "slug": "vs19_097_034",
            "identifier": "vs19_097_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_034/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno  n. 9/1112/41 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1112/41 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/41 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/41 FURFARO MARCO (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": 24,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 39053,
            "slug": "vs19_498_003",
            "identifier": "vs19_498_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_003/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 3,
            "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": 24,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 18919,
            "slug": "vs19_029_113",
            "identifier": "vs19_029_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_113/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/705/72 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/705/72 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/72 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/72 GNASSI ANDREA (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": 24,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 39064,
            "slug": "vs19_498_016",
            "identifier": "vs19_498_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_016/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 3.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 18900,
            "slug": "vs19_029_104",
            "identifier": "vs19_029_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_104/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 104,
            "title": "Ordine del giorno n. 9/705/63 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/705/63 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/63 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/63 BARBAGALLO ANTHONY EMANUELE (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": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19748,
            "slug": "vs19_061_016",
            "identifier": "vs19_061_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_016/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/908/25 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/908/25 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/25 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/25 EVI ELEONORA (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": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 38869,
            "slug": "vs19_491_033",
            "identifier": "vs19_491_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_033/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 33,
            "title": "EM 8.4, 8.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.4, 8.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 21196,
            "slug": "vs19_103_028",
            "identifier": "vs19_103_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_028/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1067/36 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1067/36 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/36 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/36 ZANELLA LUANA (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": 24,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 38989,
            "slug": "vs19_495_004",
            "identifier": "vs19_495_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_495_004/?format=api",
            "sitting": {
                "id": 2017,
                "date": "2025-06-17",
                "number": 495,
                "branch": "C"
            },
            "number": 4,
            "title": "ODG 9/2448/5 - Votazione Ordine del giorno 9/2448/5 ",
            "original_title": "Votazione Ordine del giorno 9/2448/5 ",
            "description_title": "ODG 9/2448/5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 19939,
            "slug": "vs19_072_026",
            "identifier": "vs19_072_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_026/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.47 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 2.47 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.47 DDL n. 0977",
            "description_title": "Emendamento 2.47 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21043,
            "slug": "vs19_097_015",
            "identifier": "vs19_097_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_015/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1112/19 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1112/19 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/19 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/19 CAROTENUTO DARIO (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": 24,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22022,
            "slug": "vs19_138_059",
            "identifier": "vs19_138_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_059/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1038 e abb./38 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1038 e abb./38 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./38 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./38 ASCARI STEFANIA (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": 24,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 20919,
            "slug": "vs19_092_027",
            "identifier": "vs19_092_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_092_027/?format=api",
            "sitting": {
                "id": 1357,
                "date": "2023-04-26",
                "number": 92,
                "branch": "C"
            },
            "number": 27,
            "title": "Mozione n. 1-00073 (Nuova formulazione), capoversi primo, secondo e terzo, lettere a), c), d), e), quinto, dodicesimo e quattrordicesimo della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) ed altri - Votazione Mozione 1_00073",
            "original_title": "Votazione Mozione 1_00073",
            "description_title": "Mozione n. 1-00073 (Nuova formulazione), capoversi primo, secondo e terzo, lettere a), c), d), e), quinto, dodicesimo e quattrordicesimo della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21029,
            "slug": "vs19_097_041",
            "identifier": "vs19_097_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_041/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno  n. 9/1112/48 MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/1112/48 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/48 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/48 MORASSUT ROBERTO (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": 24,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 19762,
            "slug": "vs19_061_014",
            "identifier": "vs19_061_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_014/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/908/23 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/908/23 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/23 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/23 ZARATTI FILIBERTO (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": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 38693,
            "slug": "vs19_487_053",
            "identifier": "vs19_487_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_053/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 53,
            "title": "ODG 9/2355/83 - Votazione Ordine del giorno 9/2355/83 ",
            "original_title": "Votazione Ordine del giorno 9/2355/83 ",
            "description_title": "ODG 9/2355/83",
            "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": 24,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39201,
            "slug": "vs19_498_171",
            "identifier": "vs19_498_171",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_171/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 171,
            "title": "EM 25.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.13",
            "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": 24,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 38658,
            "slug": "vs19_487_018",
            "identifier": "vs19_487_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_018/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2355/40 - Votazione Ordine del giorno 9/2355/40 ",
            "original_title": "Votazione Ordine del giorno 9/2355/40 ",
            "description_title": "ODG 9/2355/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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 19926,
            "slug": "vs19_072_097",
            "identifier": "vs19_072_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_097/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 8.8 SPORTIELLO GILDA (M5S) - Votazione Emendamento 8.8 DDL n. 0977",
            "original_title": "Votazione Emendamento 8.8 DDL n. 0977",
            "description_title": "Emendamento 8.8 SPORTIELLO GILDA (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": 24,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 20865,
            "slug": "vs19_091_010",
            "identifier": "vs19_091_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_010/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1089/20 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1089/20 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/20 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/20 DONNO LEONARDO (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": 24,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 20868,
            "slug": "vs19_091_035",
            "identifier": "vs19_091_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_035/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1089/66 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1089/66 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/66 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/66 MAURI MATTEO (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": 24,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 19747,
            "slug": "vs19_061_019",
            "identifier": "vs19_061_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_061_019/?format=api",
            "sitting": {
                "id": 1313,
                "date": "2023-03-02",
                "number": 61,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/908/28 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/908/28 DDL n. 0908",
            "original_title": "Votazione Ordine del giorno 9/908/28 DDL n. 0908",
            "description_title": "Ordine del giorno n. 9/908/28 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 20835,
            "slug": "vs19_091_015",
            "identifier": "vs19_091_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_015/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1089/28 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1089/28 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/28 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/28 SANTILLO AGOSTINO (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": 24,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 20833,
            "slug": "vs19_091_031",
            "identifier": "vs19_091_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_031/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1089/59 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1089/59 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/59 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/59 BAKKALI OUIDAD (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": 24,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 38470,
            "slug": "vs19_482_020",
            "identifier": "vs19_482_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_020/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 1.1010 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1010",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 20852,
            "slug": "vs19_091_008",
            "identifier": "vs19_091_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_008/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1089/18 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1089/18 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/18 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/18 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 20867,
            "slug": "vs19_091_048",
            "identifier": "vs19_091_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_048/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1089/84 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1089/84 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/84 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/84 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": 24,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 20854,
            "slug": "vs19_091_017",
            "identifier": "vs19_091_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_017/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1089/34 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1089/34 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/34 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/34 BRUNO RAFFAELE (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": 24,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 20875,
            "slug": "vs19_091_037",
            "identifier": "vs19_091_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_037/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1089/69 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1089/69 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/69 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/69 CUPERLO GIANNI (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": 24,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 20861,
            "slug": "vs19_091_034",
            "identifier": "vs19_091_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_034/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1089/62 MANCINI CLAUDIO (PD-IDP) - Votazione Ordine del giorno 9/1089/62 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/62 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/62 MANCINI CLAUDIO (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": 24,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 38652,
            "slug": "vs19_487_012",
            "identifier": "vs19_487_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_012/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2355/33 - Votazione Ordine del giorno 9/2355/33 ",
            "original_title": "Votazione Ordine del giorno 9/2355/33 ",
            "description_title": "ODG 9/2355/33",
            "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": 24,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 20834,
            "slug": "vs19_091_016",
            "identifier": "vs19_091_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_016/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1089/31 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1089/31 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/31 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/31 ONORI FEDERICA (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": 24,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 21047,
            "slug": "vs19_097_050",
            "identifier": "vs19_097_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_050/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno  n. 9/1112/57 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1112/57 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/57 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/57 D'ALFONSO LUCIANO (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": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21007,
            "slug": "vs19_097_028",
            "identifier": "vs19_097_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_028/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1112/35 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/1112/35 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/35 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/35 LACARRA MARCO (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": 24,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 38907,
            "slug": "vs19_491_074",
            "identifier": "vs19_491_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_074/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 74,
            "title": "EM 11.1005 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1005",
            "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": 24,
            "majority_cohesion_rate": 64.75,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 21052,
            "slug": "vs19_097_025",
            "identifier": "vs19_097_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_025/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1112/32 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1112/32 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/32 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/32 ZARATTI FILIBERTO (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": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 35245,
            "slug": "19-254-6",
            "identifier": "19-254-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-6/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 6,
            "title": "Em. 3.1, Tajani e altri",
            "original_title": "Em. 3.1, Tajani e altri",
            "description_title": null,
            "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": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 38.55
        },
        {
            "id": 18908,
            "slug": "vs19_029_073",
            "identifier": "vs19_029_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_073/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/705/97 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/705/97 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/97 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/97 CARMINA IDA (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": 24,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22884,
            "slug": "vs19_129_005",
            "identifier": "vs19_129_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_005/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1238/82 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1238/82 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/82 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/82 CHERCHI SUSANNA (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": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39741,
            "slug": "vs19_508_009",
            "identifier": "vs19_508_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_009/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/2416-A/28 - Votazione Ordine del giorno 9/2416-A/28 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/28 ",
            "description_title": "ODG 9/2416-A/28",
            "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": 24,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 19286,
            "slug": "vs19_051_011",
            "identifier": "vs19_051_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_011/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/750/15 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/750/15 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/15 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/15 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 22872,
            "slug": "vs19_129_001",
            "identifier": "vs19_129_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_001/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1238/77 giuliano - Votazione Ordine del giorno 9/1238/77 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/77 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/77 giuliano",
            "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": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 19154,
            "slug": "vs19_045_005",
            "identifier": "vs19_045_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_005/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 EVI ELEONORA (AVS) - Votazione Emendamento 1.5 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.5 DDL n. 0785",
            "description_title": "Emendamento 1.5 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 20853,
            "slug": "vs19_091_013",
            "identifier": "vs19_091_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_013/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1089/24 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1089/24 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/24 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/24 CASO 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": 24,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 39190,
            "slug": "vs19_498_158",
            "identifier": "vs19_498_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_158/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 158,
            "title": "EM 19.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.11",
            "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": 24,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 36036,
            "slug": "19-271-5",
            "identifier": "19-271-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-271-5/?format=api",
            "sitting": {
                "id": 1902,
                "date": "2025-02-11",
                "number": 271,
                "branch": "S"
            },
            "number": 5,
            "title": "Em. 1.200, Misiani",
            "original_title": "Em. 1.200, Misiani",
            "description_title": null,
            "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": 24,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 43.37
        },
        {
            "id": 19279,
            "slug": "vs19_051_026",
            "identifier": "vs19_051_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_026/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/750/32 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/750/32 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/32 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/32 BARBAGALLO ANTHONY EMANUELE (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": 24,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 19278,
            "slug": "vs19_051_012",
            "identifier": "vs19_051_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_012/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/750/17 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/750/17 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/17 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/17 ZANELLA LUANA (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": 24,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 18955,
            "slug": "vs19_029_087",
            "identifier": "vs19_029_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_087/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/705/111 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/705/111 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/111 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/111 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": 24,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 20832,
            "slug": "vs19_090_001",
            "identifier": "vs19_090_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_090_001/?format=api",
            "sitting": {
                "id": 1354,
                "date": "2023-04-19",
                "number": 90,
                "branch": "C"
            },
            "number": 1,
            "title": "Fiducia conversione decreto Pnrr ter",
            "original_title": "Votazione Articolo unico DDL n. 1089",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 24 febbraio 2023, n. 13, nel testo delle Commissioni, identico a quello approvato dal Senato, sul quale il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia conversione decreto Pnrr ter",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 82.7,
            "minority_cohesion_rate": 90.74
        }
    ]
}