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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=151",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=149",
    "results": [
        {
            "id": 34165,
            "slug": "vs19_393_018",
            "identifier": "vs19_393_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_018/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34153,
            "slug": "vs19_393_031",
            "identifier": "vs19_393_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_031/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1950/14 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1950/14 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/14 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/14 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34230,
            "slug": "vs19_393_010",
            "identifier": "vs19_393_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_010/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.11 DORI DEVIS (AVS) - Votazione Emendamento 1.11 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1950",
            "description_title": "Emendamento 1.11 DORI DEVIS (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": 22,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34167,
            "slug": "vs19_393_032",
            "identifier": "vs19_393_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_032/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1950/15 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1950/15 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/15 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/15 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": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 34224,
            "slug": "vs19_396_005",
            "identifier": "vs19_396_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_005/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2164/8 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/2164/8 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/8 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/8 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34190,
            "slug": "vs19_396_003",
            "identifier": "vs19_396_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_003/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2164/3 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/2164/3 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/3 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/3 MARINO MARIA STEFANIA (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": 66.12,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34210,
            "slug": "vs19_396_010",
            "identifier": "vs19_396_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_010/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2164/13, nel testo riformulato, EVI ELEONORA (PD-IDP) - Votazione Ordine del giorno 9/2164/13, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/13, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/13, nel testo riformulato, EVI ELEONORA (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": 138,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 73.25
        },
        {
            "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": 34241,
            "slug": "vs19_396_039",
            "identifier": "vs19_396_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_039/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 39,
            "title": "Conversione decreto tutela dell'ambiente",
            "original_title": "Votazione finale DDL n. 2164",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 17 ottobre 2024, n. 153, recante disposizioni urgenti per la tutela ambientale del Paese, la razionalizzazione dei procedimenti di valutazione e autorizzazione ambientale, la promozione dell'economia circolare, l'attuazione di interventi in materia di bonifiche di siti contaminati e dissesto idrogeologico (Approvato dal Senato) (DDL 2164)",
            "public_title": "Conversione decreto tutela dell'ambiente",
            "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": 29,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 34172,
            "slug": "vs19_396_033",
            "identifier": "vs19_396_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_033/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2164/47, come riformulato, BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2164/47, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/47, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/47, come riformulato, 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": "Approvata",
            "n_rebels": 0,
            "n_margin": 137,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 34184,
            "slug": "vs19_396_018",
            "identifier": "vs19_396_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_018/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2164/23 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/2164/23 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/23 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/23 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": 27,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34219,
            "slug": "vs19_396_037",
            "identifier": "vs19_396_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_037/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2164/14 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2164/14 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/14 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/14 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34188,
            "slug": "vs19_396_036",
            "identifier": "vs19_396_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_036/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/2164/4, come riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/2164/4, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/4, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/4, come riformulato, GIRELLI GIAN ANTONIO (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": 135,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34216,
            "slug": "vs19_396_025",
            "identifier": "vs19_396_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_025/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2164/39 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/2164/39 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/39 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/39 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34157,
            "slug": "vs19_396_001",
            "identifier": "vs19_396_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_001/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/2164/1 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/2164/1 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/1 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/1 SCARPA RACHELE (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": 64.05,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 38786,
            "slug": "manual_19_396_1",
            "identifier": "manual_19_396_1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/manual_19_396_1/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 1,
            "title": "Fiducia conversione decreto tutela dell'ambiente",
            "original_title": "Votazione sull'articolo unico del disegno di legge di conversione del decreto-legge in esame, nel testo della Commissione, identico a quello approvato dal Senato, sul quale il Governo ha posto la questione di fiducia",
            "description_title": "Votazione sull'articolo unico del disegno di legge di conversione del decreto-legge in esame, nel testo della Commissione, identico a quello approvato dal Senato, sul quale il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia conversione decreto tutela dell'ambiente",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 80.99,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34020,
            "slug": "vs19_397_082",
            "identifier": "vs19_397_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_082/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/2119/16 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/2119/16 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/16 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/16 FRATOIANNI NICOLA (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": 23,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 33981,
            "slug": "vs19_397_032",
            "identifier": "vs19_397_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_032/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 5.1 PICCOLOTTI ELISABETTA (AVS) e 5.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 5.1 DDL n. 2119",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2119",
            "description_title": "Identici emendamenti 5.1 PICCOLOTTI ELISABETTA (AVS) e 5.2 MANZI IRENE (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": 29,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 33985,
            "slug": "vs19_397_042",
            "identifier": "vs19_397_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_042/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 6.05 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 6.05 DDL n. 2119",
            "original_title": "Votazione Emendamento 6.05 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 6.05 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 33990,
            "slug": "vs19_397_059",
            "identifier": "vs19_397_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_059/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 10.13 CASO ANTONIO (M5S) - Votazione Emendamento 10.13 DDL n. 2119",
            "original_title": "Votazione Emendamento 10.13 DDL n. 2119",
            "description_title": "Emendamento 10.13 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": 27,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 33992,
            "slug": "vs19_397_060",
            "identifier": "vs19_397_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_060/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 10.14 CASO ANTONIO (M5S) - Votazione Emendamento 10.14 DDL n. 2119",
            "original_title": "Votazione Emendamento 10.14 DDL n. 2119",
            "description_title": "Emendamento 10.14 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": 29,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38620,
            "slug": "vs19_486_003",
            "identifier": "vs19_486_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_003/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2355/3 - Votazione Ordine del giorno 9/2355/3 ",
            "original_title": "Votazione Ordine del giorno 9/2355/3 ",
            "description_title": "ODG 9/2355/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 68.72,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 38622,
            "slug": "vs19_486_005",
            "identifier": "vs19_486_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_005/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2355/5 - Votazione Ordine del giorno 9/2355/5 ",
            "original_title": "Votazione Ordine del giorno 9/2355/5 ",
            "description_title": "ODG 9/2355/5",
            "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": 67.49,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 38623,
            "slug": "vs19_486_006",
            "identifier": "vs19_486_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_006/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 6,
            "title": "ODG 9/2355/6 - Votazione Ordine del giorno 9/2355/6 ",
            "original_title": "Votazione Ordine del giorno 9/2355/6 ",
            "description_title": "ODG 9/2355/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 67.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 38635,
            "slug": "vs19_486_018",
            "identifier": "vs19_486_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_018/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2355/18 - Votazione Ordine del giorno 9/2355/18 ",
            "original_title": "Votazione Ordine del giorno 9/2355/18 ",
            "description_title": "ODG 9/2355/18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38636,
            "slug": "vs19_486_019",
            "identifier": "vs19_486_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_019/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2355/19 - Votazione Ordine del giorno 9/2355/19 ",
            "original_title": "Votazione Ordine del giorno 9/2355/19 ",
            "description_title": "ODG 9/2355/19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38633,
            "slug": "vs19_486_016",
            "identifier": "vs19_486_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_486_016/?format=api",
            "sitting": {
                "id": 1999,
                "date": "2025-05-27",
                "number": 486,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2355/16 - Votazione Ordine del giorno 9/2355/16 ",
            "original_title": "Votazione Ordine del giorno 9/2355/16 ",
            "description_title": "ODG 9/2355/16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 68.72,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 39855,
            "slug": "vs19_515_014",
            "identifier": "vs19_515_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_014/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 14,
            "title": "ART AGG 1.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 39877,
            "slug": "vs19_515_036",
            "identifier": "vs19_515_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_036/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 36,
            "title": "ART AGG 8.022, 8.024 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.022, 8.024",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 39887,
            "slug": "vs19_515_046",
            "identifier": "vs19_515_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_046/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 46,
            "title": "EM 12-TER.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12-TER.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39895,
            "slug": "vs19_515_054",
            "identifier": "vs19_515_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_054/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 54,
            "title": "ODG 9/2460-A/21 - Votazione Ordine del giorno 9/2460-A/21 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/21 ",
            "description_title": "ODG 9/2460-A/21",
            "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": 20,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 39841,
            "slug": "vs19_515_059",
            "identifier": "vs19_515_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_059/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 59,
            "title": "Conversione decreto fiscale",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2460-A - VOTO FINALE",
            "public_title": "Conversione decreto fiscale",
            "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": 29,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 39892,
            "slug": "vs19_515_051",
            "identifier": "vs19_515_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_051/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 51,
            "title": "ODG 9/2460-A/16 - Votazione Ordine del giorno 9/2460-A/16 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/16 ",
            "description_title": "ODG 9/2460-A/16",
            "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": 56.56,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 39862,
            "slug": "vs19_515_021",
            "identifier": "vs19_515_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_021/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 21,
            "title": "ART AGG 1.01002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 39868,
            "slug": "vs19_515_027",
            "identifier": "vs19_515_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_027/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 27,
            "title": "EM 2.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39870,
            "slug": "vs19_515_029",
            "identifier": "vs19_515_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_029/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 29,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39871,
            "slug": "vs19_515_030",
            "identifier": "vs19_515_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_030/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 6-BIS.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6-BIS.1000",
            "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": 26,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39886,
            "slug": "vs19_515_045",
            "identifier": "vs19_515_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_045/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 12-TER.1001, 12-TER.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12-TER.1001, 12-TER.1002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 39852,
            "slug": "vs19_515_011",
            "identifier": "vs19_515_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_011/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 1.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 39844,
            "slug": "vs19_515_003",
            "identifier": "vs19_515_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_003/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39845,
            "slug": "vs19_515_004",
            "identifier": "vs19_515_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_004/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39854,
            "slug": "vs19_515_013",
            "identifier": "vs19_515_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_013/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 13,
            "title": "ART AGG 1.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39856,
            "slug": "vs19_515_015",
            "identifier": "vs19_515_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_015/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 15,
            "title": "ART AGG 1.08 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.08",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 39859,
            "slug": "vs19_515_018",
            "identifier": "vs19_515_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_018/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 18,
            "title": "ART AGG 1.025 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.025",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39860,
            "slug": "vs19_515_019",
            "identifier": "vs19_515_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_019/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 19,
            "title": "ART AGG 1.01003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39874,
            "slug": "vs19_515_033",
            "identifier": "vs19_515_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_033/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 33,
            "title": "ART AGG 8.05, 8.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.05, 8.06",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 39875,
            "slug": "vs19_515_034",
            "identifier": "vs19_515_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_034/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 34,
            "title": "ART AGG 8.016, 8.014 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.016, 8.014",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 39878,
            "slug": "vs19_515_037",
            "identifier": "vs19_515_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_037/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 37,
            "title": "ART AGG 8.026 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.026",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 39879,
            "slug": "vs19_515_038",
            "identifier": "vs19_515_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_038/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 38,
            "title": "ART AGG 8.027 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.027",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 39893,
            "slug": "vs19_515_052",
            "identifier": "vs19_515_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_052/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 52,
            "title": "ODG 9/2460-A/17 - Votazione Ordine del giorno 9/2460-A/17 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/17 ",
            "description_title": "ODG 9/2460-A/17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 58.6
        }
    ]
}