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

{
    "count": 22091,
    "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_rebels&page=410",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=408",
    "results": [
        {
            "id": 26736,
            "slug": "vs19_222_057",
            "identifier": "vs19_222_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_057/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 4.1 ONORI FEDERICA (M5S) - Votazione Emendamento 4.1 DDL n. 1624",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1624",
            "description_title": "Emendamento 4.1 ONORI FEDERICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30014,
            "slug": "vs19_282_019",
            "identifier": "vs19_282_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_019/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1752/141, nel testo riformulato, FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1752/141, DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/141, DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/141, nel testo riformulato, FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 119,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22339,
            "slug": "vs19_150_023",
            "identifier": "vs19_150_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_023/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1239/42 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1239/42 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/42 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/42 GHIRRA FRANCESCA (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 34138,
            "slug": "vs19_388_143",
            "identifier": "vs19_388_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_143/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 143,
            "title": "Articolo aggiuntivo 26.016 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 26.016 DDL n. 2022",
            "original_title": "Votazione Emendamento 26.016 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 26.016 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 82,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 24200,
            "slug": "vs19_168_037",
            "identifier": "vs19_168_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_037/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1373/44 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1373/44 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/44 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/44 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 38,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 32124,
            "slug": "vs19_323_018",
            "identifier": "vs19_323_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_018/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1946/20, nel testo riformulato, SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1946/20, DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/20, DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/20, nel testo riformulato, SCOTTO ARTURO (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": 4,
            "n_margin": 130,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 30252,
            "slug": "vs19_292_052",
            "identifier": "vs19_292_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_052/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 15.24 D'ORSO VALENTINA (M5S), come riformulato, per la parte non già assorbita dall'approvazione dell'emendamento PULCIANI PAOLO (FDI) 15.100 - Votazione Emendamento 15.24 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.24 DDL n. 1717",
            "description_title": "Emendamento 15.24 D'ORSO VALENTINA (M5S), come riformulato, per la parte non già assorbita dall'approvazione dell'emendamento PULCIANI PAOLO (FDI) 15.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 107,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 56.44
        },
        {
            "id": 39038,
            "slug": "vs19_498_144",
            "identifier": "vs19_498_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_144/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 144,
            "title": "ARTICOLO 16 - Votazione Articolo 16 ",
            "original_title": "Votazione Articolo 16 ",
            "description_title": "ARTICOLO 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 81,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 36.54
        },
        {
            "id": 24797,
            "slug": "vs19_175_005",
            "identifier": "vs19_175_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_005/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00052, limitatamente al capoverso quinto della premessa, BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) e ZANELLA LUANA (AVS) - Votazione Risoluzione 6_00052",
            "original_title": "Votazione Risoluzione 6_00052",
            "description_title": "Risoluzione n. 6-00052, limitatamente al capoverso quinto della premessa, BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) e ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 32199,
            "slug": "vs19_326_047",
            "identifier": "vs19_326_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_047/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1902/62 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/1902/62 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/62 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/62 PORTA FABIO (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": 4,
            "n_margin": 59,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 44.1
        },
        {
            "id": 26705,
            "slug": "vs19_224_013",
            "identifier": "vs19_224_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_224_013/?format=api",
            "sitting": {
                "id": 1574,
                "date": "2024-01-11",
                "number": 224,
                "branch": "C"
            },
            "number": 13,
            "title": "Mozione n. 1-00230, come riformulata, CIANCITTO FRANCESCO MARIA SALVATORE (FDI), LOIZZO SIMONA (LEGA), PATRIARCA ANNARITA (FI-PPE), BRAMBILLA MICHELA VITTORIA (NM-M) ed altri - Votazione Mozione 1_00230",
            "original_title": "Votazione Mozione 1_00230",
            "description_title": "Mozione n. 1-00230, come riformulata, CIANCITTO FRANCESCO MARIA SALVATORE (FDI), LOIZZO SIMONA (LEGA), PATRIARCA ANNARITA (FI-PPE), BRAMBILLA MICHELA VITTORIA (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 108,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 34342,
            "slug": "vs19_388_210",
            "identifier": "vs19_388_210",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_210/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 210,
            "title": "Articolo 36 - Votazione Articolo 36 DDL n. 2022",
            "original_title": "Votazione Articolo 36 DDL n. 2022",
            "description_title": "Articolo 36",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 52,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 35.67
        },
        {
            "id": 25692,
            "slug": "vs19_210_177",
            "identifier": "vs19_210_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_177/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 177,
            "title": "Articolo 50 - Votazione Articolo 50 DDL n. 1341",
            "original_title": "Votazione Articolo 50 DDL n. 1341",
            "description_title": "Articolo 50",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 88,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 24204,
            "slug": "vs19_168_043",
            "identifier": "vs19_168_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_043/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1373/53, nel testo riformulato, DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1373/53, DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/53, DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/53, nel testo riformulato, DI BIASE MICHELA (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": 4,
            "n_margin": 124,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 34563,
            "slug": "vs19_388_074",
            "identifier": "vs19_388_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_074/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 74,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 2022",
            "original_title": "Votazione Articolo 19 DDL n. 2022",
            "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": 4,
            "n_margin": 50,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 34072,
            "slug": "vs19_388_141",
            "identifier": "vs19_388_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_141/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 141,
            "title": "Articolo aggiuntivo 26.08 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 26.08 DDL n. 2022",
            "original_title": "Votazione Emendamento 26.08 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 26.08 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 80,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 31786,
            "slug": "vs19_344_090",
            "identifier": "vs19_344_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_090/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 90,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1660",
            "original_title": "Votazione Articolo 14 DDL n. 1660",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 18,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 74.38
        },
        {
            "id": 34510,
            "slug": "vs19_377_038",
            "identifier": "vs19_377_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_038/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 4.1000 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 4.1000 FONTANA ILARIA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 51,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 24774,
            "slug": "vs19_175_035",
            "identifier": "vs19_175_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_035/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0835",
            "original_title": "Votazione Articolo 5 PDL n. 0835",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 30092,
            "slug": "vs19_283_017",
            "identifier": "vs19_283_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_017/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 4.1000 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 4.1000 PDL n. 0836",
            "original_title": "Votazione Emendamento 4.1000 PDL n. 0836",
            "description_title": "Emendamento 4.1000 BERRUTO MAURO (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": 4,
            "n_margin": 14,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 39341,
            "slug": "vs19_503_006",
            "identifier": "vs19_503_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_006/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 2.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 4,
            "n_margin": 66,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 30.77
        },
        {
            "id": 22341,
            "slug": "vs19_146_055",
            "identifier": "vs19_146_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_055/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1194/R/90, nel testo riformulato, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1194/R/90, DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/90, DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/90, nel testo riformulato, GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 140,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24213,
            "slug": "vs19_168_015",
            "identifier": "vs19_168_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_015/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1373/19 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1373/19 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/19 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/19 RAFFA ANGELA (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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30300,
            "slug": "vs19_292_085",
            "identifier": "vs19_292_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_085/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/1717/11, come riformulato, ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1717/11, DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/11, DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/11, come riformulato, ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 113,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 30348,
            "slug": "vs19_301_007",
            "identifier": "vs19_301_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_301_007/?format=api",
            "sitting": {
                "id": 1702,
                "date": "2024-05-29",
                "number": 301,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00289, limitatamente al capoverso secondo della premessa e al capoverso primo, lettera a), della parte dispositiva MARATTIN LUIGI (IVICRE) ed altri - Votazione Mozione 1_00289",
            "original_title": "Votazione Mozione 1_00289",
            "description_title": "Mozione n. 1-00289, limitatamente al capoverso secondo della premessa e al capoverso primo, lettera a), della parte dispositiva MARATTIN LUIGI (IVICRE) 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": 4,
            "n_margin": 66,
            "majority_cohesion_rate": 59.24,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 27244,
            "slug": "vs19_232_041",
            "identifier": "vs19_232_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_041/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 5.02 ROSATO ETTORE (APERRE) - Votazione Emendamento 5.02 DDL n. 1620",
            "original_title": "Votazione Emendamento 5.02 DDL n. 1620",
            "description_title": "Articolo aggiuntivo 5.02 ROSATO ETTORE (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 22331,
            "slug": "vs19_147_037",
            "identifier": "vs19_147_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_037/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/887 E ABB./11 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/887 E ABB./11 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./11 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./11 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 24612,
            "slug": "vs19_175_020",
            "identifier": "vs19_175_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_020/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 1.01 AMATO GAETANO (M5S) - Votazione Emendamento 1.01 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.01 PDL n. 0835",
            "description_title": "Articolo aggiuntivo 1.01 AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 25522,
            "slug": "vs19_210_125",
            "identifier": "vs19_210_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_125/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 125,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1341",
            "original_title": "Votazione Articolo 27 DDL n. 1341",
            "description_title": "Articolo 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 69,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25598,
            "slug": "vs19_210_156",
            "identifier": "vs19_210_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_156/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 156,
            "title": "Emendamento 41.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 41.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 41.1 DDL n. 1341",
            "description_title": "Emendamento 41.1 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29420,
            "slug": "vs19_273_009",
            "identifier": "vs19_273_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_009/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.22 COLUCCI ALFONSO (M5S) - Votazione Emendamento 2.22 DDL n. 1532",
            "original_title": "Votazione Emendamento 2.22 DDL n. 1532",
            "description_title": "Emendamento 2.22 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 68,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 32154,
            "slug": "vs19_326_003",
            "identifier": "vs19_326_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_003/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1902/9, nel testo riformulato, CANDIANI STEFANO (LEGA) - Votazione Ordine del giorno 9/1902/9, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/9, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/9, nel testo riformulato, CANDIANI STEFANO (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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 35183,
            "slug": "vs19_354_020",
            "identifier": "vs19_354_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_020/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00323, limitatamente al capoverso primo, lettera f), della parte dispositiva FARAONE DAVIDE (IVICRE) ed altri",
            "original_title": "Mozione n. 1-00323, limitatamente al capoverso primo, lettera f), della parte dispositiva FARAONE DAVIDE (IVICRE) ed altri",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 32,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 56.6
        },
        {
            "id": 22380,
            "slug": "vs19_147_032",
            "identifier": "vs19_147_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_032/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/887 E ABB./7 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/887 E ABB./7 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./7 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./7 SPORTIELLO GILDA (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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 21709,
            "slug": "vs19_114_006",
            "identifier": "vs19_114_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_006/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1114/27 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1114/27 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/27 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/27 CASU ANDREA (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": 4,
            "n_margin": 122,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 26896,
            "slug": "vs19_229_023",
            "identifier": "vs19_229_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_023/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.1 GIULIANO CARLA (M5S) - Votazione Emendamento 4.1 DDL n. 1297",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1297",
            "description_title": "Emendamento 4.1 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 31,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29392,
            "slug": "vs19_273_038",
            "identifier": "vs19_273_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_038/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 38,
            "title": "Identici articoli aggiuntivi 8.01000 GADDA MARIA CHIARA (IVICRE) e 8.01001 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 8.01000 DDL n. 1532",
            "original_title": "Votazione Emendamento 8.01000 DDL n. 1532",
            "description_title": "Identici articoli aggiuntivi 8.01000 GADDA MARIA CHIARA (IVICRE) e 8.01001 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": 4,
            "n_margin": 50,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 27255,
            "slug": "vs19_232_043",
            "identifier": "vs19_232_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_043/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 6.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 6.300, DDL n. 1620",
            "original_title": "Votazione Emendamento 6.300, DDL n. 1620",
            "description_title": "Emendamento 6.300, 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": 4,
            "n_margin": 13,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 25661,
            "slug": "vs19_210_140",
            "identifier": "vs19_210_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_140/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 140,
            "title": "Articolo 33 - Votazione Articolo 33 DDL n. 1341",
            "original_title": "Votazione Articolo 33 DDL n. 1341",
            "description_title": "Articolo 33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 70,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25594,
            "slug": "vs19_210_138",
            "identifier": "vs19_210_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_138/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 138,
            "title": "Emendamento 33.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 33.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 33.1 DDL n. 1341",
            "description_title": "Emendamento 33.1 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 39554,
            "slug": "vs19_504_164",
            "identifier": "vs19_504_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_164/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 31 - Votazione Articolo 31 ",
            "original_title": "Votazione Articolo 31 ",
            "description_title": "ARTICOLO 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 50.82,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 22349,
            "slug": "vs19_150_039",
            "identifier": "vs19_150_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_039/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1239/75 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1239/75 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/75 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/75 FRATOIANNI NICOLA (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": 4,
            "n_margin": 44,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 23930,
            "slug": "vs19_154_014",
            "identifier": "vs19_154_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_014/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 14.1 ONORI FEDERICA (M5S) - Votazione Emendamento 14.1 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 14.1 DDL n. 1038-B",
            "description_title": "Emendamento 14.1 ONORI FEDERICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 86,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 30.86
        },
        {
            "id": 31896,
            "slug": "vs19_345_053",
            "identifier": "vs19_345_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_053/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 18.1009 SPORTIELLO GILDA (M5S) - Votazione Emendamento 18.1009 DDL n. 1660",
            "original_title": "Votazione Emendamento 18.1009 DDL n. 1660",
            "description_title": "Emendamento 18.1009 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": 4,
            "n_margin": 33,
            "majority_cohesion_rate": 69.87,
            "minority_cohesion_rate": 65.62
        },
        {
            "id": 22319,
            "slug": "vs19_146_042",
            "identifier": "vs19_146_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_042/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1194/R/69 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1194/R/69 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/69 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/69 GUERRA MARIA CECILIA (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": 4,
            "n_margin": 27,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 24160,
            "slug": "vs19_165_006",
            "identifier": "vs19_165_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_165_006/?format=api",
            "sitting": {
                "id": 1474,
                "date": "2023-09-20",
                "number": 165,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/911/2 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/911/2 PDL n. 0911",
            "original_title": "Votazione Ordine del giorno 9/911/2 PDL n. 0911",
            "description_title": "Ordine del giorno n. 9/911/2 GHIRRA FRANCESCA (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": 4,
            "n_margin": 63,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 30866,
            "slug": "vs19_314_004",
            "identifier": "vs19_314_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_004/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 4,
            "title": "Risoluzione n. 6-00121, sul capoverso terzo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Risoluzione 6_00121",
            "original_title": "Votazione Risoluzione 6_00121",
            "description_title": "Risoluzione n. 6-00121, sul capoverso terzo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 25559,
            "slug": "vs19_210_107",
            "identifier": "vs19_210_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_107/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 107,
            "title": "Emendamento 25.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 25.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.1 DDL n. 1341",
            "description_title": "Emendamento 25.1 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 18,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 31624,
            "slug": "vs19_340_142",
            "identifier": "vs19_340_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_142/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 142,
            "title": "Ordine del giorno n. 9/1997/33 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1997/33 DDL n. 1997",
            "original_title": "Votazione Ordine del giorno 9/1997/33 DDL n. 1997",
            "description_title": "Ordine del giorno n. 9/1997/33 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 26855,
            "slug": "vs19_227_045",
            "identifier": "vs19_227_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_045/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/893 E ABB/16, nel testo riformulato, DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/893 E ABB/16, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/16, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/16, nel testo riformulato, DI BIASE MICHELA (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": 4,
            "n_margin": 131,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.75
        }
    ]
}