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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=61",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=59",
    "results": [
        {
            "id": 25471,
            "slug": "vs19_206_020",
            "identifier": "vs19_206_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_020/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 5.1009 CASO ANTONIO (M5S) - Votazione Emendamento 5.1009 DDL n. 1474",
            "original_title": "Votazione Emendamento 5.1009 DDL n. 1474",
            "description_title": "Emendamento 5.1009 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": 15,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30117,
            "slug": "vs19_283_047",
            "identifier": "vs19_283_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_047/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 47,
            "title": "Disposizioni in materia di azionariato popolare delle società sportive",
            "original_title": "Votazione finale PDL n. 0836",
            "description_title": "Disposizioni in materia di partecipazione popolare alla titolarità di azioni e quote delle società sportive (PDL 836)",
            "public_title": "Disposizioni in materia di azionariato popolare delle società sportive",
            "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": 106,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 44.79
        },
        {
            "id": 27762,
            "slug": "vs19_240_007",
            "identifier": "vs19_240_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_007/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1304",
            "original_title": "Votazione Articolo 2 PDL n. 1304",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 86,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 30166,
            "slug": "vs19_288_011",
            "identifier": "vs19_288_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_011/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1018/2 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1018/2 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/2 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/2 FONTANA ILARIA (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": 12,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 20033,
            "slug": "vs19_072_113",
            "identifier": "vs19_072_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_113/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/977/17 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/977/17 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/17 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/17 PAVANELLI EMMA (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": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27320,
            "slug": "vs19_233_049",
            "identifier": "vs19_233_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_049/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1606/82 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1606/82 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/82 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/82 DI SANZO CHRISTIAN DIEGO (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": 35,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 27798,
            "slug": "vs19_240_026",
            "identifier": "vs19_240_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_026/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1304 E ABB/6, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1304 E ABB/6, PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/6, PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/6, 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": 1,
            "n_margin": 127,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 27791,
            "slug": "vs19_240_023",
            "identifier": "vs19_240_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_023/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1304 E ABB/3 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/1304 E ABB/3 PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/3 PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/3 COSTA SERGIO (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": 10,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 27448,
            "slug": "vs19_237_002",
            "identifier": "vs19_237_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_002/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 (Mantenimento) - Votazione Articolo 1 DDL n. 1419",
            "original_title": "Votazione Articolo 1 DDL n. 1419",
            "description_title": "Articolo 1 (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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27441,
            "slug": "vs19_237_016",
            "identifier": "vs19_237_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_016/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 9 (Mantenimento) - Votazione Articolo 9 DDL n. 1419",
            "original_title": "Votazione Articolo 9 DDL n. 1419",
            "description_title": "Articolo 9 (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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27560,
            "slug": "vs19_239_003",
            "identifier": "vs19_239_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_003/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1515",
            "original_title": "Votazione Articolo 2 DDL n. 1515",
            "description_title": "Articolo 2",
            "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": 78,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 30021,
            "slug": "vs19_281_052",
            "identifier": "vs19_281_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_052/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1752/76 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1752/76 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/76 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/76 EVI ELEONORA (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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30266,
            "slug": "vs19_292_001",
            "identifier": "vs19_292_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_001/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.15 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.15 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.15 DDL n. 1717",
            "description_title": "Emendamento 1.15 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": 13,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 30226,
            "slug": "vs19_292_045",
            "identifier": "vs19_292_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_045/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 13.5 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 13.5 DDL n. 1717",
            "original_title": "Votazione Emendamento 13.5 DDL n. 1717",
            "description_title": "Emendamento 13.5 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 67,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 65.03
        },
        {
            "id": 29291,
            "slug": "vs19_270_015",
            "identifier": "vs19_270_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_015/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.5 FONTANA ILARIA (M5S) - Votazione Emendamento 2.5 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.5 DDL n. 1790",
            "description_title": "Emendamento 2.5 FONTANA ILARIA (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": 31,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29294,
            "slug": "vs19_270_021",
            "identifier": "vs19_270_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_021/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.12 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 2.12 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1790",
            "description_title": "Emendamento 2.12 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": 30,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 24981,
            "slug": "vs19_196_064",
            "identifier": "vs19_196_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_064/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1437/20, nel testo riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1437/20, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/20, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/20, 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": 0,
            "n_margin": 124,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29958,
            "slug": "vs19_281_004",
            "identifier": "vs19_281_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_004/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1752/18 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1752/18 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/18 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/18 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": 0,
            "n_margin": 109,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 27497,
            "slug": "vs19_236_083",
            "identifier": "vs19_236_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_083/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 27436,
            "slug": "vs19_237_003",
            "identifier": "vs19_237_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_003/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 2.1 DDL n. 1419",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1419",
            "description_title": "Emendamento 2.1 VACCARI STEFANO (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": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29825,
            "slug": "vs19_261_011",
            "identifier": "vs19_261_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_011/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1759/18 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1759/18 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/18 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/18 GRIMALDI MARCO (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": 17,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29796,
            "slug": "vs19_261_109",
            "identifier": "vs19_261_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_109/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 15.87 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.87 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.87 DDL n. 1435",
            "description_title": "Emendamento 15.87 PASTORELLA GIULIA (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": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27326,
            "slug": "vs19_233_052",
            "identifier": "vs19_233_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_052/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (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": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 27418,
            "slug": "vs19_236_037",
            "identifier": "vs19_236_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_037/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.53 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.53 DDL n. 1630",
            "description_title": "Emendamento 1.53 RICCIARDI TONI (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24744,
            "slug": "vs19_185_045",
            "identifier": "vs19_185_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_045/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 16.08 BOLDRINI LAURA (PD-IDP) - Votazione Emendamento 16.08 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.08 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.08 BOLDRINI LAURA (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": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 24590,
            "slug": "vs19_185_014",
            "identifier": "vs19_185_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_014/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1294",
            "original_title": "Votazione Articolo 8 DDL n. 1294",
            "description_title": "Articolo 8",
            "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": 123,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29829,
            "slug": "vs19_261_015",
            "identifier": "vs19_261_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_015/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1759/24 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1759/24 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/24 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/24 SCOTTO ARTURO (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": 15,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27450,
            "slug": "vs19_236_054",
            "identifier": "vs19_236_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_054/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 2.1000 FENU EMILIANO (M5S) - Votazione Emendamento 2.1000 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.1000 DDL n. 1630",
            "description_title": "Emendamento 2.1000 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30197,
            "slug": "vs19_292_049",
            "identifier": "vs19_292_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_049/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 15.4 CASU ANDREA (PD-IDP) - Votazione Emendamento 15.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.4 DDL n. 1717",
            "description_title": "Emendamento 15.4 CASU ANDREA (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": 36,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 43.56
        },
        {
            "id": 27490,
            "slug": "vs19_236_075",
            "identifier": "vs19_236_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_075/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1630/1 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1630/1 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/1 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/1 CAPPELLETTI ENRICO (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": 59.49,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 28591,
            "slug": "vs19_252_073",
            "identifier": "vs19_252_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_073/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 6.1012 CASU ANDREA (PD-IDP) - Votazione Emendamento 6.1012 PDL n. 0703",
            "original_title": "Votazione Emendamento 6.1012 PDL n. 0703",
            "description_title": "Emendamento 6.1012 CASU ANDREA (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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27502,
            "slug": "vs19_236_079",
            "identifier": "vs19_236_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_079/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1630/5 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1630/5 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/5 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/5 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 27402,
            "slug": "vs19_236_011",
            "identifier": "vs19_236_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_011/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.1 BONELLI ANGELO (AVS) - Votazione Emendamento 1.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1630",
            "description_title": "Emendamento 1.1 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": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 27434,
            "slug": "vs19_236_042",
            "identifier": "vs19_236_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_042/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.58 MORFINO DANIELA (M5S) - Votazione Emendamento 1.58 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.58 DDL n. 1630",
            "description_title": "Emendamento 1.58 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27386,
            "slug": "vs19_236_009",
            "identifier": "vs19_236_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_009/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.17 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 1.17 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1630",
            "description_title": "Emendamento 1.17 STEFANAZZI CLAUDIO MICHELE (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": 25,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27420,
            "slug": "vs19_236_022",
            "identifier": "vs19_236_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_022/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S) - Votazione Emendamento 1.26 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.26 DDL n. 1630",
            "description_title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 29780,
            "slug": "vs19_261_093",
            "identifier": "vs19_261_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_093/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 93,
            "title": "Identici emendamenti 15.8 GHIO VALENTINA (PD-IDP) e 15.11 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.8 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.8 DDL n. 1435",
            "description_title": "Identici emendamenti 15.8 GHIO VALENTINA (PD-IDP) e 15.11 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 27481,
            "slug": "vs19_236_085",
            "identifier": "vs19_236_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_085/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/1630/13 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1630/13 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/13 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/13 BONELLI ANGELO (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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27473,
            "slug": "vs19_236_032",
            "identifier": "vs19_236_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_032/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.44 GRIMALDI MARCO (AVS) - Votazione Emendamento 1.44 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.44 DDL n. 1630",
            "description_title": "Emendamento 1.44 GRIMALDI MARCO (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": 2,
            "n_margin": 52,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 29761,
            "slug": "vs19_261_074",
            "identifier": "vs19_261_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_074/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 74,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 1435",
            "original_title": "Votazione Articolo 12 DDL n. 1435",
            "description_title": "Articolo 12",
            "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": 123,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 24451,
            "slug": "vs19_185_020",
            "identifier": "vs19_185_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_020/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 10.0100 ASCARI STEFANIA (M5S) - Votazione Emendamento 10.0100 DDL n. 1294",
            "original_title": "Votazione Emendamento 10.0100 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 10.0100 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29764,
            "slug": "vs19_261_077",
            "identifier": "vs19_261_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_077/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 14.1 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 14.1 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.1 DDL n. 1435",
            "description_title": "Emendamento 14.1 TRAVERSI ROBERTO (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": 4,
            "n_margin": 13,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 25313,
            "slug": "vs19_203_029",
            "identifier": "vs19_203_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_029/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1458/30 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1458/30 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/30 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/30 STEFANAZZI CLAUDIO MICHELE (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": 25,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29941,
            "slug": "vs19_281_006",
            "identifier": "vs19_281_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_006/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1752/24 PELLA ROBERTO (FI-PPE) - Votazione Ordine del giorno 9/1752/24 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/24 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/24 PELLA ROBERTO (FI-PPE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 122,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 18869,
            "slug": "vs19_033_063",
            "identifier": "vs19_033_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_063/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/730/109, nel testo riformulato, MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/730/109, DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/109, DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/109, nel testo riformulato, MARI FRANCESCO (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": 2,
            "n_margin": 118,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27462,
            "slug": "vs19_236_033",
            "identifier": "vs19_236_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_033/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.45 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.45 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.45 DDL n. 1630",
            "description_title": "Emendamento 1.45 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29323,
            "slug": "vs19_270_019",
            "identifier": "vs19_270_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_019/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.10 FONTANA ILARIA (M5S) - Votazione Emendamento 2.10 DDL n. 1790",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1790",
            "description_title": "Emendamento 2.10 FONTANA ILARIA (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": 31,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27428,
            "slug": "vs19_236_023",
            "identifier": "vs19_236_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_023/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.31 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.31 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.31 DDL n. 1630",
            "description_title": "Emendamento 1.31 PAGANO UBALDO (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": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 30009,
            "slug": "vs19_282_021",
            "identifier": "vs19_282_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_021/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1752/143 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1752/143 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/143 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/143 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29371,
            "slug": "vs19_270_088",
            "identifier": "vs19_270_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_088/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/1435/71 AMBROSI ALESSIA (FDI) - Votazione Ordine del giorno 9/1435/71 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/71 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/71 AMBROSI ALESSIA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 75,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.88
        }
    ]
}