Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=121
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=122",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=120",
    "results": [
        {
            "id": 25724,
            "slug": "vs19_210_155",
            "identifier": "vs19_210_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_155/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 155,
            "title": "Articolo 40 - Votazione Articolo 40 DDL n. 1341",
            "original_title": "Votazione Articolo 40 DDL n. 1341",
            "description_title": "Articolo 40",
            "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": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29326,
            "slug": "vs19_270_067",
            "identifier": "vs19_270_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_067/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1435/28 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1435/28 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/28 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/28 CIANI PAOLO (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": 17,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29345,
            "slug": "vs19_270_063",
            "identifier": "vs19_270_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_063/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1435/22 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1435/22 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/22 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/22 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": "Respinta",
            "n_rebels": 2,
            "n_margin": 47,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 29337,
            "slug": "vs19_270_058",
            "identifier": "vs19_270_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_058/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1435/16 DEL BARBA MAURO (IVICRE) - Votazione Ordine del giorno 9/1435/16 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/16 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/16 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 25697,
            "slug": "vs19_209_006",
            "identifier": "vs19_209_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_006/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.1003 NISINI TIZIANA (LEGA) - Votazione Emendamento 1.1003 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1003 PDL n. 1275",
            "description_title": "Emendamento 1.1003 NISINI TIZIANA (LEGA)",
            "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": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29344,
            "slug": "vs19_270_060",
            "identifier": "vs19_270_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_060/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1435/18 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/1435/18 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/18 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/18 ZAN ALESSANDRO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30037,
            "slug": "vs19_281_041",
            "identifier": "vs19_281_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_041/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1752/64 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1752/64 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/64 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/64 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25505,
            "slug": "vs19_209_008",
            "identifier": "vs19_209_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_008/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.502, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.502, PDL n. 1275",
            "original_title": "Votazione Emendamento 1.502, PDL n. 1275",
            "description_title": "Emendamento 1.502, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29966,
            "slug": "vs19_281_031",
            "identifier": "vs19_281_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_031/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1752/53 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1752/53 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/53 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/53 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29342,
            "slug": "vs19_270_059",
            "identifier": "vs19_270_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_059/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1435/17 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1435/17 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/17 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/17 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30271,
            "slug": "vs19_292_019",
            "identifier": "vs19_292_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_019/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 8.4 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.4 DDL n. 1717",
            "description_title": "Emendamento 8.4 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 27724,
            "slug": "vs19_239_082",
            "identifier": "vs19_239_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_082/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 82,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1515",
            "original_title": "Votazione Articolo 19 DDL n. 1515",
            "description_title": "Articolo 19",
            "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": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27294,
            "slug": "vs19_233_002",
            "identifier": "vs19_233_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_002/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1606/3 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1606/3 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/3 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/3 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 29.63
        },
        {
            "id": 27702,
            "slug": "vs19_239_097",
            "identifier": "vs19_239_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_097/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 27.500 della Commissione - Votazione Emendamento 27.500 DDL n. 1515",
            "original_title": "Votazione Emendamento 27.500 DDL n. 1515",
            "description_title": "Emendamento 27.500 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 74,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 27729,
            "slug": "vs19_239_072",
            "identifier": "vs19_239_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_072/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 19.5 GUSMEROLI ALBERTO LUIGI (LEGA) - Votazione Emendamento 19.5 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.5 DDL n. 1515",
            "description_title": "Emendamento 19.5 GUSMEROLI ALBERTO LUIGI (LEGA)",
            "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": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25104,
            "slug": "vs19_197_031",
            "identifier": "vs19_197_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_031/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 3.4 CASTIGLIONE GIUSEPPE (AIV-RE) - Votazione Emendamento 3.4 DDL n. 1324",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1324",
            "description_title": "Emendamento 3.4 CASTIGLIONE GIUSEPPE (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": 89,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 28103,
            "slug": "vs19_244_049",
            "identifier": "vs19_244_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_049/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/384 E ABB-B/49 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/49 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/49 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/49 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28088,
            "slug": "vs19_244_008",
            "identifier": "vs19_244_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_008/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/384 E ABB-B/8 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/384 E ABB-B/8 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/8 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/8 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27491,
            "slug": "vs19_237_021",
            "identifier": "vs19_237_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_021/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 21,
            "title": "Risoluzione n. 6-00071, limitatamente agli impegni nn. 14, 20 e 27, della parte dispositiva, GIORDANO ANTONIO (FDI), CANDIANI STEFANO (LEGA), ROSSELLO CRISTINA (FI-PPE), PISANO CALOGERO (NM-M) ed altri (DOC LXXXVI 1) - Votazione Risoluzione 6_00071",
            "original_title": "Votazione Risoluzione 6_00071",
            "description_title": "Risoluzione n. 6-00071, limitatamente agli impegni nn. 14, 20 e 27, della parte dispositiva, GIORDANO ANTONIO (FDI), CANDIANI STEFANO (LEGA), ROSSELLO CRISTINA (FI-PPE), PISANO CALOGERO (NM-M) ed altri (DOC LXXXVI 1)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 27289,
            "slug": "vs19_233_012",
            "identifier": "vs19_233_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_012/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1606/34 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1606/34 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/34 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/34 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27358,
            "slug": "vs19_233_015",
            "identifier": "vs19_233_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_015/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1606/37 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1606/37 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/37 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/37 PELLEGRINI MARCO (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 25138,
            "slug": "vs19_197_037",
            "identifier": "vs19_197_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_037/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 5 (Mantenimento) - Votazione Articolo 5 DDL n. 1324",
            "original_title": "Votazione Articolo 5 DDL n. 1324",
            "description_title": "Articolo 5 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 45,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 27458,
            "slug": "vs19_236_067",
            "identifier": "vs19_236_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_067/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 3.25 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.25 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.25 DDL n. 1630",
            "description_title": "Emendamento 3.25 COLUCCI ALFONSO (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": 21,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 25131,
            "slug": "vs19_197_017",
            "identifier": "vs19_197_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_017/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.8 CASTIGLIONE GIUSEPPE (AIV-RE) - Votazione Emendamento 2.8 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1324",
            "description_title": "Emendamento 2.8 CASTIGLIONE GIUSEPPE (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": 10,
            "n_margin": 43,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 21959,
            "slug": "vs19_124_038",
            "identifier": "vs19_124_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_038/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1151/57 SOTTANELLI GIULIO CESARE (AIV-RE) - Votazione Ordine del giorno 9/1151/57 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/57 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/57 SOTTANELLI GIULIO CESARE (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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25092,
            "slug": "vs19_197_022",
            "identifier": "vs19_197_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_022/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.14 CASTIGLIONE GIUSEPPE (AIV-RE) - Votazione Emendamento 2.14 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.14 DDL n. 1324",
            "description_title": "Emendamento 2.14 CASTIGLIONE GIUSEPPE (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": 6,
            "n_margin": 86,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 25093,
            "slug": "vs19_197_016",
            "identifier": "vs19_197_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_016/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.7 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 2.7 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1324",
            "description_title": "Emendamento 2.7 CARAMIELLO ALESSANDRO (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": 8,
            "n_margin": 49,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 21955,
            "slug": "vs19_124_029",
            "identifier": "vs19_124_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_029/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1151/38 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1151/38 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/38 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/38 FURFARO 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28325,
            "slug": "vs19_247_043",
            "identifier": "vs19_247_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_043/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1633/83 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1633/83 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/83 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/83 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 24990,
            "slug": "vs19_196_060",
            "identifier": "vs19_196_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_060/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1437/72 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1437/72 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/72 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/72 D'ALFONSO LUCIANO (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": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27381,
            "slug": "vs19_233_003",
            "identifier": "vs19_233_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_003/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1606/5 STEGER DIETER (M-MIN) - Votazione Ordine del giorno 9/1606/5 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/5 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/5 STEGER DIETER (M-MIN)",
            "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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27714,
            "slug": "vs19_240_010",
            "identifier": "vs19_240_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_010/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1304",
            "original_title": "Votazione Articolo 4 PDL n. 1304",
            "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": 1,
            "n_margin": 86,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 27468,
            "slug": "vs19_236_066",
            "identifier": "vs19_236_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_066/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 66,
            "title": "EMEmendamento 3.24 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 3.24 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.24 DDL n. 1630",
            "description_title": "EMEmendamento 3.24 GRIPPO VALENTINA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 27770,
            "slug": "vs19_240_013",
            "identifier": "vs19_240_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_013/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 5.01000 ZANELLA LUANA (AVS) - Votazione Emendamento 5.01000 PDL n. 1304",
            "original_title": "Votazione Emendamento 5.01000 PDL n. 1304",
            "description_title": "Articolo aggiuntivo 5.01000 ZANELLA LUANA (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": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27302,
            "slug": "vs19_233_020",
            "identifier": "vs19_233_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_020/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1606/42, nel testo riformulato, ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1606/42, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/42, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/42, nel testo riformulato, ALIFANO ENRICA (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": 6,
            "n_margin": 121,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22550,
            "slug": "vs19_134_069",
            "identifier": "vs19_134_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_069/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/T.U.384/2 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/T.U.384/2 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/2 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/2 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22463,
            "slug": "vs19_134_002",
            "identifier": "vs19_134_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_002/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 3.152 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.152 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.152 PDL n. 0384",
            "description_title": "Emendamento 3.152 RICCIARDI MARIANNA (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": 35,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22573,
            "slug": "vs19_134_070",
            "identifier": "vs19_134_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_070/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/T.U.384/3 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/T.U.384/3 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/3 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/3 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 21981,
            "slug": "vs19_124_033",
            "identifier": "vs19_124_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_033/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1151/44 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1151/44 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/44 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/44 ZINGARETTI NICOLA (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27488,
            "slug": "vs19_237_024",
            "identifier": "vs19_237_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_024/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 24,
            "title": "Risoluzione n. 6-00069, limitatamente all'impegno n. 2, DE LUCA PIERO (PD-IDP) ed altri (DOC LXXXVI 1) - Votazione Risoluzione 6_00069",
            "original_title": "Votazione Risoluzione 6_00069",
            "description_title": "Risoluzione n. 6-00069, limitatamente all'impegno n. 2, DE LUCA PIERO (PD-IDP) ed altri (DOC LXXXVI 1)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 45,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 24946,
            "slug": "vs19_201_017",
            "identifier": "vs19_201_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_017/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1551/35 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/1551/35 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/35 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/35 ZAN ALESSANDRO (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": 16,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 28354,
            "slug": "vs19_247_002",
            "identifier": "vs19_247_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_002/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1633/9, come riformulato, MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1633/9, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/9, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/9, come riformulato, MALAVASI ILENIA (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": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 27746,
            "slug": "vs19_239_093",
            "identifier": "vs19_239_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_093/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 93,
            "title": "Articolo 23 - Votazione Articolo 23 DDL n. 1515",
            "original_title": "Votazione Articolo 23 DDL n. 1515",
            "description_title": "Articolo 23",
            "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": 72,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27301,
            "slug": "vs19_233_048",
            "identifier": "vs19_233_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_048/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1606/79 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1606/79 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/79 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/79 LAI SILVIO (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": 2,
            "n_margin": 51,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 30.25
        },
        {
            "id": 29198,
            "slug": "vs19_267_016",
            "identifier": "vs19_267_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_016/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 35.89 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.89 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.89 DDL n. 1435",
            "description_title": "Emendamento 35.89 GHIRRA FRANCESCA (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": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 19706,
            "slug": "vs19_057_039",
            "identifier": "vs19_057_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_039/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/888/83 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/888/83 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/83 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/83 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 29612,
            "slug": "vs19_260_007",
            "identifier": "vs19_260_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_007/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso undicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso undicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29626,
            "slug": "vs19_260_021",
            "identifier": "vs19_260_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_021/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00261, limitatamente al capoverso ottavo della parte dispositiva, congiuntamente alla premessa, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00261",
            "original_title": "Votazione Mozione 1_00261",
            "description_title": "Mozione n. 1-00261, limitatamente al capoverso ottavo della parte dispositiva, congiuntamente alla premessa, FARAONE DAVIDE (IVICRE) 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": 4,
            "n_margin": 97,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 19690,
            "slug": "vs19_057_016",
            "identifier": "vs19_057_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_016/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/888/33, nel testo riformulato, SOUMAHORO ABOUBAKAR (MISTO) - Votazione Ordine del giorno 9/888/33, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/33, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/33, nel testo riformulato, SOUMAHORO ABOUBAKAR (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 12,
            "n_margin": 131,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 29607,
            "slug": "vs19_260_002",
            "identifier": "vs19_260_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_002/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso terzo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso terzo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (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": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 61.11
        }
    ]
}