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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=101",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=99",
    "results": [
        {
            "id": 19378,
            "slug": "19-38-17",
            "identifier": "19-38-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-38-17/?format=api",
            "sitting": {
                "id": 1298,
                "date": "2023-02-15",
                "number": 38,
                "branch": "S"
            },
            "number": 17,
            "title": "d-l 198/2022 - proroga termini legislativi - Em. 2.14, Turco e altri",
            "original_title": "Em. 2.14, Turco e altri",
            "description_title": "d-l 198/2022 - proroga termini legislativi",
            "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": 16,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 23135,
            "slug": "19-96-1",
            "identifier": "19-96-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-1/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 1,
            "title": "Fiducia conversione decreto Pa, sport, giubileo",
            "original_title": "Disegno di legge n.829 Votazione questione di fiducia",
            "description_title": null,
            "public_title": "Fiducia conversione decreto Pa, sport, giubileo",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 88.6,
            "minority_cohesion_rate": 78.16
        },
        {
            "id": 26992,
            "slug": "19-147-258",
            "identifier": "19-147-258",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-258/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 258,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 10.216, Maiorino e altri",
            "original_title": "Em. 10.216, Maiorino e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "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": 16,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 33930,
            "slug": "19-252-68",
            "identifier": "19-252-68",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-68/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 68,
            "title": "Emm. 19.1, 19.2 e 19.3",
            "original_title": "Emm. 19.1, 19.2 e 19.3",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 21568,
            "slug": "19-74-71",
            "identifier": "19-74-71",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-71/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 71,
            "title": "d-l 39/2023 - siccità - ODG G4.1, Damante",
            "original_title": "ODG G4.1, Damante",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33722,
            "slug": "19-246-13",
            "identifier": "19-246-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-246-13/?format=api",
            "sitting": {
                "id": 1837,
                "date": "2024-11-27",
                "number": 246,
                "branch": "S"
            },
            "number": 13,
            "title": "Accesso ai corsi di laurea magistrale in medicina e chirurgia - Accesso ai corsi universitari di area sanitaria - Em. 2.104, Crisanti",
            "original_title": "Em. 2.104, Crisanti",
            "description_title": "Accesso ai corsi di laurea magistrale in medicina e chirurgia - Accesso ai corsi universitari di area sanitaria",
            "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": 16,
            "majority_cohesion_rate": 76.07,
            "minority_cohesion_rate": 70.59
        },
        {
            "id": 23138,
            "slug": "19-96-21",
            "identifier": "19-96-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-21/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 21,
            "title": "Em. 3.16, Guidolin e altri",
            "original_title": "Em. 3.16, Guidolin e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 59.77
        },
        {
            "id": 23159,
            "slug": "19-96-20",
            "identifier": "19-96-20",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-20/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 20,
            "title": "Em. 3.10, Naturale e altri",
            "original_title": "Em. 3.10, Naturale e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 33979,
            "slug": "19-252-70",
            "identifier": "19-252-70",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-70/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 70,
            "title": "Emm. 19.6 e 19.7",
            "original_title": "Emm. 19.6 e 19.7",
            "description_title": null,
            "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": 71.19,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 23150,
            "slug": "19-96-16",
            "identifier": "19-96-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-16/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 16,
            "title": "Em. 2.0.2, Naturale e altri",
            "original_title": "Em. 2.0.2, Naturale e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 60.92
        },
        {
            "id": 28797,
            "slug": "19-166-62",
            "identifier": "19-166-62",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-166-62/?format=api",
            "sitting": {
                "id": 1626,
                "date": "2024-03-05",
                "number": 166,
                "branch": "S"
            },
            "number": 62,
            "title": "D-l 4/2024 - Amministrazione straordinaria delle imprese di carattere strategico - Em. 2-quater.200, Turco e altri",
            "original_title": "Em. 2-quater.200, Turco e altri",
            "description_title": "D-l 4/2024 - Amministrazione straordinaria delle imprese di carattere strategico",
            "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": 16,
            "majority_cohesion_rate": 68.97,
            "minority_cohesion_rate": 65.12
        },
        {
            "id": 18710,
            "slug": "19-29-13",
            "identifier": "19-29-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-29-13/?format=api",
            "sitting": {
                "id": 1275,
                "date": "2023-01-18",
                "number": 29,
                "branch": "S"
            },
            "number": 13,
            "title": "D-l 187/2022 - Settori produttivi strategici - Em. 1.17, Barbara Floridia e altri",
            "original_title": "Em. 1.17, Barbara Floridia e altri",
            "description_title": "D-l 187/2022 - Settori produttivi strategici",
            "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": 16,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 29082,
            "slug": "19-171-17",
            "identifier": "19-171-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-171-17/?format=api",
            "sitting": {
                "id": 1641,
                "date": "2024-03-20",
                "number": 171,
                "branch": "S"
            },
            "number": 17,
            "title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026 - Em. 2.100, Aurora Floridia e altri",
            "original_title": "Em. 2.100, Aurora Floridia e altri",
            "description_title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026",
            "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": 16,
            "majority_cohesion_rate": 72.41,
            "minority_cohesion_rate": 67.44
        },
        {
            "id": 25979,
            "slug": "19-138-63",
            "identifier": "19-138-63",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-63/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 63,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 4.1, Marton e altri",
            "original_title": "Em. 4.1, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 16,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 23114,
            "slug": "19-89-29",
            "identifier": "19-89-29",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-29/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 29,
            "title": "Em. 2.0.100, Mazzella e altri",
            "original_title": "Em. 2.0.100, Mazzella e altri",
            "description_title": null,
            "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": 75.44,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26045,
            "slug": "19-138-16",
            "identifier": "19-138-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-16/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 16,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.13 (1a parte), Aurora Floridia e altri",
            "original_title": "Em. 1.13 (1a parte), Aurora Floridia e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 16,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 27821,
            "slug": "19-157-35",
            "identifier": "19-157-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-157-35/?format=api",
            "sitting": {
                "id": 1605,
                "date": "2024-02-13",
                "number": 157,
                "branch": "S"
            },
            "number": 35,
            "title": "Legge di delegazione europea 2022-2023 - Em. 8.8, Lorefice e Bevilacqua",
            "original_title": "Em. 8.8, Lorefice e Bevilacqua",
            "description_title": "Legge di delegazione europea 2022-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": 7,
            "n_margin": 16,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 25802,
            "slug": "19-134-94",
            "identifier": "19-134-94",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-134-94/?format=api",
            "sitting": {
                "id": 1551,
                "date": "2023-12-07",
                "number": 134,
                "branch": "S"
            },
            "number": 94,
            "title": "Em. 21-ter.0.300 (1a parte), Paita",
            "original_title": "Em. 21-ter.0.300 (1a parte), Paita",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 26010,
            "slug": "19-138-57",
            "identifier": "19-138-57",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-57/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 57,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 3.5, Alfieri e altri",
            "original_title": "Em. 3.5, Alfieri e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 16,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 20473,
            "slug": "19-56-1",
            "identifier": "19-56-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-56-1/?format=api",
            "sitting": {
                "id": 1347,
                "date": "2023-04-13",
                "number": 56,
                "branch": "S"
            },
            "number": 1,
            "title": "Em. 1.1, Manca e altri",
            "original_title": "Em. 1.1, Manca e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25805,
            "slug": "19-134-82",
            "identifier": "19-134-82",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-134-82/?format=api",
            "sitting": {
                "id": 1551,
                "date": "2023-12-07",
                "number": 134,
                "branch": "S"
            },
            "number": 82,
            "title": "Em.17-ter.0.301(parte restante),Lorenzin e altri",
            "original_title": "Em.17-ter.0.301(parte restante),Lorenzin e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 33835,
            "slug": "19-252-21",
            "identifier": "19-252-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-21/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 21,
            "title": "Articolo 5",
            "original_title": "Articolo 5",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 72.88,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 20269,
            "slug": "19-56-102",
            "identifier": "19-56-102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-56-102/?format=api",
            "sitting": {
                "id": 1347,
                "date": "2023-04-13",
                "number": 56,
                "branch": "S"
            },
            "number": 102,
            "title": "Em. 19.3 (1a parte), Manca e altri",
            "original_title": "Em. 19.3 (1a parte), Manca e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 75.65,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 40526,
            "slug": "vs19_544_002",
            "identifier": "vs19_544_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_002/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/505-A/1 - Votazione Ordine del giorno 9/505-A/1 ",
            "original_title": "Votazione Ordine del giorno 9/505-A/1 ",
            "description_title": "ODG 9/505-A/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 35193,
            "slug": "vs19_354_030",
            "identifier": "vs19_354_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_030/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 30,
            "title": "Mozione n. 1-00318 MANZI IRENE (PD-IDP) ed altri",
            "original_title": "Mozione n. 1-00318 MANZI IRENE (PD-IDP) ed altri",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 59.58,
            "minority_cohesion_rate": 70.44
        },
        {
            "id": 39684,
            "slug": "vs19_504_149",
            "identifier": "vs19_504_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_149/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 149,
            "title": "EM 28.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 35192,
            "slug": "vs19_354_029",
            "identifier": "vs19_354_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_029/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 29,
            "title": "Mozione n. 1-00315 CASO ANTONIO (M5S) ed altri",
            "original_title": "Mozione n. 1-00315 CASO ANTONIO (M5S) ed altri",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 58.75,
            "minority_cohesion_rate": 69.81
        },
        {
            "id": 38059,
            "slug": "vs19_475_008",
            "identifier": "vs19_475_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_008/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00429 LUCASELLI YLENJA (FDI), CANDIANI STEFANO (LEGA), PELLA ROBERTO (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M-C) ed altri - Votazione Mozione 1_00429",
            "original_title": "Votazione Mozione 1_00429",
            "description_title": "Mozione n. 1-00429 LUCASELLI YLENJA (FDI), CANDIANI STEFANO (LEGA), PELLA ROBERTO (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M-C) 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": 5,
            "n_margin": 16,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 39377,
            "slug": "vs19_503_042",
            "identifier": "vs19_503_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_042/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 9.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 9.2 DDL n. 2482",
            "original_title": "Votazione Emendamento 9.2 DDL n. 2482",
            "description_title": "Emendamento 9.2 L'ABBATE PATTY (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": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39585,
            "slug": "vs19_504_032",
            "identifier": "vs19_504_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_032/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 10.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 35171,
            "slug": "vs19_354_008",
            "identifier": "vs19_354_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_008/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00314 (Nuova formulazione), limitatamente al capoverso primo, lettera g), della parte dispositiva BAKKALI OUIDAD (PD-IDP), ZANELLA LUANA (AVS), MAGI RICCARDO (M-+EUR) ed altri",
            "original_title": "Mozione n. 1-00314 (Nuova formulazione), limitatamente al capoverso primo, lettera g), della parte dispositiva BAKKALI OUIDAD (PD-IDP), ZANELLA LUANA (AVS), MAGI RICCARDO (M-+EUR) ed altri",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 63.75,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 34531,
            "slug": "vs19_377_066",
            "identifier": "vs19_377_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_066/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 66,
            "title": "Identici emendamenti 11.14 SANTILLO AGOSTINO (M5S) e 11.15 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 11.14 SANTILLO AGOSTINO (M5S) e 11.15 BONELLI ANGELO (AVS)",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 39592,
            "slug": "vs19_504_040",
            "identifier": "vs19_504_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_040/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 11.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 32365,
            "slug": "vs19_357_002",
            "identifier": "vs19_357_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_002/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo aggiuntivo 1.05 (Nuova formulazione) BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.05 DDL n. 1532",
            "original_title": "Votazione Emendamento 1.05 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 1.05 (Nuova formulazione) BARZOTTI 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": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 39629,
            "slug": "vs19_504_082",
            "identifier": "vs19_504_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_082/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 82,
            "title": "ART AGG 15.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 34770,
            "slug": "vs19_353_023",
            "identifier": "vs19_353_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_023/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.39 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.39 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 55.0,
            "minority_cohesion_rate": 64.15
        },
        {
            "id": 39646,
            "slug": "vs19_504_104",
            "identifier": "vs19_504_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_104/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 104,
            "title": "EM 21.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 52.87,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39687,
            "slug": "vs19_504_152",
            "identifier": "vs19_504_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_152/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 152,
            "title": "EM 28.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39587,
            "slug": "vs19_504_034",
            "identifier": "vs19_504_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_034/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 34,
            "title": "EM 10.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 36851,
            "slug": "vs19_440_054",
            "identifier": "vs19_440_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_054/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 13.16 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 13.16 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.16 DDL n. 2026",
            "description_title": "Emendamento 13.16 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39304,
            "slug": "vs19_499_005",
            "identifier": "vs19_499_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_005/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 4.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39496,
            "slug": "vs19_503_164",
            "identifier": "vs19_503_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_164/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 164,
            "title": "EM 4.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 32492,
            "slug": "vs19_359_013",
            "identifier": "vs19_359_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_013/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2066/17 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/2066/17 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/17 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/17 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 39549,
            "slug": "vs19_504_138",
            "identifier": "vs19_504_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_138/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 138,
            "title": "ARTICOLO 26 - Votazione Articolo 26 ",
            "original_title": "Votazione Articolo 26 ",
            "description_title": "ARTICOLO 26",
            "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": 16,
            "majority_cohesion_rate": 50.82,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 33510,
            "slug": "vs19_377_102",
            "identifier": "vs19_377_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_102/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 102,
            "title": "EM 19.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40655,
            "slug": "vs19_551_040",
            "identifier": "vs19_551_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_040/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 40,
            "title": "ODG 9/1521-A/3 - Votazione Ordine del giorno 9/1521-A/3 ",
            "original_title": "Votazione Ordine del giorno 9/1521-A/3 ",
            "description_title": "ODG 9/1521-A/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39313,
            "slug": "vs19_499_024",
            "identifier": "vs19_499_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_024/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 1.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 48.77,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 32402,
            "slug": "vs19_357_034",
            "identifier": "vs19_357_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_034/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1532",
            "original_title": "Votazione Articolo 15 DDL n. 1532",
            "description_title": "Articolo 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 39345,
            "slug": "vs19_503_010",
            "identifier": "vs19_503_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_010/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.1 L'ABBATE PATTY (M5S) - Votazione Emendamento 3.1 DDL n. 2482",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2482",
            "description_title": "Emendamento 3.1 L'ABBATE PATTY (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": 16,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 26213,
            "slug": "vs19_216_143",
            "identifier": "vs19_216_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_143/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 143,
            "title": "Ordine del giorno n. 9/1555/7 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1555/7 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/7 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/7 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 69.14
        }
    ]
}