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

{
    "count": 22951,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=226",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=224",
    "results": [
        {
            "id": 31994,
            "slug": "vs19_348_087",
            "identifier": "vs19_348_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_087/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 87,
            "title": "Articolo aggiuntivo 30.021 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 30.021 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.021 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.021 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 35007,
            "slug": "vs19_335_053",
            "identifier": "vs19_335_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_053/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1937/59 MARINO MARIA STEFANIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/59 MARINO MARIA STEFANIA (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": 26,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 31957,
            "slug": "vs19_348_098",
            "identifier": "vs19_348_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_098/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1660",
            "original_title": "Votazione Articolo 31 DDL n. 1660",
            "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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 32012,
            "slug": "vs19_348_065",
            "identifier": "vs19_348_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_065/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo aggiuntivo 26.018 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 26.018 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.018 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.018 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 72.5,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 36872,
            "slug": "vs19_440_086",
            "identifier": "vs19_440_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_086/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 24.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 24.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 24.2 DDL n. 2026",
            "description_title": "Emendamento 24.2 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38008,
            "slug": "vs19_470_017",
            "identifier": "vs19_470_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_017/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2308/38 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/2308/38 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/38 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/38 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 37999,
            "slug": "vs19_470_008",
            "identifier": "vs19_470_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_008/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2308/19 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2308/19 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/19 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/19 BARZOTTI VALENTINA (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": 26,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 38410,
            "slug": "vs19_481_019",
            "identifier": "vs19_481_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_019/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2329-A/19 - Votazione Ordine del giorno 9/2329-A/19 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/19 ",
            "description_title": "ODG 9/2329-A/19",
            "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.85,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 36824,
            "slug": "vs19_440_019",
            "identifier": "vs19_440_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_019/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 5.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 5.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 5.5 DDL n. 2026",
            "description_title": "Emendamento 5.5 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 38409,
            "slug": "vs19_481_018",
            "identifier": "vs19_481_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_018/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2329-A/18 - Votazione Ordine del giorno 9/2329-A/18 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/18 ",
            "description_title": "ODG 9/2329-A/18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38408,
            "slug": "vs19_481_017",
            "identifier": "vs19_481_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_017/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 17,
            "title": "ODG 9/2329-A/17 - Votazione Ordine del giorno 9/2329-A/17 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/17 ",
            "description_title": "ODG 9/2329-A/17",
            "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.02,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 32039,
            "slug": "vs19_348_078",
            "identifier": "vs19_348_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_078/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 30.2 MAURI MATTEO (PD-IDP) - Votazione Emendamento 30.2 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.2 DDL n. 1660",
            "description_title": "Emendamento 30.2 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 32000,
            "slug": "vs19_348_056",
            "identifier": "vs19_348_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_056/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo aggiuntivo 26.01005 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.01005 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.01005 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.01005 BOSCHI MARIA ELENA (IVICRE)",
            "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": 26,
            "majority_cohesion_rate": 72.08,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 38020,
            "slug": "vs19_470_029",
            "identifier": "vs19_470_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_029/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/2308/74 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/2308/74 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/74 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/74 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38411,
            "slug": "vs19_481_020",
            "identifier": "vs19_481_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_020/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 20,
            "title": "ODG 9/2329-A/20 - Votazione Ordine del giorno 9/2329-A/20 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/20 ",
            "description_title": "ODG 9/2329-A/20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 31988,
            "slug": "vs19_348_027",
            "identifier": "vs19_348_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_027/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 24.1001 GIULIANO CARLA (M5S) - Votazione Emendamento 24.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 24.1001 DDL n. 1660",
            "description_title": "Emendamento 24.1001 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 31980,
            "slug": "vs19_348_074",
            "identifier": "vs19_348_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_074/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 74,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1660",
            "original_title": "Votazione Articolo 27 DDL n. 1660",
            "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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 32002,
            "slug": "vs19_348_086",
            "identifier": "vs19_348_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_086/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 86,
            "title": "Articolo aggiuntivo 30.07 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 30.07 DDL n. 1660",
            "original_title": "Votazione Emendamento 30.07 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 30.07 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 73.58
        },
        {
            "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": 38055,
            "slug": "vs19_475_004",
            "identifier": "vs19_475_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_004/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00416 (Nuova formulazione), ad eccezione dei capoversi quarto, quinto e sesto della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00416",
            "original_title": "Votazione Mozione 1_00416",
            "description_title": "Mozione n. 1-00416 (Nuova formulazione), ad eccezione dei capoversi quarto, quinto e sesto della parte dispositiva, SCERRA FILIPPO (M5S) 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": 26,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 38060,
            "slug": "vs19_475_009",
            "identifier": "vs19_475_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_009/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00430 GHIRRA FRANCESCA (AVS) ed altri - Votazione Mozione 1_00430",
            "original_title": "Votazione Mozione 1_00430",
            "description_title": "Mozione n. 1-00430 GHIRRA FRANCESCA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 32029,
            "slug": "vs19_348_050",
            "identifier": "vs19_348_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_050/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 26.03 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.03 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.03 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.03 BOSCHI MARIA ELENA (IVICRE)",
            "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": 26,
            "majority_cohesion_rate": 72.08,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 31982,
            "slug": "vs19_348_067",
            "identifier": "vs19_348_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_067/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 26.01012 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 26.01012 DDL n. 1660",
            "original_title": "Votazione Emendamento 26.01012 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 26.01012 BOSCHI MARIA ELENA (IVICRE)",
            "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": 26,
            "majority_cohesion_rate": 72.5,
            "minority_cohesion_rate": 77.99
        },
        {
            "id": 38058,
            "slug": "vs19_475_007",
            "identifier": "vs19_475_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_007/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso sesto della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00416",
            "original_title": "Votazione Mozione 1_00416",
            "description_title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso sesto della parte dispositiva, SCERRA FILIPPO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 31912,
            "slug": "vs19_348_070",
            "identifier": "vs19_348_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_070/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 27.1001 GIULIANO CARLA (M5S) - Votazione Emendamento 27.1001 DDL n. 1660",
            "original_title": "Votazione Emendamento 27.1001 DDL n. 1660",
            "description_title": "Emendamento 27.1001 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 37637,
            "slug": "vs19_460_033",
            "identifier": "vs19_460_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_033/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 12.02 AURIEMMA CARMELA (M5S) - Votazione Emendamento 12.02 DDL n. 2139",
            "original_title": "Votazione Emendamento 12.02 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 12.02 AURIEMMA CARMELA (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": 26,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37640,
            "slug": "vs19_460_037",
            "identifier": "vs19_460_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_037/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 14.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 14.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 14.1 DDL n. 2139",
            "description_title": "Emendamento 14.1 AURIEMMA CARMELA (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 33518,
            "slug": "vs19_381_023",
            "identifier": "vs19_381_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_023/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 23,
            "title": "ART AGG 2.021 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.021",
            "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": 26,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 33584,
            "slug": "vs19_381_006",
            "identifier": "vs19_381_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_006/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.10",
            "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": 61.16,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 33617,
            "slug": "vs19_381_022",
            "identifier": "vs19_381_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_022/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 22,
            "title": "ART AGG 2.020 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.020",
            "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": 64.05,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 33565,
            "slug": "vs19_381_013",
            "identifier": "vs19_381_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_013/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 2.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 36817,
            "slug": "vs19_440_009",
            "identifier": "vs19_440_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_009/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.9 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.9 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.9 DDL n. 2026",
            "description_title": "Emendamento 2.9 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36816,
            "slug": "vs19_440_008",
            "identifier": "vs19_440_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_008/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.6 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.6 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.6 DDL n. 2026",
            "description_title": "Emendamento 2.6 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 37628,
            "slug": "vs19_460_022",
            "identifier": "vs19_460_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_022/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 11.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 11.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 11.1 DDL n. 2139",
            "description_title": "Emendamento 11.1 AURIEMMA CARMELA (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": 26,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 37629,
            "slug": "vs19_460_023",
            "identifier": "vs19_460_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_023/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 11.2 PENZA PASQUALINO (M5S) - Votazione Emendamento 11.2 DDL n. 2139",
            "original_title": "Votazione Emendamento 11.2 DDL n. 2139",
            "description_title": "Emendamento 11.2 PENZA PASQUALINO (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": 26,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 37631,
            "slug": "vs19_460_026",
            "identifier": "vs19_460_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_026/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 12.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 12.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 12.1 DDL n. 2139",
            "description_title": "Emendamento 12.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 37632,
            "slug": "vs19_460_027",
            "identifier": "vs19_460_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_027/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 12.2 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 12.2 DDL n. 2139",
            "original_title": "Votazione Emendamento 12.2 DDL n. 2139",
            "description_title": "Emendamento 12.2 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 38459,
            "slug": "vs19_482_009",
            "identifier": "vs19_482_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_009/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.9",
            "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.85,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 34520,
            "slug": "vs19_377_052",
            "identifier": "vs19_377_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_052/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 8.19 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 8.19 BONELLI ANGELO (AVS)",
            "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": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34506,
            "slug": "vs19_377_034",
            "identifier": "vs19_377_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_034/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 4.3 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 4.3 BONELLI ANGELO (AVS)",
            "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": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38198,
            "slug": "vs19_476_010",
            "identifier": "vs19_476_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_010/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.1000 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 2.1000 PDL n. 0741",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 0741",
            "description_title": "Emendamento 2.1000 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34911,
            "slug": "vs19_331_118",
            "identifier": "vs19_331_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_118/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 118,
            "title": "Ordine del giorno n. 9/1975/78 FOSSI EMILIANO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/78 FOSSI EMILIANO (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": 26,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 38406,
            "slug": "vs19_481_015",
            "identifier": "vs19_481_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_015/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2329-A/15 - Votazione Ordine del giorno 9/2329-A/15 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/15 ",
            "description_title": "ODG 9/2329-A/15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34907,
            "slug": "vs19_331_114",
            "identifier": "vs19_331_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_114/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 114,
            "title": "Ordine del giorno n. 9/1975/74 FERRARI SARA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/74 FERRARI SARA (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 34905,
            "slug": "vs19_331_112",
            "identifier": "vs19_331_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_112/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/1975/72 SCOTTO ARTURO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/72 SCOTTO ARTURO (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 60.25
        },
        {
            "id": 34900,
            "slug": "vs19_331_107",
            "identifier": "vs19_331_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_107/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 107,
            "title": "Ordine del giorno n. 9/1975/64 GIRELLI GIAN ANTONIO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1975/64 GIRELLI GIAN ANTONIO (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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 38486,
            "slug": "vs19_482_036",
            "identifier": "vs19_482_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_036/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 36,
            "title": "EM 1.36 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.36",
            "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": 55.56,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 38228,
            "slug": "vs19_476_045",
            "identifier": "vs19_476_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_045/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 45,
            "title": "ODG 9/741-A E ABB/7 - Votazione Ordine del giorno 9/741-A E ABB/7 ",
            "original_title": "Votazione Ordine del giorno 9/741-A E ABB/7 ",
            "description_title": "ODG 9/741-A E ABB/7",
            "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.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 31452,
            "slug": "vs19_331_075",
            "identifier": "vs19_331_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_075/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1975/29 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/1975/29 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/29 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/29 GUBITOSA MICHELE (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": 26,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 31436,
            "slug": "vs19_331_059",
            "identifier": "vs19_331_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_059/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1975/13 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1975/13 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/13 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/13 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 63.35
        }
    ]
}