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

{
    "count": 24888,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=495",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=493",
    "results": [
        {
            "id": 42248,
            "slug": "vs19_599_034",
            "identifier": "vs19_599_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_599_034/?format=api",
            "sitting": {
                "id": 2188,
                "date": "2026-01-22",
                "number": 599,
                "branch": "C"
            },
            "number": 34,
            "title": "EM 2.300 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.300",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 96,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 38.22
        },
        {
            "id": 28264,
            "slug": "vs19_248_066",
            "identifier": "vs19_248_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_066/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/799 E ABB/7, come riformulato, AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/799 E ABB/7, PDL n. 0799",
            "original_title": "Votazione Ordine del giorno 9/799 E ABB/7, PDL n. 0799",
            "description_title": "Ordine del giorno n. 9/799 E ABB/7, come riformulato, AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 118,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 32891,
            "slug": "19-236-35",
            "identifier": "19-236-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-35/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 35,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 3.0.150, Enrico Borghi e Musolino",
            "original_title": "Em. 3.0.150, Enrico Borghi e Musolino",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 26,
            "majority_cohesion_rate": 73.28,
            "minority_cohesion_rate": 41.86
        },
        {
            "id": 19686,
            "slug": "vs19_057_051",
            "identifier": "vs19_057_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_051/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/888/42, nel testo riformulato, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/888/42, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/42, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/42, nel testo riformulato, GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 98,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 19710,
            "slug": "vs19_057_049",
            "identifier": "vs19_057_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_049/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/888/110, nel testo riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/888/110, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/110, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/110, nel testo riformulato, RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 116,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 26661,
            "slug": "vs19_220_134",
            "identifier": "vs19_220_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_134/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 134,
            "title": "Ordine del giorno n. 9/1627/167, come riformulato, ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1627/167, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/167, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/167, come riformulato, ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 144,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 32605,
            "slug": "vs19_361_049",
            "identifier": "vs19_361_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_049/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1532-bis/68, nel testo riformulato, ORLANDO ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/68, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/68, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/68, nel testo riformulato, ORLANDO ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 140,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 35483,
            "slug": "vs19_402_134",
            "identifier": "vs19_402_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_402_134/?format=api",
            "sitting": {
                "id": 1862,
                "date": "2024-12-20",
                "number": 402,
                "branch": "C"
            },
            "number": 134,
            "title": "Ordine del giorno n. 9/2112-bis/133, nel testo riformulato, SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/2112-bis/133, DDL n. 2112-bis",
            "original_title": "Votazione Ordine del giorno 9/2112-bis/133, DDL n. 2112-bis",
            "description_title": "Ordine del giorno n. 9/2112-bis/133, nel testo riformulato, SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 147,
            "majority_cohesion_rate": 74.38,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 36330,
            "slug": "vs19_431_049",
            "identifier": "vs19_431_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_049/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/2245/84 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/2245/84 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/84 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/84 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 56,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 26584,
            "slug": "vs19_220_142",
            "identifier": "vs19_220_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_142/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 142,
            "title": "Ordine del giorno n. 9/1627/176, come riformulato, LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1627/176, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/176, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/176, come riformulato, LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 146,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 35113,
            "slug": "vs19_349_108",
            "identifier": "vs19_349_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_108/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 108,
            "title": "Ordine del giorno n. 9/1660/75 LA SALANDRA GIANDONATO (FDI)",
            "original_title": "Ordine del giorno n. 9/1660/75 LA SALANDRA GIANDONATO (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": 10,
            "n_margin": 98,
            "majority_cohesion_rate": 62.08,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 32301,
            "slug": "vs19_349_105",
            "identifier": "vs19_349_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_105/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 105,
            "title": "Ordine del giorno n. 9/1660/72, nel testo riformulato, ONORI FEDERICA (APERRE) - Votazione Ordine del giorno 9/1660/72, DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/72, DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/72, nel testo riformulato, ONORI FEDERICA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 125,
            "majority_cohesion_rate": 62.08,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 26390,
            "slug": "vs19_217_025",
            "identifier": "vs19_217_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_025/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1342",
            "original_title": "Votazione Articolo 10 DDL n. 1342",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 120,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 42007,
            "slug": "vs19_597_197",
            "identifier": "vs19_597_197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_197/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 197,
            "title": "ARTICOLO 28 - Votazione Articolo 28 ",
            "original_title": "Votazione Articolo 28 ",
            "description_title": "ARTICOLO 28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 68,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 26646,
            "slug": "vs19_220_159",
            "identifier": "vs19_220_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_159/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 159,
            "title": "Ordine del giorno n. 9/1627/207 BUONGUERRIERI ALICE (FDI) - Votazione Ordine del giorno 9/1627/207 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/207 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/207 BUONGUERRIERI ALICE (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 49,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 34286,
            "slug": "vs19_392_020",
            "identifier": "vs19_392_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_392_020/?format=api",
            "sitting": {
                "id": 1850,
                "date": "2024-12-04",
                "number": 392,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2150/29, così come riformulato, DE BERTOLDI ANDREA (M-ALT) - Votazione Ordine del giorno 9/2150/29, DDL n. 2150",
            "original_title": "Votazione Ordine del giorno 9/2150/29, DDL n. 2150",
            "description_title": "Ordine del giorno n. 9/2150/29, così come riformulato, DE BERTOLDI ANDREA (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 78,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 33575,
            "slug": "vs19_384_029",
            "identifier": "vs19_384_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_029/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 29,
            "title": "ARTICOLO 5 - Votazione Articolo 5 ",
            "original_title": "Votazione Articolo 5 ",
            "description_title": "ARTICOLO 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 69,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 38894,
            "slug": "vs19_491_060",
            "identifier": "vs19_491_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_060/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 60,
            "title": "EM 10.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 10,
            "n_margin": 54,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 37.18
        },
        {
            "id": 38915,
            "slug": "vs19_491_087",
            "identifier": "vs19_491_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_087/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 87,
            "title": "EM 16.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 16.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 41,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 43.59
        },
        {
            "id": 25139,
            "slug": "vs19_197_030",
            "identifier": "vs19_197_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_030/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 3.3 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.3 DDL n. 1324",
            "original_title": "Votazione Emendamento 3.3 DDL n. 1324",
            "description_title": "Emendamento 3.3 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 50,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 29023,
            "slug": "vs19_265_051",
            "identifier": "vs19_265_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_051/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo aggiuntivo 27.010 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 27.010 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.010 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 27.010 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": 10,
            "n_margin": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25131,
            "slug": "vs19_197_017",
            "identifier": "vs19_197_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_017/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.8 CASTIGLIONE GIUSEPPE (AIV-RE) - Votazione Emendamento 2.8 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1324",
            "description_title": "Emendamento 2.8 CASTIGLIONE GIUSEPPE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 43,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 25105,
            "slug": "vs19_197_009",
            "identifier": "vs19_197_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_009/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.10 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.10 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.10 DDL n. 1324",
            "description_title": "Emendamento 1.10 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 55,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 27330,
            "slug": "vs19_233_042",
            "identifier": "vs19_233_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_042/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1606/71, nel testo riformulato, D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1606/71, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/71, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/71, nel testo riformulato, D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 113,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25137,
            "slug": "vs19_197_020",
            "identifier": "vs19_197_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_020/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.11 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.11 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.11 DDL n. 1324",
            "description_title": "Emendamento 2.11 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 50,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 27305,
            "slug": "vs19_233_011",
            "identifier": "vs19_233_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_011/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1606/32, nel testo riformulato, CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1606/32, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/32, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/32, nel testo riformulato, CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 118,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 41351,
            "slug": "vs19_572_178",
            "identifier": "vs19_572_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_178/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 178,
            "title": "ART AGG 64.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 64.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 19,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 25123,
            "slug": "vs19_197_032",
            "identifier": "vs19_197_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_032/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1324",
            "original_title": "Votazione Articolo 3 DDL n. 1324",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 42,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 29246,
            "slug": "vs19_266_078",
            "identifier": "vs19_266_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_078/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1780/12, come riformulato, ONORI FEDERICA (APERRE) - Votazione Ordine del giorno 9/1780/12, DDL n. 1780",
            "original_title": "Votazione Ordine del giorno 9/1780/12, DDL n. 1780",
            "description_title": "Ordine del giorno n. 9/1780/12, come riformulato, ONORI FEDERICA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 109,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 25109,
            "slug": "vs19_197_013",
            "identifier": "vs19_197_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_013/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 13,
            "title": "Identici emendamenti 2.1 RICCIARDI MARIANNA (M5S), 2.3 CASTIGLIONE GIUSEPPE (AIV-RE) e 2.4 MAGI RICCARDO (MISTO) - Votazione Emendamento 2.1 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1324",
            "description_title": "Identici emendamenti 2.1 RICCIARDI MARIANNA (M5S), 2.3 CASTIGLIONE GIUSEPPE (AIV-RE) e 2.4 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 45,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 25113,
            "slug": "vs19_197_014",
            "identifier": "vs19_197_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_014/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.5 SPORTIELLO GILDA (M5S) - Votazione Emendamento 2.5 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.5 DDL n. 1324",
            "description_title": "Emendamento 2.5 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 46,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 29048,
            "slug": "vs19_265_028",
            "identifier": "vs19_265_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_028/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 23.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 23.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 23.600, DDL n. 1435",
            "description_title": "Emendamento 23.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 68,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30243,
            "slug": "vs19_292_034",
            "identifier": "vs19_292_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_034/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 10.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 10.300, DDL n. 1717",
            "original_title": "Votazione Emendamento 10.300, DDL n. 1717",
            "description_title": "Emendamento 10.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 78,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 24474,
            "slug": "vs19_175_029",
            "identifier": "vs19_175_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_029/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 4.102 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 4.102 PDL n. 0835",
            "original_title": "Votazione Emendamento 4.102 PDL n. 0835",
            "description_title": "Emendamento 4.102 PICCOLOTTI ELISABETTA (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": 10,
            "n_margin": 70,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 21871,
            "slug": "vs19_141_013",
            "identifier": "vs19_141_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_013/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 13,
            "title": "Questioni pregiudiziali di costituzionalità n. 1 GIANASSI FEDERICO (PD-IDP) ed altri e n. 2 MAGI RICCARDO (MISTO) e DELLA VEDOVA BENEDETTO (MISTO) - Votazione pregiudiziale PDL n. 0887",
            "original_title": "Votazione pregiudiziale PDL n. 0887",
            "description_title": "Questioni pregiudiziali di costituzionalità n. 1 GIANASSI FEDERICO (PD-IDP) ed altri e n. 2 MAGI RICCARDO (MISTO) e DELLA VEDOVA BENEDETTO (MISTO)",
            "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": 10,
            "n_margin": 32,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22192,
            "slug": "vs19_147_012",
            "identifier": "vs19_147_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_012/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.1010 MAGI RICCARDO (MISTO) - Votazione Emendamento 1.1010 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.1010 PDL n. 0887",
            "description_title": "Emendamento 1.1010 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 36,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 34709,
            "slug": "vs19_374_014",
            "identifier": "vs19_374_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_014/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2038/25 DELLA VEDOVA BENEDETTO (M-+EUR)",
            "original_title": "Ordine del giorno n. 9/2038/25 DELLA VEDOVA BENEDETTO (M-+EUR)",
            "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": 10,
            "n_margin": 46,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 30070,
            "slug": "vs19_281_061",
            "identifier": "vs19_281_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_061/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1752/86, nel testo riformulato, FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1752/86, DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/86, DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/86, nel testo riformulato, FORATTINI ANTONELLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 111,
            "majority_cohesion_rate": 53.59,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22194,
            "slug": "vs19_147_011",
            "identifier": "vs19_147_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_011/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.14 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.14 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.14 PDL n. 0887",
            "description_title": "Emendamento 1.14 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 40,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 22197,
            "slug": "vs19_147_018",
            "identifier": "vs19_147_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_018/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 1.02 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.02 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.02 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.02 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 33,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28584,
            "slug": "vs19_252_020",
            "identifier": "vs19_252_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_020/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.19 IARIA ANTONINO (M5S) - Votazione Emendamento 1.19 PDL n. 0703",
            "original_title": "Votazione Emendamento 1.19 PDL n. 0703",
            "description_title": "Emendamento 1.19 IARIA ANTONINO (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": 10,
            "n_margin": 75,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 31053,
            "slug": "vs19_321_060",
            "identifier": "vs19_321_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_060/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1718",
            "original_title": "Votazione Articolo 6 DDL n. 1718",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 67,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 33.54
        },
        {
            "id": 28732,
            "slug": "vs19_251_154",
            "identifier": "vs19_251_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_154/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 154,
            "title": "Mozione n. 1-00247, sul capoverso terzo delle premesse AMORESE ALESSANDRO (FDI), MIELE GIOVANNA (LEGA), RUSSO PAOLO EMILIO (FI-PPE), PISANO CALOGERO (NM-M) ed altri - Votazione Mozione 1_00247",
            "original_title": "Votazione Mozione 1_00247",
            "description_title": "Mozione n. 1-00247, sul capoverso terzo delle premesse AMORESE ALESSANDRO (FDI), MIELE GIOVANNA (LEGA), RUSSO PAOLO EMILIO (FI-PPE), PISANO CALOGERO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 89,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22220,
            "slug": "vs19_147_002",
            "identifier": "vs19_147_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_002/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 1.2 D'ORSO VALENTINA (M5S), 1.1001 GRIMALDI MARCO (AVS) e 1.1024 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.2 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.2 PDL n. 0887",
            "description_title": "Identici emendamenti 1.2 D'ORSO VALENTINA (M5S), 1.1001 GRIMALDI MARCO (AVS) e 1.1024 ZAN ALESSANDRO (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": 10,
            "n_margin": 31,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 22199,
            "slug": "vs19_147_019",
            "identifier": "vs19_147_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_019/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 1.03 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.03 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.03 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.03 APPENDINO CHIARA (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": 10,
            "n_margin": 30,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 22198,
            "slug": "vs19_147_009",
            "identifier": "vs19_147_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_009/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.9 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.9 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.9 PDL n. 0887",
            "description_title": "Emendamento 1.9 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 35,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 21787,
            "slug": "vs19_114_008",
            "identifier": "vs19_114_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_008/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1114/33 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1114/33 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/33 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/33 BONELLI ANGELO (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": 10,
            "n_margin": 31,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 22321,
            "slug": "vs19_150_032",
            "identifier": "vs19_150_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_032/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1239/57, nel testo riformulato, GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1239/57, DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/57, DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/57, nel testo riformulato, GRIBAUDO CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 121,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24230,
            "slug": "vs19_171_019",
            "identifier": "vs19_171_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_019/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1436/28 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1436/28 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/28 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/28 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 55,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 26852,
            "slug": "vs19_227_044",
            "identifier": "vs19_227_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_044/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/893 E ABB/15, nel testo riformulato, GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/893 E ABB/15, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/15, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/15, nel testo riformulato, GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 127,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        }
    ]
}