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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=270",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=268",
    "results": [
        {
            "id": 35683,
            "slug": "vs19_409_003",
            "identifier": "vs19_409_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_003/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 3.1019 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.1019 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.1019 DDL n. 1917",
            "description_title": "Emendamento 3.1019 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 36000,
            "slug": "vs19_422_047",
            "identifier": "vs19_422_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_047/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/2183/111 FERRARA ANTONIO (M5S) - Votazione Ordine del giorno 9/2183/111 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/111 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/111 FERRARA ANTONIO (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": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 34201,
            "slug": "vs19_396_035",
            "identifier": "vs19_396_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_035/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/2164/49 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/2164/49 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/49 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/49 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 35624,
            "slug": "vs19_408_017",
            "identifier": "vs19_408_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_408_017/?format=api",
            "sitting": {
                "id": 1875,
                "date": "2025-01-14",
                "number": 408,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.7 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.7 DDL n. 1917",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1917",
            "description_title": "Emendamento 2.7 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": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 35856,
            "slug": "vs19_413_040",
            "identifier": "vs19_413_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_040/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2196/1 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/2196/1 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/1 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/1 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": 29,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35980,
            "slug": "vs19_422_027",
            "identifier": "vs19_422_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_027/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/2183/90 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/2183/90 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/90 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/90 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 34220,
            "slug": "vs19_397_026",
            "identifier": "vs19_397_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_026/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 4.5 CASO ANTONIO (M5S) - Votazione Emendamento 4.5 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.5 DDL n. 2119",
            "description_title": "Emendamento 4.5 CASO ANTONIO (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": 30,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36018,
            "slug": "vs19_423_011",
            "identifier": "vs19_423_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_423_011/?format=api",
            "sitting": {
                "id": 1899,
                "date": "2025-02-06",
                "number": 423,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2183/129 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/2183/129 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/129 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/129 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34244,
            "slug": "vs19_396_028",
            "identifier": "vs19_396_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_028/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2164/42 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/2164/42 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/42 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/42 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34243,
            "slug": "vs19_396_014",
            "identifier": "vs19_396_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_014/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2164/18, come riformulato, FERRARA ANTONIO (M5S) - Votazione Ordine del giorno 9/2164/18, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/18, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/18, come riformulato, FERRARA 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": 2,
            "n_margin": 135,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 36288,
            "slug": "vs19_431_007",
            "identifier": "vs19_431_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_007/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2245/21 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/2245/21 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/21 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/21 ORFINI MATTEO (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": 29,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36187,
            "slug": "vs19_429_024",
            "identifier": "vs19_429_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_024/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2184/42 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2184/42 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/42 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/42 CANTONE LUCIANO (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": 25,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 35679,
            "slug": "vs19_409_091",
            "identifier": "vs19_409_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_091/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 91,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1917",
            "original_title": "Votazione Articolo 6 DDL n. 1917",
            "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": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35981,
            "slug": "vs19_422_028",
            "identifier": "vs19_422_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_028/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2183/91 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/2183/91 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/91 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/91 L'ABBATE PATTY (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": 32,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 33612,
            "slug": "vs19_384_013",
            "identifier": "vs19_384_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_013/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 13,
            "title": "ART AGG 3.01000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.01000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 27,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35755,
            "slug": "vs19_409_076",
            "identifier": "vs19_409_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_076/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 76,
            "title": "Identici emendamenti 4.101 AURIEMMA CARMELA (M5S) e 4.1015 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.101 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.101 DDL n. 1917",
            "description_title": "Identici emendamenti 4.101 AURIEMMA CARMELA (M5S) e 4.1015 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34223,
            "slug": "vs19_396_016",
            "identifier": "vs19_396_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_016/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2164/20, come riformulato, LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/2164/20, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/20, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/20, come riformulato, LOMUTI ARNALDO (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": 3,
            "n_margin": 136,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 36167,
            "slug": "vs19_429_004",
            "identifier": "vs19_429_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_004/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2184/13 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/2184/13 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/13 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/13 MANZI IRENE (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": 27,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35609,
            "slug": "vs19_408_001",
            "identifier": "vs19_408_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_408_001/?format=api",
            "sitting": {
                "id": 1875,
                "date": "2025-01-14",
                "number": 408,
                "branch": "C"
            },
            "number": 1,
            "title": "Questione pregiudiziale n. 1 ZANELLA LUANA (AVS) ed altri - Votazione pregiudiziale DDL n. 2184",
            "original_title": "Votazione pregiudiziale DDL n. 2184",
            "description_title": "Questione pregiudiziale n. 1 ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 34214,
            "slug": "vs19_397_006",
            "identifier": "vs19_397_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_006/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.8 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 1.8 DDL n. 2119",
            "original_title": "Votazione Emendamento 1.8 DDL n. 2119",
            "description_title": "Emendamento 1.8 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35747,
            "slug": "vs19_409_068",
            "identifier": "vs19_409_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_068/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 4.78 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.78 DDL n. 1917",
            "original_title": "Votazione Emendamento 4.78 DDL n. 1917",
            "description_title": "Emendamento 4.78 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": 35,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34703,
            "slug": "vs19_374_008",
            "identifier": "vs19_374_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_008/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2038/17 ALIFANO ENRICA (M5S)",
            "original_title": "Ordine del giorno n. 9/2038/17 ALIFANO ENRICA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 85,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 34707,
            "slug": "vs19_374_012",
            "identifier": "vs19_374_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_012/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2038/22 IARIA ANTONINO (M5S)",
            "original_title": "Ordine del giorno n. 9/2038/22 IARIA ANTONINO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 52,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 34705,
            "slug": "vs19_374_010",
            "identifier": "vs19_374_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_010/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2038/19 COSTA SERGIO (M5S)",
            "original_title": "Ordine del giorno n. 9/2038/19 COSTA SERGIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 81,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 33610,
            "slug": "vs19_380_010",
            "identifier": "vs19_380_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_010/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-364 RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-364 RIF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 34602,
            "slug": "vs19_388_008",
            "identifier": "vs19_388_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_008/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00366 (Nuova Formulazione), limitatamente alla premessa, GHIO VALENTINA (PD-IDP), BONETTI ELENA (APERRE), ZANELLA LUANA (AVS), BOSCHI MARIA ELENA (IVICRE) ed altri - Votazione Mozione 1_00366",
            "original_title": "Votazione Mozione 1_00366",
            "description_title": "Mozione n. 1-00366 (Nuova Formulazione), limitatamente alla premessa, GHIO VALENTINA (PD-IDP), BONETTI ELENA (APERRE), ZANELLA LUANA (AVS), BOSCHI MARIA ELENA (IVICRE) 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": 0,
            "n_margin": 137,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 33520,
            "slug": "vs19_380_013",
            "identifier": "vs19_380_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_013/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 13,
            "title": "MOZ 1-361 RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-361 RIF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 130,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34713,
            "slug": "vs19_374_018",
            "identifier": "vs19_374_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_018/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2038/34 MADIA MARIA ANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/2038/34 MADIA MARIA ANNA (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": 25,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34708,
            "slug": "vs19_374_013",
            "identifier": "vs19_374_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_013/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2038/23 CASO ANTONIO (M5S)",
            "original_title": "Ordine del giorno n. 9/2038/23 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 50,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 34712,
            "slug": "vs19_374_017",
            "identifier": "vs19_374_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_374_017/?format=api",
            "sitting": {
                "id": 1828,
                "date": "2024-10-30",
                "number": 374,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2038/32 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Ordine del giorno n. 9/2038/32 PICCOLOTTI ELISABETTA (AVS)",
            "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": 28,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 31940,
            "slug": "vs19_345_077",
            "identifier": "vs19_345_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_077/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 19.5, per le parti non precluse, SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 19.5, DDL n. 1660",
            "original_title": "Votazione Emendamento 19.5, DDL n. 1660",
            "description_title": "Emendamento 19.5, per le parti non precluse, 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 65.27,
            "minority_cohesion_rate": 63.75
        },
        {
            "id": 31869,
            "slug": "vs19_345_075",
            "identifier": "vs19_345_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_075/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 19.3 D'ORSO VALENTINA (M5S) - Votazione Emendamento 19.3 DDL n. 1660",
            "original_title": "Votazione Emendamento 19.3 DDL n. 1660",
            "description_title": "Emendamento 19.3 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 65.27,
            "minority_cohesion_rate": 61.88
        },
        {
            "id": 31954,
            "slug": "vs19_345_076",
            "identifier": "vs19_345_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_076/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 19.800 delle Commissioni - Votazione Emendamento 19.800 DDL n. 1660",
            "original_title": "Votazione Emendamento 19.800 DDL n. 1660",
            "description_title": "Emendamento 19.800 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.27,
            "minority_cohesion_rate": 65.0
        },
        {
            "id": 31820,
            "slug": "vs19_345_009",
            "identifier": "vs19_345_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_009/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 15.1003 GIULIANO CARLA (M5S) - Votazione Emendamento 15.1003 DDL n. 1660",
            "original_title": "Votazione Emendamento 15.1003 DDL n. 1660",
            "description_title": "Emendamento 15.1003 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": 29,
            "majority_cohesion_rate": 65.27,
            "minority_cohesion_rate": 61.88
        },
        {
            "id": 33794,
            "slug": "19-252-118",
            "identifier": "19-252-118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-118/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 118,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 4.4, Aurora Floridia e altri",
            "original_title": "Em. 4.4, Aurora Floridia e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33760,
            "slug": "19-252-219",
            "identifier": "19-252-219",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-219/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 219,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 26.4, Aurora Floridia e altri",
            "original_title": "Em. 26.4, Aurora Floridia e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 33961,
            "slug": "19-252-174",
            "identifier": "19-252-174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-174/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 174,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 20.0.5, Magni e altri",
            "original_title": "Em. 20.0.5, Magni e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 10,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 33780,
            "slug": "19-252-182",
            "identifier": "19-252-182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-182/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 182,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - ODG G23.1, Naturale e Sabrina Licheri",
            "original_title": "ODG G23.1, Naturale e Sabrina Licheri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 59.52
        },
        {
            "id": 33889,
            "slug": "19-252-147",
            "identifier": "19-252-147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-147/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 147,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - ODG G12.1, Franceschelli e altri",
            "original_title": "ODG G12.1, Franceschelli e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 10,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 70.24
        },
        {
            "id": 33869,
            "slug": "19-252-194",
            "identifier": "19-252-194",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-194/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 194,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 25.7, Nave e altri",
            "original_title": "Em. 25.7, Nave e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 33960,
            "slug": "19-252-228",
            "identifier": "19-252-228",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-228/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 228,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 26",
            "original_title": "Articolo 26",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 9,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33965,
            "slug": "19-252-167",
            "identifier": "19-252-167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-167/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 167,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 18.0.5, Nicita e Basso",
            "original_title": "Em. 18.0.5, Nicita e Basso",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 12,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 33875,
            "slug": "19-252-161",
            "identifier": "19-252-161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-161/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 161,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - ODG G18.1, Sabrina Licheri e Naturale",
            "original_title": "ODG G18.1, Sabrina Licheri e Naturale",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 66,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 70.24
        },
        {
            "id": 33893,
            "slug": "19-252-138",
            "identifier": "19-252-138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-138/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 138,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 10.2, Magni e altri",
            "original_title": "Em. 10.2, Magni e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33892,
            "slug": "19-252-139",
            "identifier": "19-252-139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-139/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 139,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 10.3, Aurora Floridia e altri",
            "original_title": "Em. 10.3, Aurora Floridia e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33799,
            "slug": "19-252-113",
            "identifier": "19-252-113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-113/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 113,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 3.6, Irto e altri",
            "original_title": "Em. 3.6, Irto e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 33784,
            "slug": "19-252-178",
            "identifier": "19-252-178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-178/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 178,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 23.1, Martella e altri",
            "original_title": "Em. 23.1, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 33802,
            "slug": "19-252-110",
            "identifier": "19-252-110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-110/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 110,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 3.3, Sironi e altri",
            "original_title": "Em. 3.3, Sironi e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 36.9
        },
        {
            "id": 33896,
            "slug": "19-252-135",
            "identifier": "19-252-135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-135/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 135,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Emm. 9.4 e 9.5",
            "original_title": "Emm. 9.4 e 9.5",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33878,
            "slug": "19-252-158",
            "identifier": "19-252-158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-158/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 158,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 16",
            "original_title": "Articolo 16",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 11,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 65.48
        }
    ]
}