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

{
    "count": 22091,
    "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=102",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=100",
    "results": [
        {
            "id": 34412,
            "slug": "19-253-7",
            "identifier": "19-253-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-7/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 7,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 28.9, Martella e altri",
            "original_title": "Em. 28.9, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 34352,
            "slug": "19-253-67",
            "identifier": "19-253-67",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-67/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 67,
            "title": "Legge annuale per il mercato e la concorrenza 2023",
            "original_title": "Votazione finale",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": "Legge annuale per il mercato e la concorrenza 2023",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 64.41,
            "minority_cohesion_rate": 47.62
        },
        {
            "id": 34354,
            "slug": "19-253-61",
            "identifier": "19-253-61",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-61/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 61,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 38",
            "original_title": "Articolo 38",
            "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": 10,
            "majority_cohesion_rate": 64.41,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34364,
            "slug": "19-253-51",
            "identifier": "19-253-51",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-51/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 51,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 36.3 (testo 2), Pirro",
            "original_title": "Em. 36.3 (testo 2), Pirro",
            "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": 11,
            "majority_cohesion_rate": 61.02,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34363,
            "slug": "19-253-52",
            "identifier": "19-253-52",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-52/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 52,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 36.4 (testo 2), Pirro",
            "original_title": "Em. 36.4 (testo 2), Pirro",
            "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": 11,
            "majority_cohesion_rate": 63.56,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34362,
            "slug": "19-253-53",
            "identifier": "19-253-53",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-53/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 53,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 36.5, Pirro",
            "original_title": "Em. 36.5, Pirro",
            "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": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34374,
            "slug": "19-253-40",
            "identifier": "19-253-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-40/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 40,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.4, Martella e altri",
            "original_title": "Em. 35.0.4, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34373,
            "slug": "19-253-41",
            "identifier": "19-253-41",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-41/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 41,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.8, Martella e altri",
            "original_title": "Em. 35.0.8, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 61.02,
            "minority_cohesion_rate": 61.9
        },
        {
            "id": 34388,
            "slug": "19-253-65",
            "identifier": "19-253-65",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-65/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 65,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 39",
            "original_title": "Articolo 39",
            "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": 67.8,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34390,
            "slug": "19-253-29",
            "identifier": "19-253-29",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-29/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 29,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.6, Martella e altri",
            "original_title": "Em. 35.6, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34384,
            "slug": "19-253-30",
            "identifier": "19-253-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-30/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 30,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.7, Martella e altri",
            "original_title": "Em. 35.7, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34387,
            "slug": "19-253-47",
            "identifier": "19-253-47",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-47/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 47,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.14, Martella e altri",
            "original_title": "Em. 35.0.14, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 61.02,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34398,
            "slug": "19-253-21",
            "identifier": "19-253-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-21/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 21,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 33.3, Basso e Nicita",
            "original_title": "Em. 33.3, Basso e Nicita",
            "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": 11,
            "majority_cohesion_rate": 61.02,
            "minority_cohesion_rate": 60.71
        },
        {
            "id": 34396,
            "slug": "19-253-23",
            "identifier": "19-253-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-23/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 23,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 34",
            "original_title": "Articolo 34",
            "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": 9,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34394,
            "slug": "19-253-25",
            "identifier": "19-253-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-25/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 25,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.2, Martella e altri",
            "original_title": "Em. 35.2, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34392,
            "slug": "19-253-27",
            "identifier": "19-253-27",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-27/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 27,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.4, Martella e altri",
            "original_title": "Em. 35.4, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34414,
            "slug": "19-253-5",
            "identifier": "19-253-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-5/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 5,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 28.7, Sabrina Licheri e Naturale",
            "original_title": "Em. 28.7, Sabrina Licheri e Naturale",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 34389,
            "slug": "19-253-63",
            "identifier": "19-253-63",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-63/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 63,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 38.0.2, Nicita",
            "original_title": "Em. 38.0.2, Nicita",
            "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": 13,
            "majority_cohesion_rate": 65.25,
            "minority_cohesion_rate": 63.1
        },
        {
            "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": 34386,
            "slug": "19-253-64",
            "identifier": "19-253-64",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-64/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 64,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 38.0.3, Paita e Fregolent",
            "original_title": "Em. 38.0.3, Paita e Fregolent",
            "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": 16,
            "majority_cohesion_rate": 67.8,
            "minority_cohesion_rate": 59.52
        },
        {
            "id": 34353,
            "slug": "19-253-62",
            "identifier": "19-253-62",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-62/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 62,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 38.0.1, Nicita",
            "original_title": "Em. 38.0.1, Nicita",
            "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": 64.41,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34371,
            "slug": "19-253-43",
            "identifier": "19-253-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-43/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 43,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.7, Martella e altri",
            "original_title": "Em. 35.0.7, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 61.86,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34378,
            "slug": "19-253-36",
            "identifier": "19-253-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-36/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 36,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 35",
            "original_title": "Articolo 35",
            "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": 13,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 60.71
        },
        {
            "id": 34381,
            "slug": "19-253-33",
            "identifier": "19-253-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-33/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 33,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.10, Martella e altri",
            "original_title": "Em. 35.10, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34393,
            "slug": "19-253-26",
            "identifier": "19-253-26",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-26/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 26,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.3, Martella e altri",
            "original_title": "Em. 35.3, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 61.9
        },
        {
            "id": 34383,
            "slug": "19-253-31",
            "identifier": "19-253-31",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-31/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 31,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.8, Martella e altri",
            "original_title": "Em. 35.8, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34382,
            "slug": "19-253-32",
            "identifier": "19-253-32",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-32/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 32,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.9, Martella e altri",
            "original_title": "Em. 35.9, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34200,
            "slug": "vs19_397_009",
            "identifier": "vs19_397_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_009/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.11 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 1.11 DDL n. 2119",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2119",
            "description_title": "Emendamento 1.11 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 64.97
        },
        {
            "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
        },
        {
            "id": 33998,
            "slug": "vs19_397_069",
            "identifier": "vs19_397_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_069/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo aggiuntivo 11.03 CASO ANTONIO (M5S) - Votazione Emendamento 11.03 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.03 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 11.03 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.15
        },
        {
            "id": 34046,
            "slug": "vs19_397_066",
            "identifier": "vs19_397_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_066/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 11.103 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 11.103 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.103 DDL n. 2119",
            "description_title": "Emendamento 11.103 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 34220,
            "slug": "vs19_397_026",
            "identifier": "vs19_397_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_026/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 4.5 CASO ANTONIO (M5S) - Votazione Emendamento 4.5 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.5 DDL n. 2119",
            "description_title": "Emendamento 4.5 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 34228,
            "slug": "vs19_397_025",
            "identifier": "vs19_397_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_025/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 4.2 CASO ANTONIO (M5S) - Votazione Emendamento 4.2 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.2 DDL n. 2119",
            "description_title": "Emendamento 4.2 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": 6,
            "n_margin": 27,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 34209,
            "slug": "vs19_397_021",
            "identifier": "vs19_397_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_021/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.100 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 3.100 DDL n. 2119",
            "original_title": "Votazione Emendamento 3.100 DDL n. 2119",
            "description_title": "Emendamento 3.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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 34187,
            "slug": "vs19_397_019",
            "identifier": "vs19_397_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_019/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2-bis.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2-bis.500, DDL n. 2119",
            "original_title": "Votazione Emendamento 2-bis.500, DDL n. 2119",
            "description_title": "Emendamento 2-bis.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 135,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34202,
            "slug": "vs19_397_018",
            "identifier": "vs19_397_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_018/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 2.02 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 2.02 DDL n. 2119",
            "original_title": "Votazione Emendamento 2.02 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 2.02 GUERRA MARIA CECILIA (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": 26,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34173,
            "slug": "vs19_397_016",
            "identifier": "vs19_397_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_016/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.14 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.14 DDL n. 2119",
            "original_title": "Votazione Emendamento 2.14 DDL n. 2119",
            "description_title": "Emendamento 2.14 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 66.53,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34033,
            "slug": "vs19_397_097",
            "identifier": "vs19_397_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_097/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 97,
            "title": "Ordine del giorno n. 9/2119/36, nel testo riformulato, GRIPPO VALENTINA (APERRE) - Votazione Ordine del giorno 9/2119/36, DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/36, DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/36, nel testo riformulato, GRIPPO VALENTINA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 103,
            "majority_cohesion_rate": 51.65,
            "minority_cohesion_rate": 52.23
        },
        {
            "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": 33997,
            "slug": "vs19_397_050",
            "identifier": "vs19_397_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_050/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 9.0100 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 9.0100 DDL n. 2119",
            "original_title": "Votazione Emendamento 9.0100 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 9.0100 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": 31,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34178,
            "slug": "vs19_397_023",
            "identifier": "vs19_397_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_023/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.3 CASO ANTONIO (M5S) - Votazione Emendamento 4.3 DDL n. 2119",
            "original_title": "Votazione Emendamento 4.3 DDL n. 2119",
            "description_title": "Emendamento 4.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": 24,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34037,
            "slug": "vs19_397_076",
            "identifier": "vs19_397_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_076/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/2119/10 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/2119/10 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/10 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/10 APPENDINO CHIARA (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": 57.02,
            "minority_cohesion_rate": 49.68
        },
        {
            "id": 34351,
            "slug": "vs19_397_102",
            "identifier": "vs19_397_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_102/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 102,
            "title": "Conversione decreto Pnrr quinquies",
            "original_title": "Votazione finale DDL n. 2119",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 28 ottobre 2024, n. 160, recante disposizioni urgenti in materia di lavoro, università, ricerca e istruzione per una migliore attuazione del Piano nazionale di ripresa e resilienza (DDL 2119)",
            "public_title": "Conversione decreto Pnrr quinquies",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 69,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 34.39
        },
        {
            "id": 34034,
            "slug": "vs19_397_035",
            "identifier": "vs19_397_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_035/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 6.1 CASO ANTONIO (M5S) - Votazione Emendamento 6.1 DDL n. 2119",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2119",
            "description_title": "Emendamento 6.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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34024,
            "slug": "vs19_397_062",
            "identifier": "vs19_397_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_062/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 11.102 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 11.102 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.102 DDL n. 2119",
            "description_title": "Emendamento 11.102 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": 29,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34005,
            "slug": "vs19_397_073",
            "identifier": "vs19_397_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_073/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/2119/4 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/2119/4 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/4 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/4 QUARTAPELLE PROCOPIO LIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 34014,
            "slug": "vs19_397_068",
            "identifier": "vs19_397_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_068/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 68,
            "title": "Articolo aggiuntivo 11.01 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 11.01 DDL n. 2119",
            "original_title": "Votazione Emendamento 11.01 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 11.01 ORRICO ANNA LAURA (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": 67.77,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 33987,
            "slug": "vs19_397_079",
            "identifier": "vs19_397_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_079/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/2119/13, come riformulato dal Governo, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/2119/13, DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/13, DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/13, come riformulato dal Governo, RICCIARDI TONI (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": 108,
            "majority_cohesion_rate": 52.89,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 34242,
            "slug": "vs19_397_014",
            "identifier": "vs19_397_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_014/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 1.04 GRIBAUDO CHIARA (PD-IDP) - Votazione Emendamento 1.04 DDL n. 2119",
            "original_title": "Votazione Emendamento 1.04 DDL n. 2119",
            "description_title": "Articolo aggiuntivo 1.04 GRIBAUDO CHIARA (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": 28,
            "majority_cohesion_rate": 65.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34234,
            "slug": "vs19_397_004",
            "identifier": "vs19_397_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_004/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.6 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 1.6 DDL n. 2119",
            "original_title": "Votazione Emendamento 1.6 DDL n. 2119",
            "description_title": "Emendamento 1.6 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 64.33
        }
    ]
}