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

{
    "count": 22941,
    "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=-date&page=362",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=360",
    "results": [
        {
            "id": 22771,
            "slug": "vs19_141_025",
            "identifier": "vs19_141_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_025/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 4.02 APPENDINO CHIARA (M5S) - Votazione Emendamento 4.02 DDL n. 1134",
            "original_title": "Votazione Emendamento 4.02 DDL n. 1134",
            "description_title": "Articolo aggiuntivo 4.02 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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 22764,
            "slug": "vs19_141_034",
            "identifier": "vs19_141_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_034/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1134",
            "original_title": "Votazione Articolo 13 DDL n. 1134",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 146,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 22747,
            "slug": "vs19_141_036",
            "identifier": "vs19_141_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_036/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 14.2 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 14.2 DDL n. 1134",
            "original_title": "Votazione Emendamento 14.2 DDL n. 1134",
            "description_title": "Emendamento 14.2 PELUFFO VINICIO GIUSEPPE GUIDO (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": 29,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22756,
            "slug": "vs19_141_037",
            "identifier": "vs19_141_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_037/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 14.4 TODDE ALESSANDRA (M5S) - Votazione Emendamento 14.4 DDL n. 1134",
            "original_title": "Votazione Emendamento 14.4 DDL n. 1134",
            "description_title": "Emendamento 14.4 TODDE ALESSANDRA (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": 19,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 22742,
            "slug": "vs19_141_040",
            "identifier": "vs19_141_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_040/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1134",
            "original_title": "Votazione Articolo 16 DDL n. 1134",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 146,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22746,
            "slug": "vs19_141_055",
            "identifier": "vs19_141_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_055/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo 30 - Votazione Articolo 30 DDL n. 1134",
            "original_title": "Votazione Articolo 30 DDL n. 1134",
            "description_title": "Articolo 30",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 146,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22775,
            "slug": "vs19_141_056",
            "identifier": "vs19_141_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_056/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1134",
            "original_title": "Votazione Articolo 31 DDL n. 1134",
            "description_title": "Articolo 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 22819,
            "slug": "vs19_141_029",
            "identifier": "vs19_141_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_029/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1134",
            "original_title": "Votazione Articolo 8 DDL n. 1134",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22781,
            "slug": "vs19_141_030",
            "identifier": "vs19_141_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_030/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1134",
            "original_title": "Votazione Articolo 9 DDL n. 1134",
            "description_title": "Articolo 9",
            "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": 147,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22800,
            "slug": "vs19_141_032",
            "identifier": "vs19_141_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_032/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 1134",
            "original_title": "Votazione Articolo 11 DDL n. 1134",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 146,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 22587,
            "slug": "vs19_140_021",
            "identifier": "vs19_140_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_021/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 21,
            "title": "Conversione decreto enti locali e Pnrr",
            "original_title": "Votazione finale DDL n. 1183",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 29 maggio 2023, n. 57, recante misure urgenti per gli enti territoriali, nonché per garantire la tempestiva attuazione del Piano nazionale di ripresa e resilienza e per il settore energetico (DDL 1183)",
            "public_title": "Conversione decreto enti locali e Pnrr",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 64,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 22629,
            "slug": "vs19_140_001",
            "identifier": "vs19_140_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_001/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1183/2 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1183/2 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/2 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/2 BONAFE' SIMONA (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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 22639,
            "slug": "vs19_140_012",
            "identifier": "vs19_140_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_012/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1183/17, limitatamente al primo impegno della parte dispositiva, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1183/17, DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/17, DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/17, limitatamente al primo impegno della parte dispositiva, 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": 1,
            "n_margin": 71,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 22623,
            "slug": "vs19_140_008",
            "identifier": "vs19_140_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_008/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1183/11, nel testo riformulato, DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1183/11, DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/11, DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/11, nel testo riformulato, DELL'OLIO GIANMAURO (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": 138,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22624,
            "slug": "vs19_140_007",
            "identifier": "vs19_140_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_007/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1183/10 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1183/10 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/10 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/10 CAPPELLETTI ENRICO (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": 44,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22636,
            "slug": "vs19_140_019",
            "identifier": "vs19_140_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_019/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1183/26 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1183/26 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/26 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/26 DI SANZO CHRISTIAN DIEGO (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": 2,
            "n_margin": 72,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 22625,
            "slug": "vs19_140_016",
            "identifier": "vs19_140_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_016/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1183/23 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1183/23 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/23 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/23 CURTI AUGUSTO (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": 2,
            "n_margin": 70,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 22632,
            "slug": "vs19_140_002",
            "identifier": "vs19_140_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_002/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1183/4 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1183/4 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/4 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/4 ROGGIANI SILVIA (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": 24,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22638,
            "slug": "vs19_140_013",
            "identifier": "vs19_140_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_013/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1183/17, limitatamente al secondo impegno della parte dispositiva, BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1183/17, DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/17, DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/17, limitatamente al secondo impegno della parte dispositiva, 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": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22630,
            "slug": "vs19_140_011",
            "identifier": "vs19_140_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_011/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1183/16 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1183/16 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/16 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/16 PAGANO UBALDO (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": 37,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22622,
            "slug": "vs19_140_015",
            "identifier": "vs19_140_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_015/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1183/21 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1183/21 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/21 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/21 DORI DEVIS (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": 36,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 22621,
            "slug": "vs19_140_018",
            "identifier": "vs19_140_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_018/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1183/25 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1183/25 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/25 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/25 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22637,
            "slug": "vs19_140_014",
            "identifier": "vs19_140_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_014/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1183/18 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1183/18 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/18 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/18 ZARATTI FILIBERTO (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": 45,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 22631,
            "slug": "vs19_140_006",
            "identifier": "vs19_140_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_006/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1183/8 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1183/8 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/8 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/8 DONNO LEONARDO (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": 42,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22620,
            "slug": "vs19_140_017",
            "identifier": "vs19_140_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_017/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1183/24 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1183/24 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/24 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/24 BRAGA CHIARA (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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22633,
            "slug": "vs19_140_003",
            "identifier": "vs19_140_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_003/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1183/5 STEGER DIETER (MISTO) - Votazione Ordine del giorno 9/1183/5 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/5 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/5 STEGER DIETER (MISTO)",
            "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": 24,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 22635,
            "slug": "vs19_140_020",
            "identifier": "vs19_140_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_020/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1183/27 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1183/27 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/27 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/27 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 53,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 22628,
            "slug": "vs19_140_005",
            "identifier": "vs19_140_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_005/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1183/7 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1183/7 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/7 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/7 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22634,
            "slug": "vs19_140_009",
            "identifier": "vs19_140_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_009/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1183/12, nel testo riformulato, LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1183/12, DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/12, DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/12, nel testo 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": 2,
            "n_margin": 140,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22626,
            "slug": "vs19_140_004",
            "identifier": "vs19_140_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_004/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1183/6 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1183/6 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/6 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/6 COLUCCI ALFONSO (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": 22,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 22627,
            "slug": "vs19_140_010",
            "identifier": "vs19_140_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_010/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1183/13 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1183/13 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/13 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/13 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 73,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 32.72
        },
        {
            "id": 22586,
            "slug": "vs19_140_022",
            "identifier": "vs19_140_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_022/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 22,
            "title": "Fiducia conversione decreto enti locali e Pnrr",
            "original_title": "Votazione Articolo unico DDL n. 1183",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 29 maggio 2023, n. 57, nel testo approvato dalle Commissioni, sul quale il Governo ha posto la questione di fiducia.",
            "public_title": "Fiducia conversione decreto enti locali e Pnrr",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 80.59,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22031,
            "slug": "vs19_138_008",
            "identifier": "vs19_138_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_008/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo aggiuntivo 12.01 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 12.01 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.01 DDL n. 1038",
            "description_title": "Articolo aggiuntivo 12.01 MARATTIN LUIGI (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": 2,
            "n_margin": 73,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22142,
            "slug": "vs19_138_031",
            "identifier": "vs19_138_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_031/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 16.3 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 16.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.3 DDL n. 1038",
            "description_title": "Emendamento 16.3 TABACCI BRUNO (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": 57,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22103,
            "slug": "vs19_138_044",
            "identifier": "vs19_138_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_044/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1038",
            "original_title": "Votazione Articolo 20 DDL n. 1038",
            "description_title": "Articolo 20",
            "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": 39,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22084,
            "slug": "vs19_138_016",
            "identifier": "vs19_138_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_016/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 13.11 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.11 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.11 DDL n. 1038",
            "description_title": "Emendamento 13.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": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 22114,
            "slug": "vs19_138_004",
            "identifier": "vs19_138_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_004/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 12.13 GRIMALDI MARCO (AVS) - Votazione Emendamento 12.13 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.13 DDL n. 1038",
            "description_title": "Emendamento 12.13 GRIMALDI MARCO (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": 6,
            "n_margin": 33,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22102,
            "slug": "vs19_138_013",
            "identifier": "vs19_138_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_013/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 13.6 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.6 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.6 DDL n. 1038",
            "description_title": "Emendamento 13.6 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": 5,
            "n_margin": 71,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 21929,
            "slug": "vs19_138_026",
            "identifier": "vs19_138_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_026/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 15.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 15.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.3 DDL n. 1038",
            "description_title": "Emendamento 15.3 MEROLA VIRGINIO (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": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22117,
            "slug": "vs19_138_014",
            "identifier": "vs19_138_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_014/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 13.7 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.7 DDL n. 1038",
            "description_title": "Emendamento 13.7 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": 3,
            "n_margin": 69,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 22024,
            "slug": "vs19_138_039",
            "identifier": "vs19_138_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_039/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 18.5 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 18.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 18.5 DDL n. 1038",
            "description_title": "Emendamento 18.5 MARATTIN LUIGI (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": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 22016,
            "slug": "vs19_138_068",
            "identifier": "vs19_138_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_068/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1038 e abb./69 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1038 e abb./69 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./69 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./69 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": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22019,
            "slug": "vs19_138_063",
            "identifier": "vs19_138_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_063/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1038 e abb./61 RICHETTI MATTEO (AIV-RE) - Votazione Ordine del giorno 9/1038 e abb./61 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./61 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./61 RICHETTI MATTEO (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 136,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 21890,
            "slug": "vs19_138_009",
            "identifier": "vs19_138_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_009/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 13.1 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1038",
            "description_title": "Emendamento 13.1 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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22013,
            "slug": "vs19_138_067",
            "identifier": "vs19_138_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_067/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1038 e abb./68 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1038 e abb./68 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./68 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./68 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": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 22017,
            "slug": "vs19_138_065",
            "identifier": "vs19_138_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_065/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1038 e abb./66 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1038 e abb./66 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./66 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./66 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 21918,
            "slug": "vs19_138_033",
            "identifier": "vs19_138_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_033/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 16.5 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 16.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.5 DDL n. 1038",
            "description_title": "Emendamento 16.5 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 70,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 22036,
            "slug": "vs19_138_018",
            "identifier": "vs19_138_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_018/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 13.9 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.9 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.9 DDL n. 1038",
            "description_title": "Emendamento 13.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": "Approvata",
            "n_rebels": 4,
            "n_margin": 146,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 22035,
            "slug": "vs19_138_028",
            "identifier": "vs19_138_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_028/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1038",
            "original_title": "Votazione Articolo 15 DDL n. 1038",
            "description_title": "Articolo 15",
            "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": 28,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22020,
            "slug": "vs19_138_046",
            "identifier": "vs19_138_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_046/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1038 e abb./16 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1038 e abb./16 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./16 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./16 ALIFANO ENRICA (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": 70.46,
            "minority_cohesion_rate": 64.81
        }
    ]
}