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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=232",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=230",
    "results": [
        {
            "id": 33881,
            "slug": "19-252-155",
            "identifier": "19-252-155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-155/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 155,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Emm. 15.0.1, 15.0.2 e 15.0.3",
            "original_title": "Emm. 15.0.1, 15.0.2 e 15.0.3",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 11,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 33779,
            "slug": "19-252-183",
            "identifier": "19-252-183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-183/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 183,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 23",
            "original_title": "Articolo 23",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33756,
            "slug": "19-252-223",
            "identifier": "19-252-223",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-223/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 223,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 26.9, Aurora Floridia e altri",
            "original_title": "Em. 26.9, Aurora Floridia e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33753,
            "slug": "19-252-226",
            "identifier": "19-252-226",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-226/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 226,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 26.12, Franceschelli e altri",
            "original_title": "Em. 26.12, Franceschelli e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33884,
            "slug": "19-252-152",
            "identifier": "19-252-152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-152/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 152,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 14.1, Irto e altri",
            "original_title": "Em. 14.1, Irto e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 33776,
            "slug": "19-252-186",
            "identifier": "19-252-186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-186/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 186,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 24.2, Aurora Floridia e altri",
            "original_title": "Em. 24.2, Aurora Floridia e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 33761,
            "slug": "19-252-218",
            "identifier": "19-252-218",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-218/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 218,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 26.3, Aurora Floridia e altri",
            "original_title": "Em. 26.3, Aurora Floridia e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33902,
            "slug": "19-252-129",
            "identifier": "19-252-129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-129/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 129,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 7",
            "original_title": "Articolo 7",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 10,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 33973,
            "slug": "19-252-141",
            "identifier": "19-252-141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-141/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 141,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 11.1, Irto e altri",
            "original_title": "Em. 11.1, Irto e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33895,
            "slug": "19-252-136",
            "identifier": "19-252-136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-136/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 136,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 9",
            "original_title": "Articolo 9",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 12,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33887,
            "slug": "19-252-149",
            "identifier": "19-252-149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-149/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 149,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Emm. 13.1 e 13.2",
            "original_title": "Emm. 13.1 e 13.2",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 70.24
        },
        {
            "id": 33863,
            "slug": "19-252-200",
            "identifier": "19-252-200",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-200/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 200,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 25.19, Nave e altri",
            "original_title": "Em. 25.19, Nave e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 33774,
            "slug": "19-252-188",
            "identifier": "19-252-188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-188/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 188,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 24.0.1, Lorefice",
            "original_title": "Em. 24.0.1, Lorefice",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33751,
            "slug": "19-252-229",
            "identifier": "19-252-229",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-229/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 229,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 26.0.1, Nicita e Basso",
            "original_title": "Em. 26.0.1, Nicita e Basso",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34385,
            "slug": "19-253-66",
            "identifier": "19-253-66",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-66/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 66,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 40",
            "original_title": "Articolo 40",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 31793,
            "slug": "vs19_345_013",
            "identifier": "vs19_345_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_013/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 15.1008 DORI DEVIS (AVS) - Votazione Emendamento 15.1008 DDL n. 1660",
            "original_title": "Votazione Emendamento 15.1008 DDL n. 1660",
            "description_title": "Emendamento 15.1008 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": 25,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 69.38
        },
        {
            "id": 31786,
            "slug": "vs19_344_090",
            "identifier": "vs19_344_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_090/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 90,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1660",
            "original_title": "Votazione Articolo 14 DDL n. 1660",
            "description_title": "Articolo 14",
            "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": 18,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 74.38
        },
        {
            "id": 32032,
            "slug": "vs19_345_070",
            "identifier": "vs19_345_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_070/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 18.1026 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 18.1026 DDL n. 1660",
            "original_title": "Votazione Emendamento 18.1026 DDL n. 1660",
            "description_title": "Emendamento 18.1026 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 63.75
        },
        {
            "id": 31858,
            "slug": "vs19_344_080",
            "identifier": "vs19_344_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_080/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 80,
            "title": "Articolo 12 (Mantenimento) - Votazione Articolo 12 DDL n. 1660",
            "original_title": "Votazione Articolo 12 DDL n. 1660",
            "description_title": "Articolo 12 (Mantenimento)",
            "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": 27,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 69.38
        },
        {
            "id": 31830,
            "slug": "vs19_344_082",
            "identifier": "vs19_344_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_082/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 82,
            "title": "Identici emendamenti 13.3 MAURI MATTEO (PD-IDP) e 13.4 D'ORSO VALENTINA (M5S) - Votazione Emendamento 13.3 DDL n. 1660",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1660",
            "description_title": "Identici emendamenti 13.3 MAURI MATTEO (PD-IDP) e 13.4 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 73.12
        },
        {
            "id": 31728,
            "slug": "vs19_344_001",
            "identifier": "vs19_344_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_001/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1660",
            "original_title": "Votazione Articolo 2 DDL n. 1660",
            "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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 66.25
        },
        {
            "id": 35978,
            "slug": "vs19_422_025",
            "identifier": "vs19_422_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_422_025/?format=api",
            "sitting": {
                "id": 1897,
                "date": "2025-02-05",
                "number": 422,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2183/88 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/2183/88 DDL n. 2183",
            "original_title": "Votazione Ordine del giorno 9/2183/88 DDL n. 2183",
            "description_title": "Ordine del giorno n. 9/2183/88 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34013,
            "slug": "vs19_397_036",
            "identifier": "vs19_397_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_036/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 6.2 BALDINO VITTORIA (M5S) - Votazione Emendamento 6.2 DDL n. 2119",
            "original_title": "Votazione Emendamento 6.2 DDL n. 2119",
            "description_title": "Emendamento 6.2 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35861,
            "slug": "vs19_413_045",
            "identifier": "vs19_413_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_045/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/2196/6 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/2196/6 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/6 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/6 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36336,
            "slug": "vs19_431_055",
            "identifier": "vs19_431_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_055/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/2245/94 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/2245/94 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/94 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/94 RUFFINO DANIELA (APERRE)",
            "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": 31,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 34043,
            "slug": "vs19_397_048",
            "identifier": "vs19_397_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_048/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 9.1 CASO ANTONIO (M5S) - Votazione Emendamento 9.1 DDL n. 2119",
            "original_title": "Votazione Emendamento 9.1 DDL n. 2119",
            "description_title": "Emendamento 9.1 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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36321,
            "slug": "vs19_431_040",
            "identifier": "vs19_431_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_040/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2245/69 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/2245/69 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/69 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/69 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36156,
            "slug": "vs19_427_042",
            "identifier": "vs19_427_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_042/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 42,
            "title": "Mozione n. 1-00395, limitatamente ai capoversi terzo e quarto della premessa, DE LUCA PIERO (PD-IDP) ed altri - Votazione Mozione 1_00395",
            "original_title": "Votazione Mozione 1_00395",
            "description_title": "Mozione n. 1-00395, limitatamente ai capoversi terzo e quarto della premessa, DE LUCA PIERO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 116,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 34007,
            "slug": "vs19_397_047",
            "identifier": "vs19_397_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_047/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 47,
            "title": "Identici emendamenti 8-bis.100 CASO ANTONIO (M5S) e 8-bis.101 MANZI IRENE (PD-IDP) - Votazione Emendamento 8-bis.100 DDL n. 2119",
            "original_title": "Votazione Emendamento 8-bis.100 DDL n. 2119",
            "description_title": "Identici emendamenti 8-bis.100 CASO ANTONIO (M5S) e 8-bis.101 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": 30,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34000,
            "slug": "vs19_397_033",
            "identifier": "vs19_397_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_033/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 5.3 CASO ANTONIO (M5S) - Votazione Emendamento 5.3 DDL n. 2119",
            "original_title": "Votazione Emendamento 5.3 DDL n. 2119",
            "description_title": "Emendamento 5.3 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36299,
            "slug": "vs19_431_018",
            "identifier": "vs19_431_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_018/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2245/46 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2245/46 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/46 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/46 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": 26,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 70.7
        },
        {
            "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": 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": 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": 35690,
            "slug": "vs19_409_010",
            "identifier": "vs19_409_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_010/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.28 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.28 DDL n. 1917",
            "original_title": "Votazione Emendamento 3.28 DDL n. 1917",
            "description_title": "Emendamento 3.28 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 51,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 36138,
            "slug": "vs19_427_024",
            "identifier": "vs19_427_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_024/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 24,
            "title": "Mozione n. 1-00384, limitatamente ai capoversi quinto e decimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00384",
            "original_title": "Votazione Mozione 1_00384",
            "description_title": "Mozione n. 1-00384, limitatamente ai capoversi quinto e decimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 36123,
            "slug": "vs19_427_009",
            "identifier": "vs19_427_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_009/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri - Votazione Mozione 1_00372",
            "original_title": "Votazione Mozione 1_00372",
            "description_title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 35862,
            "slug": "vs19_413_046",
            "identifier": "vs19_413_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_046/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/2196/8 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/2196/8 DDL n. 2196",
            "original_title": "Votazione Ordine del giorno 9/2196/8 DDL n. 2196",
            "description_title": "Ordine del giorno n. 9/2196/8 GHIRRA FRANCESCA (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": 26,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34019,
            "slug": "vs19_397_044",
            "identifier": "vs19_397_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_044/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 8.3 MANZI IRENE (PD-IDP) e 8.9 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 8.3 DDL n. 2119",
            "original_title": "Votazione Emendamento 8.3 DDL n. 2119",
            "description_title": "Identici emendamenti 8.3 MANZI IRENE (PD-IDP) e 8.9 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": 29,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 36147,
            "slug": "vs19_427_033",
            "identifier": "vs19_427_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_033/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 33,
            "title": "Mozione n. 1-00395, limitatamente al capoverso sesto della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri - Votazione Mozione 1_00395",
            "original_title": "Votazione Mozione 1_00395",
            "description_title": "Mozione n. 1-00395, limitatamente al capoverso sesto della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 68,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 36344,
            "slug": "vs19_431_063",
            "identifier": "vs19_431_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_431_063/?format=api",
            "sitting": {
                "id": 1911,
                "date": "2025-02-19",
                "number": 431,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/2245/15 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/2245/15 DDL n. 2245",
            "original_title": "Votazione Ordine del giorno 9/2245/15 DDL n. 2245",
            "description_title": "Ordine del giorno n. 9/2245/15 BRAGA CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 34008,
            "slug": "vs19_397_064",
            "identifier": "vs19_397_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_064/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 11.100 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 11.100 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.100 DDL n. 2119",
            "description_title": "Emendamento 11.100 GRIPPO VALENTINA (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": 27,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 33980,
            "slug": "vs19_397_070",
            "identifier": "vs19_397_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_070/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 70,
            "title": "Articolo aggiuntivo 11.04 CASO ANTONIO (M5S) - Votazione Emendamento 11.04 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.04 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 11.04 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": 28,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34021,
            "slug": "vs19_397_063",
            "identifier": "vs19_397_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_063/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 11.101 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 11.101 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.101 DDL n. 2119",
            "description_title": "Emendamento 11.101 GRIPPO VALENTINA (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": 27,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34009,
            "slug": "vs19_397_058",
            "identifier": "vs19_397_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_058/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 10.12 AMATO GAETANO (M5S) - Votazione Emendamento 10.12 DDL n. 2119",
            "original_title": "Votazione Emendamento 10.12 DDL n. 2119",
            "description_title": "Emendamento 10.12 AMATO GAETANO (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": 29,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 35771,
            "slug": "vs19_409_096",
            "identifier": "vs19_409_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_096/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 8.5 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 8.5 DDL n. 1917",
            "original_title": "Votazione Emendamento 8.5 DDL n. 1917",
            "description_title": "Emendamento 8.5 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34016,
            "slug": "vs19_397_034",
            "identifier": "vs19_397_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_034/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 5.4 CASO ANTONIO (M5S) - Votazione Emendamento 5.4 DDL n. 2119",
            "original_title": "Votazione Emendamento 5.4 DDL n. 2119",
            "description_title": "Emendamento 5.4 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.94,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35680,
            "slug": "vs19_409_092",
            "identifier": "vs19_409_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_409_092/?format=api",
            "sitting": {
                "id": 1877,
                "date": "2025-01-15",
                "number": 409,
                "branch": "C"
            },
            "number": 92,
            "title": "Articolo 7 (Mantenimento) - Votazione Articolo 7 DDL n. 1917",
            "original_title": "Votazione Articolo 7 DDL n. 1917",
            "description_title": "Articolo 7 (Mantenimento)",
            "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": 37,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36169,
            "slug": "vs19_429_006",
            "identifier": "vs19_429_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_006/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2184/16 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/2184/16 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/16 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/16 BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34039,
            "slug": "vs19_397_071",
            "identifier": "vs19_397_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_071/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 71,
            "title": "Articolo aggiuntivo 11.08 CASO ANTONIO (M5S) - Votazione Emendamento 11.08 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.08 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 11.08 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": 28,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 68.79
        }
    ]
}