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

{
    "count": 22951,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=236",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=234",
    "results": [
        {
            "id": 21998,
            "slug": "vs19_124_016",
            "identifier": "vs19_124_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_016/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1151/23 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1151/23 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/23 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/23 CAPPELLETTI ENRICO (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": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 40251,
            "slug": "vs19_535_035",
            "identifier": "vs19_535_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_035/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.35 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 1.35 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.35 DDL n. 2586",
            "description_title": "Emendamento 1.35 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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40260,
            "slug": "vs19_535_044",
            "identifier": "vs19_535_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_044/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 1.51 DI LAURO CARMEN (M5S) e 1.52 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 1.51 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.51 DDL n. 2586",
            "description_title": "Identici emendamenti 1.51 DI LAURO CARMEN (M5S) e 1.52 GIRELLI GIAN ANTONIO (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": 25,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40149,
            "slug": "vs19_524_047",
            "identifier": "vs19_524_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_047/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 47,
            "title": "ODG 9/2538/2 - Votazione Ordine del giorno 9/2538/2 ",
            "original_title": "Votazione Ordine del giorno 9/2538/2 ",
            "description_title": "ODG 9/2538/2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40144,
            "slug": "vs19_524_038",
            "identifier": "vs19_524_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_038/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 38,
            "title": "ODG 9/2551/91 - Votazione Ordine del giorno 9/2551/91 ",
            "original_title": "Votazione Ordine del giorno 9/2551/91 ",
            "description_title": "ODG 9/2551/91",
            "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": 25,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 40135,
            "slug": "vs19_524_029",
            "identifier": "vs19_524_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_029/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 29,
            "title": "ODG 9/2551/72 - Votazione Ordine del giorno 9/2551/72 ",
            "original_title": "Votazione Ordine del giorno 9/2551/72 ",
            "description_title": "ODG 9/2551/72",
            "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": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 40130,
            "slug": "vs19_524_024",
            "identifier": "vs19_524_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_024/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 24,
            "title": "ODG 9/2551/65 - Votazione Ordine del giorno 9/2551/65 ",
            "original_title": "Votazione Ordine del giorno 9/2551/65 ",
            "description_title": "ODG 9/2551/65",
            "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": 25,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 40164,
            "slug": "vs19_524_065",
            "identifier": "vs19_524_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_065/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 65,
            "title": "ODG 9/2500/4 - Votazione Ordine del giorno 9/2500/4 ",
            "original_title": "Votazione Ordine del giorno 9/2500/4 ",
            "description_title": "ODG 9/2500/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 22434,
            "slug": "vs19_134_020",
            "identifier": "vs19_134_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_020/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.37 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.37 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.37 PDL n. 0384",
            "description_title": "Emendamento 3.37 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 22416,
            "slug": "vs19_134_005",
            "identifier": "vs19_134_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_005/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.14 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 3.14 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.14 PDL n. 0384",
            "description_title": "Emendamento 3.14 GIRELLI GIAN ANTONIO (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": 25,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28104,
            "slug": "vs19_244_019",
            "identifier": "vs19_244_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_019/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/384 E ABB-B/19 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/19 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/19 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/19 COSTA SERGIO (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": 25,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 40159,
            "slug": "vs19_524_058",
            "identifier": "vs19_524_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_058/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 58,
            "title": "EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.2",
            "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": 25,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 39161,
            "slug": "vs19_498_124",
            "identifier": "vs19_498_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_124/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 124,
            "title": "EM 14.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.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": 25,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39174,
            "slug": "vs19_498_139",
            "identifier": "vs19_498_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_139/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 139,
            "title": "ART AGG 15.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.05",
            "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": 25,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 40157,
            "slug": "vs19_524_055",
            "identifier": "vs19_524_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_055/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 55,
            "title": "ODG 9/2538/13 - Votazione Ordine del giorno 9/2538/13 ",
            "original_title": "Votazione Ordine del giorno 9/2538/13 ",
            "description_title": "ODG 9/2538/13",
            "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": 25,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40156,
            "slug": "vs19_524_054",
            "identifier": "vs19_524_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_054/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 54,
            "title": "ODG 9/2538/12 - Votazione Ordine del giorno 9/2538/12 ",
            "original_title": "Votazione Ordine del giorno 9/2538/12 ",
            "description_title": "ODG 9/2538/12",
            "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": 25,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40155,
            "slug": "vs19_524_053",
            "identifier": "vs19_524_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_053/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 53,
            "title": "ODG 9/2538/11 - Votazione Ordine del giorno 9/2538/11 ",
            "original_title": "Votazione Ordine del giorno 9/2538/11 ",
            "description_title": "ODG 9/2538/11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 22496,
            "slug": "vs19_134_010",
            "identifier": "vs19_134_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_010/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.20 FURFARO MARCO (PD-IDP) - Votazione Emendamento 3.20 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.20 PDL n. 0384",
            "description_title": "Emendamento 3.20 FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 40120,
            "slug": "vs19_524_014",
            "identifier": "vs19_524_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_014/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2551/53 - Votazione Ordine del giorno 9/2551/53 ",
            "original_title": "Votazione Ordine del giorno 9/2551/53 ",
            "description_title": "ODG 9/2551/53",
            "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": 25,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 27452,
            "slug": "vs19_237_015",
            "identifier": "vs19_237_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_015/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 8 (Mantenimento) - Votazione Articolo 8 DDL n. 1419",
            "original_title": "Votazione Articolo 8 DDL n. 1419",
            "description_title": "Articolo 8 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27470,
            "slug": "vs19_237_010",
            "identifier": "vs19_237_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_010/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 5.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 1419",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1419",
            "description_title": "Emendamento 5.1 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 40138,
            "slug": "vs19_524_032",
            "identifier": "vs19_524_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_032/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 32,
            "title": "ODG 9/2551/76 - Votazione Ordine del giorno 9/2551/76 ",
            "original_title": "Votazione Ordine del giorno 9/2551/76 ",
            "description_title": "ODG 9/2551/76",
            "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": 25,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40136,
            "slug": "vs19_524_030",
            "identifier": "vs19_524_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_030/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 30,
            "title": "ODG 9/2551/73 - Votazione Ordine del giorno 9/2551/73 ",
            "original_title": "Votazione Ordine del giorno 9/2551/73 ",
            "description_title": "ODG 9/2551/73",
            "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": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 39187,
            "slug": "vs19_498_155",
            "identifier": "vs19_498_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_155/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 155,
            "title": "EM 19.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.7",
            "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": 25,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 40073,
            "slug": "vs19_521_016",
            "identifier": "vs19_521_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_016/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2527/28 - Votazione Ordine del giorno 9/2527/28 ",
            "original_title": "Votazione Ordine del giorno 9/2527/28 ",
            "description_title": "ODG 9/2527/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": 25,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 25153,
            "slug": "vs19_200_001",
            "identifier": "vs19_200_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_001/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 1,
            "title": "Dichiarazione di urgenza del disegno di legge, già approvato dal Senato, n. 1555: Legge annuale per il mercato e la concorrenza 2022. - Votazione DDL n. 1555",
            "original_title": "Votazione DDL n. 1555",
            "description_title": "Dichiarazione di urgenza del disegno di legge, già approvato dal Senato, n. 1555: Legge annuale per il mercato e la concorrenza 2022.",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Dichiarazione d'urgenza",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27369,
            "slug": "vs19_233_010",
            "identifier": "vs19_233_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_010/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1606/30 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1606/30 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/30 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/30 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": 25,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 40071,
            "slug": "vs19_521_014",
            "identifier": "vs19_521_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_014/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2527/21 - Votazione Ordine del giorno 9/2527/21 ",
            "original_title": "Votazione Ordine del giorno 9/2527/21 ",
            "description_title": "ODG 9/2527/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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39045,
            "slug": "vs19_498_204",
            "identifier": "vs19_498_204",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_204/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 204,
            "title": "ARTICOLO 19 - Votazione Articolo 19 ",
            "original_title": "Votazione Articolo 19 ",
            "description_title": "ARTICOLO 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 27350,
            "slug": "vs19_233_006",
            "identifier": "vs19_233_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_006/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1606/24 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1606/24 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/24 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/24 CANTONE LUCIANO (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": 25,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 39186,
            "slug": "vs19_498_154",
            "identifier": "vs19_498_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_154/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 154,
            "title": "EM 19.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39185,
            "slug": "vs19_498_153",
            "identifier": "vs19_498_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_153/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 153,
            "title": "EM 19.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 18384,
            "slug": "vs19_016_018",
            "identifier": "vs19_016_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_016_018/?format=api",
            "sitting": {
                "id": 1235,
                "date": "2022-11-30",
                "number": 16,
                "branch": "C"
            },
            "number": 18,
            "title": "Mozione n. 1-00012 (Nuova formulazione), ad eccezone del capoverso primo della parte dispositiva, ORLANDO ANDREA (PD-IDP) ed altri - Votazione Mozione 1_00012",
            "original_title": "Votazione Mozione 1_00012",
            "description_title": "Mozione n. 1-00012 (Nuova formulazione), ad eccezone del capoverso primo della parte dispositiva, ORLANDO ANDREA (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": 25,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22406,
            "slug": "vs19_134_026",
            "identifier": "vs19_134_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_026/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 3.44 CIANI PAOLO (PD-IDP) - Votazione Emendamento 3.44 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.44 PDL n. 0384",
            "description_title": "Emendamento 3.44 CIANI PAOLO (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": 25,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 27771,
            "slug": "vs19_240_006",
            "identifier": "vs19_240_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_006/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.1001 ZANELLA LUANA (AVS) - Votazione Emendamento 2.1001 PDL n. 1304",
            "original_title": "Votazione Emendamento 2.1001 PDL n. 1304",
            "description_title": "Emendamento 2.1001 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28093,
            "slug": "vs19_244_017",
            "identifier": "vs19_244_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_017/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/384 E ABB-B/17 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/17 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/17 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/17 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 39245,
            "slug": "vs19_498_220",
            "identifier": "vs19_498_220",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_220/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 220,
            "title": "EM 24.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 40031,
            "slug": "vs19_519_030",
            "identifier": "vs19_519_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_030/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 6.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.16,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 22001,
            "slug": "vs19_124_027",
            "identifier": "vs19_124_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_027/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1151/35 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1151/35 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/35 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/35 SIMIANI 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": 25,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 38531,
            "slug": "vs19_482_081",
            "identifier": "vs19_482_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_081/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 81,
            "title": "ODG 9/2402/16 - Votazione Ordine del giorno 9/2402/16 ",
            "original_title": "Votazione Ordine del giorno 9/2402/16 ",
            "description_title": "ODG 9/2402/16",
            "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": 25,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 21989,
            "slug": "vs19_124_002",
            "identifier": "vs19_124_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_002/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1151/8 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1151/8 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/8 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/8 BALDINO VITTORIA (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": 25,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 28063,
            "slug": "vs19_243_034",
            "identifier": "vs19_243_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_243_034/?format=api",
            "sitting": {
                "id": 1607,
                "date": "2024-02-13",
                "number": 243,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.3 DI LAURO CARMEN (M5S) - Votazione Emendamento 1.3 PDL n. 0384-B",
            "original_title": "Votazione Emendamento 1.3 PDL n. 0384-B",
            "description_title": "Emendamento 1.3 DI LAURO CARMEN (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": 25,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 40299,
            "slug": "vs19_536_009",
            "identifier": "vs19_536_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_009/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.4 D'ORSO VALENTINA (M5S) - Votazione Emendamento 3.4 DDL n. 2570",
            "original_title": "Votazione Emendamento 3.4 DDL n. 2570",
            "description_title": "Emendamento 3.4 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 22467,
            "slug": "vs19_134_062",
            "identifier": "vs19_134_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_062/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 3.90 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 3.90 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.90 PDL n. 0384",
            "description_title": "Emendamento 3.90 GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27708,
            "slug": "vs19_239_078",
            "identifier": "vs19_239_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_078/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 19.13 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 19.13 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.13 DDL n. 1515",
            "description_title": "Emendamento 19.13 LOVECCHIO GIORGIO (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": 25,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 38987,
            "slug": "vs19_495_002",
            "identifier": "vs19_495_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_495_002/?format=api",
            "sitting": {
                "id": 2017,
                "date": "2025-06-17",
                "number": 495,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2448/3 - Votazione Ordine del giorno 9/2448/3 ",
            "original_title": "Votazione Ordine del giorno 9/2448/3 ",
            "description_title": "ODG 9/2448/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 27465,
            "slug": "vs19_237_018",
            "identifier": "vs19_237_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_018/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 11 (Mantenimento) - Votazione Articolo 11 DDL n. 1419",
            "original_title": "Votazione Articolo 11 DDL n. 1419",
            "description_title": "Articolo 11 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 40003,
            "slug": "vs19_519_002",
            "identifier": "vs19_519_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_002/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 2,
            "title": "DDL 2526 - EM 1.1, 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2526 - EM 1.1, 1.2",
            "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": 25,
            "majority_cohesion_rate": 66.8,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 22508,
            "slug": "vs19_134_038",
            "identifier": "vs19_134_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_038/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 3.159 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.159 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.159 PDL n. 0384",
            "description_title": "Emendamento 3.159 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 39977,
            "slug": "vs19_517_051",
            "identifier": "vs19_517_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_051/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 51,
            "title": "ART AGG 15.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.01001",
            "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": 25,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 49.04
        }
    ]
}