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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=220",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=218",
    "results": [
        {
            "id": 29757,
            "slug": "vs19_261_070",
            "identifier": "vs19_261_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_070/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 70,
            "title": "Articolo aggiuntivo 10.024 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.024 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.024 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 10.024 TRAVERSI ROBERTO (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": 20,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29755,
            "slug": "vs19_261_068",
            "identifier": "vs19_261_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_068/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 68,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1435",
            "original_title": "Votazione Articolo 10 DDL n. 1435",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29754,
            "slug": "vs19_261_067",
            "identifier": "vs19_261_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_067/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 10.46 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 10.46 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.46 DDL n. 1435",
            "description_title": "Emendamento 10.46 PASTORINO LUCA (M-+EUR)",
            "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": 15,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29737,
            "slug": "vs19_261_049",
            "identifier": "vs19_261_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_049/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo aggiuntivo 7.026 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 7.026 DDL n. 1435",
            "original_title": "Votazione Emendamento 7.026 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 7.026 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 91,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 29753,
            "slug": "vs19_261_066",
            "identifier": "vs19_261_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_066/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 10.43 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 10.43 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.43 DDL n. 1435",
            "description_title": "Emendamento 10.43 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29752,
            "slug": "vs19_261_065",
            "identifier": "vs19_261_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_065/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 65,
            "title": "Identici emendamenti 10.40 GADDA MARIA CHIARA (IVICRE) e 10.41 CASU ANDREA (PD-IDP) - Votazione Emendamento 10.40 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.40 DDL n. 1435",
            "description_title": "Identici emendamenti 10.40 GADDA MARIA CHIARA (IVICRE) e 10.41 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29739,
            "slug": "vs19_261_051",
            "identifier": "vs19_261_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_051/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 8.1002 CASU ANDREA (PD-IDP) - Votazione Emendamento 8.1002 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.1002 DDL n. 1435",
            "description_title": "Emendamento 8.1002 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29738,
            "slug": "vs19_261_050",
            "identifier": "vs19_261_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_050/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 8.500 della Commissione - Votazione Emendamento 8.500 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.500 DDL n. 1435",
            "description_title": "Emendamento 8.500 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29736,
            "slug": "vs19_261_048",
            "identifier": "vs19_261_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_048/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 7.024 CAROTENUTO DARIO (M5S) - Votazione Emendamento 7.024 DDL n. 1435",
            "original_title": "Votazione Emendamento 7.024 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 7.024 CAROTENUTO DARIO (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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29735,
            "slug": "vs19_261_047",
            "identifier": "vs19_261_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_047/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1435",
            "original_title": "Votazione Articolo 7 DDL n. 1435",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29713,
            "slug": "vs19_261_025",
            "identifier": "vs19_261_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_025/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1435",
            "original_title": "Votazione Articolo 2 DDL n. 1435",
            "description_title": "Articolo 2",
            "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": 125,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29712,
            "slug": "vs19_261_024",
            "identifier": "vs19_261_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_024/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.1001 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.1001 DDL n. 1435",
            "original_title": "Votazione Emendamento 2.1001 DDL n. 1435",
            "description_title": "Emendamento 2.1001 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 44,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29828,
            "slug": "vs19_261_014",
            "identifier": "vs19_261_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_014/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1759/23, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1759/23, DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/23, DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/23, nel testo riformulato, 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": "Approvata",
            "n_rebels": 3,
            "n_margin": 129,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 29827,
            "slug": "vs19_261_013",
            "identifier": "vs19_261_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_013/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1759/22 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1759/22 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/22 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/22 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 120,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29826,
            "slug": "vs19_261_012",
            "identifier": "vs19_261_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_012/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1759/19 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1759/19 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/19 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/19 GHIRRA FRANCESCA (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": 5,
            "n_margin": 124,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 29825,
            "slug": "vs19_261_011",
            "identifier": "vs19_261_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_011/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1759/18 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1759/18 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/18 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/18 GRIMALDI MARCO (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": 17,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29822,
            "slug": "vs19_261_008",
            "identifier": "vs19_261_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_008/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1759/14 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1759/14 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/14 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/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": 14,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29821,
            "slug": "vs19_261_007",
            "identifier": "vs19_261_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_007/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1759/13 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1759/13 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/13 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/13 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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29837,
            "slug": "vs19_261_131",
            "identifier": "vs19_261_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_131/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 131,
            "title": "Articolo aggiuntivo 16.03 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 16.03 DDL n. 1435",
            "original_title": "Votazione Emendamento 16.03 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 16.03 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29836,
            "slug": "vs19_261_130",
            "identifier": "vs19_261_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_130/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 130,
            "title": "Articolo aggiuntivo 16.01002 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 16.01002 DDL n. 1435",
            "original_title": "Votazione Emendamento 16.01002 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 16.01002 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29835,
            "slug": "vs19_261_129",
            "identifier": "vs19_261_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_129/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 129,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1435",
            "original_title": "Votazione Articolo 16 DDL n. 1435",
            "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": 16,
            "n_margin": 106,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 29801,
            "slug": "vs19_261_114",
            "identifier": "vs19_261_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_114/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 114,
            "title": "Emendamento 15.1001 COSTA SERGIO (M5S) - Votazione Emendamento 15.1001 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1001 DDL n. 1435",
            "description_title": "Emendamento 15.1001 COSTA SERGIO (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": 23,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29800,
            "slug": "vs19_261_113",
            "identifier": "vs19_261_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_113/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 113,
            "title": "Emendamento 15.98 COSTA SERGIO (M5S) - Votazione Emendamento 15.98 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.98 DDL n. 1435",
            "description_title": "Emendamento 15.98 COSTA SERGIO (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": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29799,
            "slug": "vs19_261_112",
            "identifier": "vs19_261_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_112/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 112,
            "title": "Emendamento 15.95 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.95 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.95 DDL n. 1435",
            "description_title": "Emendamento 15.95 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29797,
            "slug": "vs19_261_110",
            "identifier": "vs19_261_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_110/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 110,
            "title": "Emendamento 15.92 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 15.92 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.92 DDL n. 1435",
            "description_title": "Emendamento 15.92 PASTORINO LUCA (M-+EUR)",
            "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": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29796,
            "slug": "vs19_261_109",
            "identifier": "vs19_261_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_109/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 15.87 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.87 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.87 DDL n. 1435",
            "description_title": "Emendamento 15.87 PASTORELLA GIULIA (APERRE)",
            "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": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29795,
            "slug": "vs19_261_108",
            "identifier": "vs19_261_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_108/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 108,
            "title": "Emendamento 15.80 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.80 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.80 DDL n. 1435",
            "description_title": "Emendamento 15.80 TRAVERSI ROBERTO (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": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29794,
            "slug": "vs19_261_107",
            "identifier": "vs19_261_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_107/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 107,
            "title": "Emendamento 15.66 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.66 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.66 DDL n. 1435",
            "description_title": "Emendamento 15.66 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29792,
            "slug": "vs19_261_105",
            "identifier": "vs19_261_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_105/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 105,
            "title": "Emendamento 15.54 COSTA SERGIO (M5S) - Votazione Emendamento 15.54 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.54 DDL n. 1435",
            "description_title": "Emendamento 15.54 COSTA SERGIO (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": 18,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29791,
            "slug": "vs19_261_104",
            "identifier": "vs19_261_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_104/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 15.52 GHIO VALENTINA (PD-IDP) - Votazione Emendamento 15.52 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.52 DDL n. 1435",
            "description_title": "Emendamento 15.52 GHIO VALENTINA (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": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29786,
            "slug": "vs19_261_099",
            "identifier": "vs19_261_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_099/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 99,
            "title": "Emendamento 15.27 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.27 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.27 DDL n. 1435",
            "description_title": "Emendamento 15.27 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29785,
            "slug": "vs19_261_098",
            "identifier": "vs19_261_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_098/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 98,
            "title": "Emendamento 15.23 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 15.23 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.23 DDL n. 1435",
            "description_title": "Emendamento 15.23 PASTORINO LUCA (M-+EUR)",
            "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": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29784,
            "slug": "vs19_261_097",
            "identifier": "vs19_261_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_097/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 15.21 GHIO VALENTINA (PD-IDP) - Votazione Emendamento 15.21 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.21 DDL n. 1435",
            "description_title": "Emendamento 15.21 GHIO VALENTINA (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": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29783,
            "slug": "vs19_261_096",
            "identifier": "vs19_261_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_096/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 15.17 COSTA SERGIO (M5S) - Votazione Emendamento 15.17 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.17 DDL n. 1435",
            "description_title": "Emendamento 15.17 COSTA SERGIO (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": 24,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29782,
            "slug": "vs19_261_095",
            "identifier": "vs19_261_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_095/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 15.16 COSTA SERGIO (M5S) - Votazione Emendamento 15.16 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.16 DDL n. 1435",
            "description_title": "Emendamento 15.16 COSTA SERGIO (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": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29711,
            "slug": "vs19_261_023",
            "identifier": "vs19_261_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_023/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1435",
            "original_title": "Votazione Articolo 1 DDL n. 1435",
            "description_title": "Articolo 1",
            "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": 18,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29824,
            "slug": "vs19_261_010",
            "identifier": "vs19_261_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_010/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1759/17 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1759/17 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/17 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/17 PICCOLOTTI ELISABETTA (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": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29823,
            "slug": "vs19_261_009",
            "identifier": "vs19_261_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_009/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1759/15 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1759/15 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/15 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/15 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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29790,
            "slug": "vs19_261_103",
            "identifier": "vs19_261_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_103/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 15.50 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.50 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.50 DDL n. 1435",
            "description_title": "Emendamento 15.50 PASTORELLA GIULIA (APERRE)",
            "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": 61.18,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29788,
            "slug": "vs19_261_101",
            "identifier": "vs19_261_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_101/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 101,
            "title": "Emendamento 15.30 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.30 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.30 DDL n. 1435",
            "description_title": "Emendamento 15.30 PASTORELLA GIULIA (APERRE)",
            "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": 15,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29787,
            "slug": "vs19_261_100",
            "identifier": "vs19_261_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_100/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 100,
            "title": "Identici emendamenti 15.28 GHIO VALENTINA (PD-IDP) e 15.29 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.28 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.28 DDL n. 1435",
            "description_title": "Identici emendamenti 15.28 GHIO VALENTINA (PD-IDP) e 15.29 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29766,
            "slug": "vs19_261_079",
            "identifier": "vs19_261_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_079/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 79,
            "title": "Identici emendamenti 14.5 IARIA ANTONINO (M5S), 14.6 GHIRRA FRANCESCA (AVS), 14.7 PASTORELLA GIULIA (APERRE) e 14.8 GRUPPIONI NAIKE (IVICRE) - Votazione Emendamento 14.5 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.5 DDL n. 1435",
            "description_title": "Identici emendamenti 14.5 IARIA ANTONINO (M5S), 14.6 GHIRRA FRANCESCA (AVS), 14.7 PASTORELLA GIULIA (APERRE) e 14.8 GRUPPIONI NAIKE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29756,
            "slug": "vs19_261_069",
            "identifier": "vs19_261_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_069/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo aggiuntivo 10.011 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.011 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.011 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 10.011 TRAVERSI ROBERTO (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": 8,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29830,
            "slug": "vs19_261_016",
            "identifier": "vs19_261_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_016/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1759/25 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1759/25 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/25 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/25 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29812,
            "slug": "vs19_261_125",
            "identifier": "vs19_261_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_125/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 125,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1435",
            "original_title": "Votazione Articolo 15 DDL n. 1435",
            "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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29834,
            "slug": "vs19_261_128",
            "identifier": "vs19_261_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_128/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo aggiuntivo 15.017 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 15.017 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.017 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.017 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 29813,
            "slug": "vs19_261_126",
            "identifier": "vs19_261_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_126/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 126,
            "title": "Articolo aggiuntivo 15.03 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.03 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.03 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.03 PASTORELLA GIULIA (APERRE)",
            "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": 19,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29820,
            "slug": "vs19_261_006",
            "identifier": "vs19_261_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_006/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29818,
            "slug": "vs19_261_004",
            "identifier": "vs19_261_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_004/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (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": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29817,
            "slug": "vs19_261_003",
            "identifier": "vs19_261_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_003/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1759/9 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1759/9 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/9 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/9 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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        }
    ]
}