Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=44
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=majority_cohesion_rate&page=45",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=43",
    "results": [
        {
            "id": 34569,
            "slug": "vs19_377_010",
            "identifier": "vs19_377_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_010/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 73,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34084,
            "slug": "vs19_388_091",
            "identifier": "vs19_388_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_091/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 91,
            "title": "Emendamento 23.3 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 23.3 DDL n. 2022",
            "original_title": "Votazione Emendamento 23.3 DDL n. 2022",
            "description_title": "Emendamento 23.3 CAPPELLETTI ENRICO (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": 17,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 35154,
            "slug": "vs19_353_054",
            "identifier": "vs19_353_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_054/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1830/14 MALAVASI ILENIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1830/14 MALAVASI ILENIA (PD-IDP)",
            "description_title": "",
            "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": 19,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 34791,
            "slug": "vs19_350_032",
            "identifier": "vs19_350_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_032/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.100 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.100 MANZI IRENE (PD-IDP)",
            "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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 57.23
        },
        {
            "id": 32082,
            "slug": "vs19_349_071",
            "identifier": "vs19_349_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_071/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1660/37, nel testo riformulato, MANES FRANCO (M-MIN) - Votazione Ordine del giorno 9/1660/37, DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/37, DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/37, nel testo riformulato, MANES FRANCO (M-MIN)",
            "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": 121,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 64.78
        },
        {
            "id": 34785,
            "slug": "vs19_353_039",
            "identifier": "vs19_353_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_039/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 1.01 AMATO GAETANO (M5S)",
            "original_title": "Articolo aggiuntivo 1.01 AMATO GAETANO (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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 35145,
            "slug": "vs19_353_045",
            "identifier": "vs19_353_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_045/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1830/4 AMATO GAETANO (M5S)",
            "original_title": "Ordine del giorno n. 9/1830/4 AMATO GAETANO (M5S)",
            "description_title": "",
            "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": 58.33,
            "minority_cohesion_rate": 58.49
        },
        {
            "id": 34781,
            "slug": "vs19_353_034",
            "identifier": "vs19_353_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_034/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.55 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.55 MANZI IRENE (PD-IDP)",
            "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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 65.41
        },
        {
            "id": 34776,
            "slug": "vs19_353_029",
            "identifier": "vs19_353_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_029/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.47 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.47 MANZI IRENE (PD-IDP)",
            "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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 67.92
        },
        {
            "id": 35141,
            "slug": "vs19_353_038",
            "identifier": "vs19_353_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_038/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 32477,
            "slug": "vs19_359_035",
            "identifier": "vs19_359_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_035/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/2066/59 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2066/59 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/59 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/59 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 62.26
        },
        {
            "id": 35014,
            "slug": "vs19_335_060",
            "identifier": "vs19_335_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_060/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1937/111 DE MONTE ISABELLA (IVICRE)",
            "original_title": "Ordine del giorno n. 9/1937/111 DE MONTE ISABELLA (IVICRE)",
            "description_title": "",
            "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": 26,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 54.66
        },
        {
            "id": 32283,
            "slug": "vs19_328_059",
            "identifier": "vs19_328_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_328_059/?format=api",
            "sitting": {
                "id": 1743,
                "date": "2024-07-18",
                "number": 328,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1896/79, nel testo riformulato, GADDA MARIA CHIARA (IVICRE) - Votazione Ordine del giorno 9/1896/79, DDL n. 1896",
            "original_title": "Votazione Ordine del giorno 9/1896/79, DDL n. 1896",
            "description_title": "Ordine del giorno n. 9/1896/79, nel testo riformulato, GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 106,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 47.2
        },
        {
            "id": 34938,
            "slug": "vs19_333_002",
            "identifier": "vs19_333_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_333_002/?format=api",
            "sitting": {
                "id": 1750,
                "date": "2024-07-25",
                "number": 333,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/Doc. VIII, n. 4/12, nel testo riformulato, PERISSA MARCO (FDI)",
            "original_title": "Ordine del giorno n. 9/Doc. VIII, n. 4/12, nel testo riformulato, PERISSA MARCO (FDI)",
            "description_title": "",
            "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": 36,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 47.83
        },
        {
            "id": 30915,
            "slug": "vs19_317_006",
            "identifier": "vs19_317_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_006/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1933/6 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1933/6 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/6 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/6 FOSSI EMILIANO (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": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 34847,
            "slug": "vs19_337_099",
            "identifier": "vs19_337_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_099/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 99,
            "title": "Emendamento 1.1 CONGEDO SAVERIO (FDI)",
            "original_title": "Emendamento 1.1 CONGEDO SAVERIO (FDI)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 58.4,
            "minority_cohesion_rate": 42.86
        },
        {
            "id": 38249,
            "slug": "vs19_477_015",
            "identifier": "vs19_477_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_015/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 15,
            "title": "EM 1.204 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.204",
            "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": 58.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37336,
            "slug": "vs19_450_077",
            "identifier": "vs19_450_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_077/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/2084/18 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/2084/18 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/18 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/18 LACARRA MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 38253,
            "slug": "vs19_477_019",
            "identifier": "vs19_477_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_019/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 1.106, 1.107 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.106, 1.107",
            "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": 58.44,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38243,
            "slug": "vs19_477_009",
            "identifier": "vs19_477_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_009/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 21,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37308,
            "slug": "vs19_450_049",
            "identifier": "vs19_450_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_049/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1.1008 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.1008 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.1008 PDL n. 2084",
            "description_title": "Emendamento 1.1008 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38270,
            "slug": "vs19_477_036",
            "identifier": "vs19_477_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_036/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 36,
            "title": "ART AGG 1.028, 1.029, 1.030 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.028, 1.029, 1.030",
            "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": 18,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38487,
            "slug": "vs19_482_037",
            "identifier": "vs19_482_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_037/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 37,
            "title": "EM 1.37 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.37",
            "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": 58.44,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38490,
            "slug": "vs19_482_040",
            "identifier": "vs19_482_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_040/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 1.40 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.40",
            "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": 58.44,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38433,
            "slug": "vs19_481_042",
            "identifier": "vs19_481_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_042/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 42,
            "title": "ODG 9/2329-A/42 - Votazione Ordine del giorno 9/2329-A/42 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/42 ",
            "description_title": "ODG 9/2329-A/42",
            "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": 58.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 37695,
            "slug": "vs19_463_002",
            "identifier": "vs19_463_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_002/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 2,
            "title": "Questioni pregiudiziali di costituzionalità n. 1 COLUCCI ALFONSO (M5S) ed altri, n. 2 ZANELLA LUANA (AVS) ed altri, n. 3 GIANASSI FEDERICO (PD-IDP) ed altri - Votazione pregiudiziale PDL n. 1621",
            "original_title": "Votazione pregiudiziale PDL n. 1621",
            "description_title": "Questioni pregiudiziali di costituzionalità n. 1 COLUCCI ALFONSO (M5S) ed altri, n. 2 ZANELLA LUANA (AVS) ed altri, n. 3 GIANASSI FEDERICO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 37326,
            "slug": "vs19_450_067",
            "identifier": "vs19_450_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_067/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/2084/7 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/2084/7 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/7 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/7 SILVESTRI FRANCESCO (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": 31,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 38510,
            "slug": "vs19_482_060",
            "identifier": "vs19_482_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_060/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 60,
            "title": "EM 1-TER.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1-TER.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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38475,
            "slug": "vs19_482_025",
            "identifier": "vs19_482_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_025/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 1.1011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1011",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38528,
            "slug": "vs19_482_078",
            "identifier": "vs19_482_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_078/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 78,
            "title": "ODG 9/2402/13 - Votazione Ordine del giorno 9/2402/13 ",
            "original_title": "Votazione Ordine del giorno 9/2402/13 ",
            "description_title": "ODG 9/2402/13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38271,
            "slug": "vs19_477_037",
            "identifier": "vs19_477_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_037/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 37,
            "title": "ART AGG 1.031, 1.017 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.031, 1.017",
            "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": 18,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38507,
            "slug": "vs19_482_057",
            "identifier": "vs19_482_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_057/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 57,
            "title": "EM 1.64 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.64",
            "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": 58.44,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38413,
            "slug": "vs19_481_022",
            "identifier": "vs19_481_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_022/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 22,
            "title": "ODG 9/2329-A/22 - Votazione Ordine del giorno 9/2329-A/22 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/22 ",
            "description_title": "ODG 9/2329-A/22",
            "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": 58.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38503,
            "slug": "vs19_482_053",
            "identifier": "vs19_482_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_053/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 53,
            "title": "EM 1.56 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.56",
            "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": 27,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 38405,
            "slug": "vs19_481_014",
            "identifier": "vs19_481_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_014/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2329-A/14 - Votazione Ordine del giorno 9/2329-A/14 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/14 ",
            "description_title": "ODG 9/2329-A/14",
            "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": 58.44,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 38261,
            "slug": "vs19_477_027",
            "identifier": "vs19_477_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_027/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 27,
            "title": "EM 1.53 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.53",
            "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": 35,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 38742,
            "slug": "vs19_487_102",
            "identifier": "vs19_487_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_102/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 102,
            "title": "ODG 9/2355/132 - Votazione Ordine del giorno 9/2355/132 ",
            "original_title": "Votazione Ordine del giorno 9/2355/132 ",
            "description_title": "ODG 9/2355/132",
            "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": 58.44,
            "minority_cohesion_rate": 50.32
        },
        {
            "id": 38242,
            "slug": "vs19_477_008",
            "identifier": "vs19_477_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_008/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38527,
            "slug": "vs19_482_077",
            "identifier": "vs19_482_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_077/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 77,
            "title": "ODG 9/2402/12 - Votazione Ordine del giorno 9/2402/12 ",
            "original_title": "Votazione Ordine del giorno 9/2402/12 ",
            "description_title": "ODG 9/2402/12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 37583,
            "slug": "vs19_456_016",
            "identifier": "vs19_456_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_456_016/?format=api",
            "sitting": {
                "id": 1950,
                "date": "2025-03-26",
                "number": 456,
                "branch": "C"
            },
            "number": 16,
            "title": "Mozione n. 1-00411, limitatamente ai restanti capoversi della premessa e ai restanti capoversi della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri - Votazione Mozione 1_00411",
            "original_title": "Votazione Mozione 1_00411",
            "description_title": "Mozione n. 1-00411, limitatamente ai restanti capoversi della premessa e ai restanti capoversi della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 38458,
            "slug": "vs19_482_008",
            "identifier": "vs19_482_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_008/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 37208,
            "slug": "vs19_449_049",
            "identifier": "vs19_449_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_049/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo aggiuntivo 1-ter-01 PAVANELLI EMMA (M5S) - Votazione Emendamento 1-ter-01 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-ter-01 DDL n. 2285",
            "description_title": "Articolo aggiuntivo 1-ter-01 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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38435,
            "slug": "vs19_481_044",
            "identifier": "vs19_481_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_044/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 44,
            "title": "ODG 9/2329-A/44 - Votazione Ordine del giorno 9/2329-A/44 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/44 ",
            "description_title": "ODG 9/2329-A/44",
            "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": 58.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38311,
            "slug": "vs19_479_019",
            "identifier": "vs19_479_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_019/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2362/4 - Votazione Ordine del giorno 9/2362/4 ",
            "original_title": "Votazione Ordine del giorno 9/2362/4 ",
            "description_title": "ODG 9/2362/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38522,
            "slug": "vs19_482_072",
            "identifier": "vs19_482_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_072/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 72,
            "title": "ODG 9/2402/6 - Votazione Ordine del giorno 9/2402/6 ",
            "original_title": "Votazione Ordine del giorno 9/2402/6 ",
            "description_title": "ODG 9/2402/6",
            "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": 58.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 37568,
            "slug": "vs19_456_001",
            "identifier": "vs19_456_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_456_001/?format=api",
            "sitting": {
                "id": 1950,
                "date": "2025-03-26",
                "number": 456,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1305",
            "original_title": "Votazione Articolo 1 PDL n. 1305",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 120,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38524,
            "slug": "vs19_482_074",
            "identifier": "vs19_482_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_074/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 74,
            "title": "ODG 9/2402/8 - Votazione Ordine del giorno 9/2402/8 ",
            "original_title": "Votazione Ordine del giorno 9/2402/8 ",
            "description_title": "ODG 9/2402/8",
            "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": 58.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38250,
            "slug": "vs19_477_016",
            "identifier": "vs19_477_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_016/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 1.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 58.44,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34417,
            "slug": "19-253-2",
            "identifier": "19-253-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-2/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 2,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Emm. 28.1 e 28.2",
            "original_title": "Emm. 28.1 e 28.2",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "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": 58.47,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 32455,
            "slug": "vs19_359_006",
            "identifier": "vs19_359_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_006/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2066/10 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/2066/10 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/10 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/10 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 70.89
        }
    ]
}