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

{
    "count": 22927,
    "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=-majority_cohesion_rate&page=391",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=389",
    "results": [
        {
            "id": 27436,
            "slug": "vs19_237_003",
            "identifier": "vs19_237_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_003/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 2.1 DDL n. 1419",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1419",
            "description_title": "Emendamento 2.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": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27340,
            "slug": "vs19_233_043",
            "identifier": "vs19_233_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_043/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1606/73 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1606/73 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/73 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/73 STUMPO NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 25103,
            "slug": "vs19_197_042",
            "identifier": "vs19_197_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_042/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 5.05 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.05 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.05 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.05 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27386,
            "slug": "vs19_236_009",
            "identifier": "vs19_236_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_009/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.17 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 1.17 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1630",
            "description_title": "Emendamento 1.17 STEFANAZZI CLAUDIO MICHELE (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": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25147,
            "slug": "vs19_197_059",
            "identifier": "vs19_197_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_059/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1324 E ABB/14 MAGI RICCARDO (MISTO) - Votazione Ordine del giorno 9/1324 E ABB/14 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/14 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/14 MAGI RICCARDO (MISTO)",
            "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.49,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28118,
            "slug": "vs19_244_001",
            "identifier": "vs19_244_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_001/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/384 E ABB-B/1 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/1 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/1 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/1 QUARTINI ANDREA (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": 22,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27462,
            "slug": "vs19_236_033",
            "identifier": "vs19_236_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_033/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.45 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.45 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.45 DDL n. 1630",
            "description_title": "Emendamento 1.45 LOMUTI ARNALDO (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": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28353,
            "slug": "vs19_247_046",
            "identifier": "vs19_247_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_046/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1633/86, nel testo riformulato, AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1633/86, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/86, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/86, nel testo riformulato, AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 125,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27420,
            "slug": "vs19_236_022",
            "identifier": "vs19_236_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_022/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S) - Votazione Emendamento 1.26 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.26 DDL n. 1630",
            "description_title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27560,
            "slug": "vs19_239_003",
            "identifier": "vs19_239_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_003/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1515",
            "original_title": "Votazione Articolo 2 DDL n. 1515",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 78,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 27360,
            "slug": "vs19_233_077",
            "identifier": "vs19_233_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_077/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n.  9/1606/72 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1606/72 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/72 DDL n. 1606",
            "description_title": "Ordine del giorno n.  9/1606/72 GIRELLI GIAN ANTONIO (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": 30,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 27434,
            "slug": "vs19_236_042",
            "identifier": "vs19_236_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_042/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.58 MORFINO DANIELA (M5S) - Votazione Emendamento 1.58 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.58 DDL n. 1630",
            "description_title": "Emendamento 1.58 MORFINO DANIELA (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": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27502,
            "slug": "vs19_236_079",
            "identifier": "vs19_236_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_079/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1630/5 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1630/5 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/5 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/5 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 27473,
            "slug": "vs19_236_032",
            "identifier": "vs19_236_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_032/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.44 GRIMALDI MARCO (AVS) - Votazione Emendamento 1.44 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.44 DDL n. 1630",
            "description_title": "Emendamento 1.44 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 52,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 27401,
            "slug": "vs19_236_038",
            "identifier": "vs19_236_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_038/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1.54 ALIFANO ENRICA (M5S) - Votazione Emendamento 1.54 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.54 DDL n. 1630",
            "description_title": "Emendamento 1.54 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 27448,
            "slug": "vs19_237_002",
            "identifier": "vs19_237_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_002/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 (Mantenimento) - Votazione Articolo 1 DDL n. 1419",
            "original_title": "Votazione Articolo 1 DDL n. 1419",
            "description_title": "Articolo 1 (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": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24981,
            "slug": "vs19_196_064",
            "identifier": "vs19_196_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_064/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1437/20, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1437/20, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/20, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/20, nel testo riformulato, FORNARO FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 124,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27782,
            "slug": "vs19_240_028",
            "identifier": "vs19_240_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_028/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1304 E ABB/8 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1304 E ABB/8 PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/8 PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/8 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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27418,
            "slug": "vs19_236_037",
            "identifier": "vs19_236_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_037/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.53 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.53 DDL n. 1630",
            "description_title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 27428,
            "slug": "vs19_236_023",
            "identifier": "vs19_236_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_023/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.31 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.31 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.31 DDL n. 1630",
            "description_title": "Emendamento 1.31 PAGANO UBALDO (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": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27791,
            "slug": "vs19_240_023",
            "identifier": "vs19_240_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_023/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1304 E ABB/3 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/1304 E ABB/3 PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/3 PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/3 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": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 27497,
            "slug": "vs19_236_083",
            "identifier": "vs19_236_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_083/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 27320,
            "slug": "vs19_233_049",
            "identifier": "vs19_233_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_049/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1606/82 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1606/82 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/82 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/82 DI SANZO CHRISTIAN DIEGO (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": 35,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 27326,
            "slug": "vs19_233_052",
            "identifier": "vs19_233_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_052/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/86 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": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 27752,
            "slug": "vs19_241_006",
            "identifier": "vs19_241_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_006/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.601, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.601, PDL n. 1457",
            "original_title": "Votazione Emendamento 1.601, PDL n. 1457",
            "description_title": "Emendamento 1.601, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 123,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 27798,
            "slug": "vs19_240_026",
            "identifier": "vs19_240_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_026/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1304 E ABB/6, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1304 E ABB/6, PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/6, PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/6, nel testo riformulato, FORNARO FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 127,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 27317,
            "slug": "vs19_233_014",
            "identifier": "vs19_233_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_014/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1606/36, nel testo riformulato, ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1606/36, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/36, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/36, nel testo riformulato, ONORI FEDERICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 94,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 27762,
            "slug": "vs19_240_007",
            "identifier": "vs19_240_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_007/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1304",
            "original_title": "Votazione Articolo 2 PDL n. 1304",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 86,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 30078,
            "slug": "19-184-2",
            "identifier": "19-184-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-2/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 2,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 30086,
            "slug": "19-184-3",
            "identifier": "19-184-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-3/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 3,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 30079,
            "slug": "19-184-1",
            "identifier": "19-184-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-1/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 1,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 30077,
            "slug": "19-184-5",
            "identifier": "19-184-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-5/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 5,
            "title": "Ratifica ingresso della Croazia nello spazio economico europeo",
            "original_title": "Votazione finale",
            "description_title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo",
            "public_title": "Ratifica ingresso della Croazia nello spazio economico europeo",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 60,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 61.63
        },
        {
            "id": 30081,
            "slug": "19-184-8",
            "identifier": "19-184-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-8/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 8,
            "title": "Ratifica Accordo di sede Italia-Tribunale unificato dei brevetti - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Ratifica Accordo di sede Italia-Tribunale unificato dei brevetti",
            "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": 60,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 61.63
        },
        {
            "id": 30136,
            "slug": "19-185-3",
            "identifier": "19-185-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-185-3/?format=api",
            "sitting": {
                "id": 1677,
                "date": "2024-05-07",
                "number": 185,
                "branch": "S"
            },
            "number": 3,
            "title": "Proposta Giunta su applicabilità art.  68, primo comma, Costituzione nei confronti del sen. Renzi.",
            "original_title": "Proposta Giunta su applicabilità art.  68, primo comma, Costituzione nei confronti del sen. Renzi.",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Proposta giunta",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 40.7
        },
        {
            "id": 30080,
            "slug": "19-184-11",
            "identifier": "19-184-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-11/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 11,
            "title": "Ratifica sede italiana del Tribunale unificato dei brevetti",
            "original_title": "Votazione finale",
            "description_title": "Ratifica Accordo di sede Italia-Tribunale unificato dei brevetti",
            "public_title": "Ratifica sede italiana del Tribunale unificato dei brevetti",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 61,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 62.79
        },
        {
            "id": 28384,
            "slug": "19-162-1",
            "identifier": "19-162-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-162-1/?format=api",
            "sitting": {
                "id": 1616,
                "date": "2024-02-22",
                "number": 162,
                "branch": "S"
            },
            "number": 1,
            "title": "Bullismo e cyberbullismo - Em. 1.100, Versace e altri",
            "original_title": "Em. 1.100, Versace e altri",
            "description_title": "Bullismo e cyberbullismo",
            "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": 19,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 38.37
        },
        {
            "id": 32647,
            "slug": "19-232-44",
            "identifier": "19-232-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-44/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 44,
            "title": "Ratifica Accordo UE-Ghana di partenariato economico interinale - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 39942,
            "slug": "vs19_517_016",
            "identifier": "vs19_517_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_016/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 7.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 59.43,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39936,
            "slug": "vs19_517_010",
            "identifier": "vs19_517_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_010/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 4.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1002",
            "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": 26,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 39949,
            "slug": "vs19_517_023",
            "identifier": "vs19_517_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_023/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 23,
            "title": "EM 9.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 22,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39125,
            "slug": "vs19_498_085",
            "identifier": "vs19_498_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_085/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 85,
            "title": "EM 11.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39116,
            "slug": "vs19_498_076",
            "identifier": "vs19_498_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_076/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 76,
            "title": "EM 11.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 21,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39087,
            "slug": "vs19_498_041",
            "identifier": "vs19_498_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_041/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 5.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.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": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39119,
            "slug": "vs19_498_079",
            "identifier": "vs19_498_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_079/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 79,
            "title": "EM 11.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39126,
            "slug": "vs19_498_086",
            "identifier": "vs19_498_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_086/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 86,
            "title": "EM 11.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.14",
            "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": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39968,
            "slug": "vs19_517_042",
            "identifier": "vs19_517_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_042/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 11.6, 11.7, 11.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.6, 11.7, 11.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": 25,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 39215,
            "slug": "vs19_498_186",
            "identifier": "vs19_498_186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_186/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 186,
            "title": "EM 26.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.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": 39,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 44.23
        },
        {
            "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": 39964,
            "slug": "vs19_517_038",
            "identifier": "vs19_517_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_038/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 9-TER.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9-TER.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 39115,
            "slug": "vs19_498_075",
            "identifier": "vs19_498_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_075/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 75,
            "title": "EM 11.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 21,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 66.67
        }
    ]
}