Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=442
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=-majority_cohesion_rate&page=443",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=441",
    "results": [
        {
            "id": 39365,
            "slug": "vs19_503_030",
            "identifier": "vs19_503_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_030/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 6.10 BONELLI ANGELO (AVS) - Votazione Emendamento 6.10 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.10 DDL n. 2482",
            "description_title": "Emendamento 6.10 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39532,
            "slug": "vs19_504_029",
            "identifier": "vs19_504_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_029/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 29,
            "title": "ARTICOLO 9 - Votazione Articolo 9 ",
            "original_title": "Votazione Articolo 9 ",
            "description_title": "ARTICOLO 9",
            "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": 15,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39594,
            "slug": "vs19_504_042",
            "identifier": "vs19_504_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_042/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 11.14, 11.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.14, 11.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": 14,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39607,
            "slug": "vs19_504_056",
            "identifier": "vs19_504_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_056/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 56,
            "title": "EM 12.11, 12.12, 12.13, 12.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.11, 12.12, 12.13, 12.14",
            "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": 13,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 39588,
            "slug": "vs19_504_035",
            "identifier": "vs19_504_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_035/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 35,
            "title": "EM 10.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.7",
            "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": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39429,
            "slug": "vs19_503_094",
            "identifier": "vs19_503_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_094/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 94,
            "title": "Articolo aggiuntivo 13-bis.06 CASO ANTONIO (M5S) - Votazione Emendamento 13-bis.06 DDL n. 2482",
            "original_title": "Votazione Emendamento 13-bis.06 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 13-bis.06 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39574,
            "slug": "vs19_504_018",
            "identifier": "vs19_504_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_018/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 7.27 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.27",
            "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": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39363,
            "slug": "vs19_503_028",
            "identifier": "vs19_503_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_028/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 6.4 MORFINO DANIELA (M5S) e 6.5 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 6.4 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.4 DDL n. 2482",
            "description_title": "Identici emendamenti 6.4 MORFINO DANIELA (M5S) e 6.5 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38797,
            "slug": "vs19_491_174",
            "identifier": "vs19_491_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_174/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 174,
            "title": "Ratifica accordo con l'Egitto in tema di trasporto di merci",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2101 - VOTO FINALE",
            "public_title": "Ratifica accordo con l'Egitto in tema di trasporto di merci",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 68,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 55.13
        },
        {
            "id": 39562,
            "slug": "vs19_504_006",
            "identifier": "vs19_504_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_006/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 6,
            "title": "ART AGG 6.015, 6.016 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 6.015, 6.016",
            "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": 15,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39364,
            "slug": "vs19_503_029",
            "identifier": "vs19_503_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_029/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 6.8 MORFINO DANIELA (M5S) - Votazione Emendamento 6.8 DDL n. 2482",
            "original_title": "Votazione Emendamento 6.8 DDL n. 2482",
            "description_title": "Emendamento 6.8 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39464,
            "slug": "vs19_503_130",
            "identifier": "vs19_503_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_130/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 130,
            "title": "EM 2.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.16",
            "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": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39597,
            "slug": "vs19_504_045",
            "identifier": "vs19_504_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_045/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 11.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.22",
            "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": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39569,
            "slug": "vs19_504_013",
            "identifier": "vs19_504_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_013/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 7.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39533,
            "slug": "vs19_504_037",
            "identifier": "vs19_504_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_037/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 37,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 17,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39599,
            "slug": "vs19_504_048",
            "identifier": "vs19_504_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_048/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 48,
            "title": "ART AGG 11.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 11.03",
            "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": 14,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39612,
            "slug": "vs19_504_062",
            "identifier": "vs19_504_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_062/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 62,
            "title": "EM 13.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.7",
            "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": 15,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39465,
            "slug": "vs19_503_131",
            "identifier": "vs19_503_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_131/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 131,
            "title": "EM 2.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.17",
            "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": 15,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 67.95
        },
        {
            "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": 39591,
            "slug": "vs19_504_039",
            "identifier": "vs19_504_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_039/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 10.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 10.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 46,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 44.23
        },
        {
            "id": 39609,
            "slug": "vs19_504_058",
            "identifier": "vs19_504_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_058/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 58,
            "title": "EM 12.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.17",
            "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": 13,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 69.87
        },
        {
            "id": 39306,
            "slug": "vs19_499_007",
            "identifier": "vs19_499_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_007/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 6.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.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": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 38794,
            "slug": "vs19_491_141",
            "identifier": "vs19_491_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_141/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 141,
            "title": "Legge di delegazione europea 2024",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2280 - VOTO FINALE",
            "public_title": "Legge di delegazione europea 2024",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 37.82
        },
        {
            "id": 39596,
            "slug": "vs19_504_044",
            "identifier": "vs19_504_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_044/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 11.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.21",
            "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": 18,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39578,
            "slug": "vs19_504_022",
            "identifier": "vs19_504_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_022/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 7.33 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.33",
            "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": 15,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 38842,
            "slug": "vs19_491_178",
            "identifier": "vs19_491_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_178/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 178,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "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": 111,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 39109,
            "slug": "vs19_498_068",
            "identifier": "vs19_498_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_068/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 68,
            "title": "ART AGG 9.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 9.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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39275,
            "slug": "vs19_498_253",
            "identifier": "vs19_498_253",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_253/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 253,
            "title": "ODG 9/2316/26 - Votazione Ordine del giorno 9/2316/26 ",
            "original_title": "Votazione Ordine del giorno 9/2316/26 ",
            "description_title": "ODG 9/2316/26",
            "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": 20,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39281,
            "slug": "vs19_498_259",
            "identifier": "vs19_498_259",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_259/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 259,
            "title": "ODG 9/2316/36 - Votazione Ordine del giorno 9/2316/36 ",
            "original_title": "Votazione Ordine del giorno 9/2316/36 ",
            "description_title": "ODG 9/2316/36",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39288,
            "slug": "vs19_498_266",
            "identifier": "vs19_498_266",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_266/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 266,
            "title": "ODG 9/2316/49 - Votazione Ordine del giorno 9/2316/49 ",
            "original_title": "Votazione Ordine del giorno 9/2316/49 ",
            "description_title": "ODG 9/2316/49",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39106,
            "slug": "vs19_498_063",
            "identifier": "vs19_498_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_063/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 8.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.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": 20,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 24928,
            "slug": "vs19_201_021",
            "identifier": "vs19_201_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_021/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1538",
            "original_title": "Votazione Articolo 1 DDL n. 1538",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 90,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 27365,
            "slug": "vs19_233_035",
            "identifier": "vs19_233_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_035/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 35,
            "title": "OOrdine del giorno n. 9/1606/61, nel testo riformulato, GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1606/61, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/61, DDL n. 1606",
            "description_title": "OOrdine del giorno n. 9/1606/61, nel testo riformulato, GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 17,
            "n_margin": 103,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 24936,
            "slug": "vs19_201_026",
            "identifier": "vs19_201_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_026/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1538/1 GRAZIANO STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1538/1 DDL n. 1538",
            "original_title": "Votazione Ordine del giorno 9/1538/1 DDL n. 1538",
            "description_title": "Ordine del giorno n. 9/1538/1 GRAZIANO STEFANO (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": 0,
            "n_margin": 114,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28892,
            "slug": "vs19_255_046",
            "identifier": "vs19_255_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_046/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1267",
            "original_title": "Votazione Articolo 3 DDL n. 1267",
            "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": 0,
            "n_margin": 103,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 30036,
            "slug": "vs19_282_011",
            "identifier": "vs19_282_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_011/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1752/133 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/1752/133 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/133 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/133 ASCANI ANNA (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": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30010,
            "slug": "vs19_281_093",
            "identifier": "vs19_281_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_093/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 93,
            "title": "Ordine del giorno n. 9/1752/120, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1752/120, DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/120, DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/120, 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": 5,
            "n_margin": 105,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 26904,
            "slug": "vs19_229_028",
            "identifier": "vs19_229_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_028/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1297 E ABB/5 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1297 E ABB/5 DDL n. 1297",
            "original_title": "Votazione Ordine del giorno 9/1297 E ABB/5 DDL n. 1297",
            "description_title": "Ordine del giorno n. 9/1297 E ABB/5 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 10,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30141,
            "slug": "vs19_288_022",
            "identifier": "vs19_288_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_022/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1745",
            "original_title": "Votazione Articolo 3 DDL n. 1745",
            "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": 0,
            "n_margin": 119,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 66.87
        },
        {
            "id": 30026,
            "slug": "vs19_281_095",
            "identifier": "vs19_281_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_095/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 95,
            "title": "Ordine del giorno n. 9/1752/122, nel testo riformulato, GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1752/122, DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/122, DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/122, nel testo riformulato, 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": "Approvata",
            "n_rebels": 8,
            "n_margin": 102,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 20085,
            "slug": "vs19_074_012",
            "identifier": "vs19_074_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_074_012/?format=api",
            "sitting": {
                "id": 1331,
                "date": "2023-03-23",
                "number": 74,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 2\n(Doc. XXII, nn. 11-14-16-19-20-21-22) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 2\n(Doc. XXII, nn. 11-14-16-19-20-21-22)",
            "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": 120,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25625,
            "slug": "vs19_211_005",
            "identifier": "vs19_211_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_005/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 2.2 DDL n. 1556",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1556",
            "description_title": "Emendamento 2.2 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": 1,
            "n_margin": 49,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 25631,
            "slug": "vs19_211_044",
            "identifier": "vs19_211_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_044/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 44,
            "title": "Riforma dell'ordinamento delle guide turistiche",
            "original_title": "Votazione finale DDL n. 1556",
            "description_title": "Disciplina della professione di guida turistica (Approvato dal Senato) (DDL 1556 e abbinata PDL 496)",
            "public_title": "Riforma dell'ordinamento delle guide turistiche",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 69,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 25717,
            "slug": "vs19_211_037",
            "identifier": "vs19_211_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_037/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 13.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 13.1 DDL n. 1556",
            "original_title": "Votazione Emendamento 13.1 DDL n. 1556",
            "description_title": "Emendamento 13.1 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": 2,
            "n_margin": 49,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 28303,
            "slug": "vs19_248_002",
            "identifier": "vs19_248_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_002/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.2 CASO ANTONIO (M5S) - Votazione Emendamento 1.2 PDL n. 0799",
            "original_title": "Votazione Emendamento 1.2 PDL n. 0799",
            "description_title": "Emendamento 1.2 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25585,
            "slug": "vs19_211_009",
            "identifier": "vs19_211_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_009/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 9,
            "title": "Identici emendamenti 3.1 APPENDINO CHIARA (M5S) e 3.2 DORI DEVIS (AVS) - Votazione Emendamento 3.1 DDL n. 1556",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1556",
            "description_title": "Identici emendamenti 3.1 APPENDINO CHIARA (M5S) e 3.2 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 15,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25443,
            "slug": "vs19_206_038",
            "identifier": "vs19_206_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_038/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 6.200, da votare si sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 6.200, DDL n. 1474",
            "original_title": "Votazione Emendamento 6.200, DDL n. 1474",
            "description_title": "Emendamento 6.200, da votare si sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 115,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 25470,
            "slug": "vs19_206_039",
            "identifier": "vs19_206_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_039/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 6.01000 CASO ANTONIO (M5S) - Votazione Emendamento 6.01000 DDL n. 1474",
            "original_title": "Votazione Emendamento 6.01000 DDL n. 1474",
            "description_title": "Articolo aggiuntivo 6.01000 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29243,
            "slug": "vs19_266_070",
            "identifier": "vs19_266_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_070/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1780/2 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1780/2 DDL n. 1780",
            "original_title": "Votazione Ordine del giorno 9/1780/2 DDL n. 1780",
            "description_title": "Ordine del giorno n. 9/1780/2 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 61.73
        }
    ]
}