Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=62
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=-n_rebels&page=63",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=61",
    "results": [
        {
            "id": 35248,
            "slug": "19-254-3",
            "identifier": "19-254-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-3/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 3,
            "title": "Em. 1.3, Tajani e altri",
            "original_title": "Em. 1.3, Tajani 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": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 43.37
        },
        {
            "id": 22123,
            "slug": "vs19_137_146",
            "identifier": "vs19_137_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_146/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 146,
            "title": "Emendamento 7.4 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 7.4 DDL n. 1038",
            "original_title": "Votazione Emendamento 7.4 DDL n. 1038",
            "description_title": "Emendamento 7.4 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": 3,
            "n_margin": 39,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 19701,
            "slug": "vs19_057_032",
            "identifier": "vs19_057_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_032/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/888/70, nel testo riformulato, CARMINA IDA (M5S) - Votazione Ordine del giorno 9/888/70, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/70, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/70, nel testo riformulato, CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 133,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22182,
            "slug": "vs19_137_017",
            "identifier": "vs19_137_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_017/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.29 FENU EMILIANO (M5S) - Votazione Emendamento 2.29 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.29 DDL n. 1038",
            "description_title": "Emendamento 2.29 FENU EMILIANO (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": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 37921,
            "slug": "19-295-67",
            "identifier": "19-295-67",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-295-67/?format=api",
            "sitting": {
                "id": 1970,
                "date": "2025-04-15",
                "number": 295,
                "branch": "S"
            },
            "number": 67,
            "title": "Prestazioni sanitarie - Articolo 10-bis",
            "original_title": "Articolo 10-bis",
            "description_title": "Prestazioni sanitarie",
            "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": 55,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 44.58
        },
        {
            "id": 32993,
            "slug": "19-236-91",
            "identifier": "19-236-91",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-91/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 91,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 11.151, Enrico Borghi e Musolino",
            "original_title": "Em. 11.151, Enrico Borghi e Musolino",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "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": 25,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 38.37
        },
        {
            "id": 22118,
            "slug": "vs19_137_166",
            "identifier": "vs19_137_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_166/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 166,
            "title": "Articolo aggiuntivo 8.03 FENU EMILIANO (M5S) - Votazione Emendamento 8.03 DDL n. 1038",
            "original_title": "Votazione Emendamento 8.03 DDL n. 1038",
            "description_title": "Articolo aggiuntivo 8.03 FENU EMILIANO (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": 3,
            "n_margin": 34,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 38898,
            "slug": "vs19_491_065",
            "identifier": "vs19_491_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_065/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 65,
            "title": "EM 11.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 3,
            "n_margin": 25,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39203,
            "slug": "vs19_498_174",
            "identifier": "vs19_498_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_174/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 174,
            "title": "ART AGG 25.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.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": 18,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 18967,
            "slug": "vs19_033_014",
            "identifier": "vs19_033_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_014/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/730/26 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/730/26 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/26 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/26 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21901,
            "slug": "vs19_137_093",
            "identifier": "vs19_137_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_093/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 5.46 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 5.46 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.46 DDL n. 1038",
            "description_title": "Emendamento 5.46 MARATTIN LUIGI (AIV-RE)",
            "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": 59,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 38819,
            "slug": "vs19_491_097",
            "identifier": "vs19_491_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_097/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 97,
            "title": "ARTICOLO 21 - Votazione Articolo 21 ",
            "original_title": "Votazione Articolo 21 ",
            "description_title": "ARTICOLO 21",
            "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": 85,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 33.97
        },
        {
            "id": 22038,
            "slug": "vs19_137_188",
            "identifier": "vs19_137_188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_188/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 188,
            "title": "Emendamento 10.2 BENZONI FABRIZIO (AIV-RE) - Votazione Emendamento 10.2 DDL n. 1038",
            "original_title": "Votazione Emendamento 10.2 DDL n. 1038",
            "description_title": "Emendamento 10.2 BENZONI FABRIZIO (AIV-RE)",
            "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": 91,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 38136,
            "slug": "19-300-48",
            "identifier": "19-300-48",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-48/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 48,
            "title": "Semplificazione normativa - Articolo 15",
            "original_title": "Articolo 15",
            "description_title": "Semplificazione normativa",
            "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": 6,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 73.49
        },
        {
            "id": 18925,
            "slug": "vs19_029_135",
            "identifier": "vs19_029_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_135/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 135,
            "title": "Ordine del giorno n. 9/705/140 BOSCHI MARIA ELENA (AIV-RE) - Votazione Ordine del giorno 9/705/140 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/140 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/140 BOSCHI MARIA ELENA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 35241,
            "slug": "19-254-10",
            "identifier": "19-254-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-10/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 10,
            "title": "Em. 3.5, Tajani e altri",
            "original_title": "Em. 3.5, Tajani 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": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 43.37
        },
        {
            "id": 35242,
            "slug": "19-254-9",
            "identifier": "19-254-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-9/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 9,
            "title": "Em. 3.4, Tajani e altri",
            "original_title": "Em. 3.4, Tajani 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": 21,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 43.37
        },
        {
            "id": 37398,
            "slug": "19-288-143",
            "identifier": "19-288-143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-143/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 143,
            "title": "Intelligenza artificiale - Em. 18.4, Aurora Floridia",
            "original_title": "Em. 18.4, Aurora Floridia",
            "description_title": "Intelligenza artificiale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 66.27
        },
        {
            "id": 38887,
            "slug": "vs19_491_053",
            "identifier": "vs19_491_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_053/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 53,
            "title": "EM 10.1004 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.1004",
            "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": 29,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 20123,
            "slug": "vs19_081_040",
            "identifier": "vs19_081_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_040/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/889-R/51 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/889-R/51 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/51 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/51 CARMINA IDA (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": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 19873,
            "slug": "vs19_072_093",
            "identifier": "vs19_072_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_093/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 93,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 0977",
            "original_title": "Votazione Articolo 6 DDL n. 0977",
            "description_title": "Articolo 6",
            "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": 89,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 18511,
            "slug": "vs19_027_011",
            "identifier": "vs19_027_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_011/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 11,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 8 DDL n. 0643-bis",
            "description_title": "Articolo 8",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 34,
            "majority_cohesion_rate": 89.45,
            "minority_cohesion_rate": 90.12
        },
        {
            "id": 19709,
            "slug": "vs19_057_045",
            "identifier": "vs19_057_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_045/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/888/93 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/888/93 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/93 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/93 RICCIARDI MARIANNA (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": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 36592,
            "slug": "vs19_435_113",
            "identifier": "vs19_435_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_113/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 113,
            "title": "Emendamento 13.1000 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 13.1000 PDL n. 1573",
            "original_title": "Votazione Emendamento 13.1000 PDL n. 1573",
            "description_title": "Emendamento 13.1000 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": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 31698,
            "slug": "vs19_342_074",
            "identifier": "vs19_342_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_074/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/2002/90 DEL BARBA MAURO (IVICRE) - Votazione Ordine del giorno 9/2002/90 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/90 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/90 DEL BARBA MAURO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 22438,
            "slug": "vs19_133_012",
            "identifier": "vs19_133_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_012/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 11.7 D'ORSO VALENTINA (M5S) - Votazione Emendamento 11.7 PDL n. 0596",
            "original_title": "Votazione Emendamento 11.7 PDL n. 0596",
            "description_title": "Emendamento 11.7 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 65,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 22490,
            "slug": "vs19_134_029",
            "identifier": "vs19_134_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_029/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 3.49 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.49 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.49 PDL n. 0384",
            "description_title": "Emendamento 3.49 QUARTINI ANDREA (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": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 36909,
            "slug": "vs19_444_043",
            "identifier": "vs19_444_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_444_043/?format=api",
            "sitting": {
                "id": 1932,
                "date": "2025-03-11",
                "number": 444,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 2149",
            "original_title": "Votazione Articolo 3 PDL n. 2149",
            "description_title": "Articolo 3",
            "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": 43,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 35853,
            "slug": "vs19_413_037",
            "identifier": "vs19_413_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_037/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo aggiuntivo 7.09 ASCARI STEFANIA (M5S) - Votazione Emendamento 7.09 DDL n. 2196",
            "original_title": "Votazione Emendamento 7.09 DDL n. 2196",
            "description_title": "Articolo aggiuntivo 7.09 ASCARI STEFANIA (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": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 25048,
            "slug": "vs19_191_015",
            "identifier": "vs19_191_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_015/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1517/51, nel testo riformulato, BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1517/51, DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/51, DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/51, nel testo riformulato, BRUNO RAFFAELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 132,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 34624,
            "slug": "vs19_387_021",
            "identifier": "vs19_387_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_021/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/2088-AR/23, nel testo riformulato, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/23, DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/23, DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/23, nel testo riformulato, 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": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 128,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 26493,
            "slug": "vs19_219_016",
            "identifier": "vs19_219_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_016/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.16 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.16 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.16 DDL n. 1627",
            "description_title": "Emendamento 1.16 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 36,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 31664,
            "slug": "vs19_342_040",
            "identifier": "vs19_342_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_040/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2002/44 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/2002/44 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/44 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/44 SCUTELLA' ELISA (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": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 36610,
            "slug": "vs19_435_134",
            "identifier": "vs19_435_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_134/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 134,
            "title": "Ordine del giorno n. 9/1573/14 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/1573/14 PDL n. 1573",
            "original_title": "Votazione Ordine del giorno 9/1573/14 PDL n. 1573",
            "description_title": "Ordine del giorno n. 9/1573/14 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 103,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 31665,
            "slug": "vs19_342_041",
            "identifier": "vs19_342_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_041/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/2002/45 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/2002/45 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/45 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/45 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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 36537,
            "slug": "vs19_435_050",
            "identifier": "vs19_435_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_050/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 5.1003 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 5.1003 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.1003 PDL n. 1573",
            "description_title": "Emendamento 5.1003 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": 3,
            "n_margin": 51,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 25055,
            "slug": "vs19_191_022",
            "identifier": "vs19_191_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_022/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00163 (Nuova formulazione), come riformulata, limitatamente al capoverso primo della parte dispositiva, FURFARO MARCO (PD-IDP), QUARTINI ANDREA (M5S), BONETTI ELENA (AIV-RE), ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00163",
            "original_title": "Votazione Mozione 1_00163",
            "description_title": "Mozione n. 1-00163 (Nuova formulazione), come riformulata, limitatamente al capoverso primo della parte dispositiva, FURFARO MARCO (PD-IDP), QUARTINI ANDREA (M5S), BONETTI ELENA (AIV-RE), ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 27706,
            "slug": "vs19_239_057",
            "identifier": "vs19_239_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_057/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 13.2 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 13.2 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.2 DDL n. 1515",
            "description_title": "Emendamento 13.2 MEROLA VIRGINIO (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": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 31405,
            "slug": "vs19_336_080",
            "identifier": "vs19_336_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_080/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 80,
            "title": "Articolo aggiuntivo 9.03 PAVANELLI EMMA (M5S) - Votazione Emendamento 9.03 DDL n. 1930",
            "original_title": "Votazione Emendamento 9.03 DDL n. 1930",
            "description_title": "Articolo aggiuntivo 9.03 PAVANELLI EMMA (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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 35945,
            "slug": "vs19_418_021",
            "identifier": "vs19_418_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_418_021/?format=api",
            "sitting": {
                "id": 1891,
                "date": "2025-01-28",
                "number": 418,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri - Votazione DDL n. 2206",
            "original_title": "Votazione DDL n. 2206",
            "description_title": "Mozione n. 1-00375 (Nuova formulazione), limitatamente al capoverso ottavo della parte dispositiva, RICCIARDI RICCARDO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 58,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 31.85
        },
        {
            "id": 31662,
            "slug": "vs19_342_038",
            "identifier": "vs19_342_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_038/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2002/42, come riformulato, AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/2002/42, DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/42, DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/42, come riformulato, AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 138,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 77.64
        },
        {
            "id": 34045,
            "slug": "vs19_397_092",
            "identifier": "vs19_397_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_092/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 92,
            "title": "Ordine del giorno n. 9/2119/29, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/2119/29, DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/29, DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/29, nel testo riformulato, FORNARO FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 101,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 31726,
            "slug": "vs19_342_106",
            "identifier": "vs19_342_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_106/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/1974/22 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1974/22 DDL n. 1974",
            "original_title": "Votazione Ordine del giorno 9/1974/22 DDL n. 1974",
            "description_title": "Ordine del giorno n. 9/1974/22 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 46,
            "majority_cohesion_rate": 55.46,
            "minority_cohesion_rate": 26.09
        },
        {
            "id": 27776,
            "slug": "vs19_239_056",
            "identifier": "vs19_239_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_056/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 13.1 FENU EMILIANO (M5S) - Votazione Emendamento 13.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1515",
            "description_title": "Emendamento 13.1 FENU EMILIANO (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": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 27694,
            "slug": "vs19_239_038",
            "identifier": "vs19_239_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_038/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 38,
            "title": "Identici emendamenti 12.5 ALIFANO ENRICA (M5S) e 12.6 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 12.5 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.5 DDL n. 1515",
            "description_title": "Identici emendamenti 12.5 ALIFANO ENRICA (M5S) e 12.6 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 31633,
            "slug": "vs19_342_009",
            "identifier": "vs19_342_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_009/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2002/10, nel testo riformulato, DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/2002/10, DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/10, DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/10, nel testo riformulato, DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 134,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 27492,
            "slug": "vs19_236_081",
            "identifier": "vs19_236_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_081/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/1630/7 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1630/7 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/7 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/7 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 31639,
            "slug": "vs19_342_015",
            "identifier": "vs19_342_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_015/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2002/17, come riformulato, BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/2002/17, DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/17, DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/17, come riformulato, BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 140,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 78.88
        },
        {
            "id": 34161,
            "slug": "vs19_396_021",
            "identifier": "vs19_396_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_021/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/2164/27, nel testo riformulato, BARABOTTI ANDREA (LEGA) - Votazione Ordine del giorno 9/2164/27, DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/27, DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/27, nel testo riformulato, BARABOTTI ANDREA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 37,
            "majority_cohesion_rate": 68.18,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 31922,
            "slug": "vs19_348_118",
            "identifier": "vs19_348_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_118/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 118,
            "title": "Articolo aggiuntivo 33.01000 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 33.01000 DDL n. 1660",
            "original_title": "Votazione Emendamento 33.01000 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 33.01000 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 73.58
        }
    ]
}