Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=date&page=174
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=date&page=175",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=173",
    "results": [
        {
            "id": 26565,
            "slug": "vs19_220_001",
            "identifier": "vs19_220_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_001/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.80 GNASSI ANDREA (PD-IDP) - Votazione Emendamento 1.80 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.80 DDL n. 1627",
            "description_title": "Emendamento 1.80 GNASSI 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": 48,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 26556,
            "slug": "vs19_220_022",
            "identifier": "vs19_220_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_022/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1627",
            "original_title": "Votazione Articolo 16 DDL n. 1627",
            "description_title": "Articolo 16",
            "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": 32,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26554,
            "slug": "vs19_220_011",
            "identifier": "vs19_220_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_011/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1627",
            "original_title": "Votazione Articolo 5 DDL n. 1627",
            "description_title": "Articolo 5",
            "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": 31,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26553,
            "slug": "vs19_220_012",
            "identifier": "vs19_220_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_012/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1627",
            "original_title": "Votazione Articolo 6 DDL n. 1627",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26620,
            "slug": "vs19_220_106",
            "identifier": "vs19_220_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_106/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/1627/139 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1627/139 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/139 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/139 CASO ANTONIO (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": 33,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 26566,
            "slug": "vs19_220_023",
            "identifier": "vs19_220_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_023/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1627",
            "original_title": "Votazione Articolo 17 DDL n. 1627",
            "description_title": "Articolo 17",
            "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": 32,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26567,
            "slug": "vs19_220_004",
            "identifier": "vs19_220_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_004/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.83 RICHETTI MATTEO (APERRE) - Votazione Emendamento 1.83 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.83 DDL n. 1627",
            "description_title": "Emendamento 1.83 RICHETTI MATTEO (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": 35,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 26664,
            "slug": "vs19_220_089",
            "identifier": "vs19_220_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_089/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/1627/101 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1627/101 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/101 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/101 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 26619,
            "slug": "vs19_220_158",
            "identifier": "vs19_220_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_158/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 158,
            "title": "Ordine del giorno n. 9/1627/206 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1627/206 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/206 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/206 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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26569,
            "slug": "vs19_220_015",
            "identifier": "vs19_220_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_015/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1627",
            "original_title": "Votazione Articolo 9 DDL n. 1627",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26576,
            "slug": "vs19_220_150",
            "identifier": "vs19_220_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_150/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 150,
            "title": "Ordine del giorno n. 9/1627/186 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1627/186 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/186 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/186 ONORI FEDERICA (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": 6,
            "n_margin": 38,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 26663,
            "slug": "vs19_220_084",
            "identifier": "vs19_220_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_084/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1627/95 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1627/95 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/95 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/95 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": 32,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26575,
            "slug": "vs19_220_068",
            "identifier": "vs19_220_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_068/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1627/59, come riformulato, DELLA VEDOVA BENEDETTO (MISTO) - Votazione Ordine del giorno 9/1627/59, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/59, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/59, come riformulato, DELLA VEDOVA BENEDETTO (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": 4,
            "n_margin": 154,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 26546,
            "slug": "vs19_220_010",
            "identifier": "vs19_220_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_010/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1627",
            "original_title": "Votazione Articolo 4 DDL n. 1627",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26551,
            "slug": "vs19_220_165",
            "identifier": "vs19_220_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_165/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 165,
            "title": "Legge di bilancio 2024",
            "original_title": "Votazione finale DDL n. 1627",
            "description_title": "Bilancio di previsione dello Stato per l'anno finanziario 2024 e bilancio pluriennale per il triennio 2024-2026\" e relativa Nota di variazioni (Approvato dal Senato) (DDL 1627)",
            "public_title": "Legge di bilancio 2024",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Nota di variazione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 84.39,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26602,
            "slug": "vs19_220_040",
            "identifier": "vs19_220_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_040/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1627/25 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/1627/25 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/25 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/25 QUARTAPELLE PROCOPIO LIA (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": 25,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 26653,
            "slug": "vs19_220_103",
            "identifier": "vs19_220_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_103/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 103,
            "title": "Ordine del giorno n. 9/1627/127 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1627/127 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/127 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/127 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26558,
            "slug": "vs19_220_007",
            "identifier": "vs19_220_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_007/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1627",
            "original_title": "Votazione Articolo 1 DDL n. 1627",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26577,
            "slug": "vs19_220_075",
            "identifier": "vs19_220_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_075/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1627/69 ORLANDO ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1627/69 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/69 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/69 ORLANDO ANDREA (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": 7,
            "n_margin": 32,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26548,
            "slug": "vs19_220_020",
            "identifier": "vs19_220_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_020/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1627",
            "original_title": "Votazione Articolo 14 DDL n. 1627",
            "description_title": "Articolo 14",
            "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": 30,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26688,
            "slug": "vs19_220_045",
            "identifier": "vs19_220_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_045/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1627/30 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1627/30 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/30 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/30 STUMPO 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 26687,
            "slug": "vs19_220_115",
            "identifier": "vs19_220_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_115/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/1627/148 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1627/148 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/148 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/148 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": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 26683,
            "slug": "vs19_220_109",
            "identifier": "vs19_220_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_109/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 109,
            "title": "Ordine del giorno n. 9/1627/142, nel testo riformulato, AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1627/142, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/142, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/142, nel testo riformulato, AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 148,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 26667,
            "slug": "vs19_220_029",
            "identifier": "vs19_220_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_029/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1627/7, nel testo riformulato, D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1627/7, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/7, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/7, nel testo riformulato, 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": "Approvata",
            "n_rebels": 3,
            "n_margin": 151,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 26660,
            "slug": "vs19_220_072",
            "identifier": "vs19_220_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_072/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1627/64, nel testo riformulato, PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/1627/64, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/64, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/64, nel testo riformulato, PROVENZANO GIUSEPPE (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": 153,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 26656,
            "slug": "vs19_220_082",
            "identifier": "vs19_220_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_082/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1627/93 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1627/93 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/93 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/93 FRATOIANNI NICOLA (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": 6,
            "n_margin": 77,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 26626,
            "slug": "vs19_220_091",
            "identifier": "vs19_220_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_091/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/1627/103 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1627/103 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/103 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/103 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": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26617,
            "slug": "vs19_220_070",
            "identifier": "vs19_220_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_070/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1627/62 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/1627/62 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/62 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/62 BOLDRINI LAURA (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": 34,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26616,
            "slug": "vs19_220_105",
            "identifier": "vs19_220_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_105/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 105,
            "title": "Ordine del giorno n. 9/1627/138, nel testo riformulato, TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1627/138, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/138, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/138, nel testo riformulato, TORTO DANIELA (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": 2,
            "n_margin": 149,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 26615,
            "slug": "vs19_220_140",
            "identifier": "vs19_220_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_140/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 140,
            "title": "Ordine del giorno n. 9/1627/173 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1627/173 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/173 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/173 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": 35,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 26564,
            "slug": "vs19_220_008",
            "identifier": "vs19_220_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_008/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1627",
            "original_title": "Votazione Articolo 2 DDL n. 1627",
            "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": 31,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26561,
            "slug": "vs19_220_013",
            "identifier": "vs19_220_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_013/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1627",
            "original_title": "Votazione Articolo 7 DDL n. 1627",
            "description_title": "Articolo 7",
            "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": 33,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26560,
            "slug": "vs19_220_019",
            "identifier": "vs19_220_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_019/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1627",
            "original_title": "Votazione Articolo 13 DDL n. 1627",
            "description_title": "Articolo 13",
            "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": 31,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26559,
            "slug": "vs19_220_016",
            "identifier": "vs19_220_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_016/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1627",
            "original_title": "Votazione Articolo 10 DDL n. 1627",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26557,
            "slug": "vs19_220_024",
            "identifier": "vs19_220_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_024/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 18 - Votazione Articolo 18 DDL n. 1627",
            "original_title": "Votazione Articolo 18 DDL n. 1627",
            "description_title": "Articolo 18",
            "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": 33,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26603,
            "slug": "vs19_220_043",
            "identifier": "vs19_220_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_043/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1627/28, come riformulato, DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1627/28, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/28, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/28, come riformulato, DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 153,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 26587,
            "slug": "vs19_220_125",
            "identifier": "vs19_220_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_125/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 125,
            "title": "Ordine del giorno n. 9/1627/158 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1627/158 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/158 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/158 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 26582,
            "slug": "vs19_220_071",
            "identifier": "vs19_220_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_071/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1627/63, nel testo riformulato, LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1627/63, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/63, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/63, nel testo riformulato, 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": "Approvata",
            "n_rebels": 5,
            "n_margin": 151,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 26542,
            "slug": "vs19_220_034",
            "identifier": "vs19_220_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_034/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1627/13 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1627/13 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/13 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/13 ROSSI ANDREA (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": 24,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 26536,
            "slug": "vs19_220_077",
            "identifier": "vs19_220_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_077/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/1627/82 RUSSO PAOLO EMILIO (FI-PPE) - Votazione Ordine del giorno 9/1627/82 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/82 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/82 RUSSO PAOLO EMILIO (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": 12,
            "n_margin": 45,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 26535,
            "slug": "vs19_220_061",
            "identifier": "vs19_220_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_061/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1627/50 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1627/50 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/50 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/50 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 43,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26534,
            "slug": "vs19_220_037",
            "identifier": "vs19_220_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_037/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1627/19 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1627/19 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/19 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/19 BARBAGALLO ANTHONY EMANUELE (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": 35,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26549,
            "slug": "vs19_220_027",
            "identifier": "vs19_220_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_027/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1627",
            "original_title": "Votazione Articolo 21 DDL n. 1627",
            "description_title": "Articolo 21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 26544,
            "slug": "vs19_220_009",
            "identifier": "vs19_220_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_009/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1627",
            "original_title": "Votazione Articolo 3 DDL n. 1627",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26679,
            "slug": "vs19_220_141",
            "identifier": "vs19_220_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_141/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 141,
            "title": "Ordine del giorno n. 9/1627/175 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1627/175 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/175 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/175 SILVESTRI FRANCESCO (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": 2,
            "n_margin": 42,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 26634,
            "slug": "vs19_220_047",
            "identifier": "vs19_220_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_047/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1627/33 SOUMAHORO ABOUBAKAR (MISTO) - Votazione Ordine del giorno 9/1627/33 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/33 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/33 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": 6,
            "n_margin": 13,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 26562,
            "slug": "vs19_220_021",
            "identifier": "vs19_220_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_021/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1627",
            "original_title": "Votazione Articolo 15 DDL n. 1627",
            "description_title": "Articolo 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26604,
            "slug": "vs19_220_030",
            "identifier": "vs19_220_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_030/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1627/8 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1627/8 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/8 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/8 MANZI IRENE (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": 9,
            "n_margin": 23,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 26725,
            "slug": "vs19_222_017",
            "identifier": "vs19_222_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_017/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.17 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.17 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1624",
            "description_title": "Emendamento 1.17 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": 23,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 26751,
            "slug": "vs19_222_004",
            "identifier": "vs19_222_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_004/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.2 ONORI FEDERICA (M5S) - Votazione Emendamento 1.2 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1624",
            "description_title": "Emendamento 1.2 ONORI FEDERICA (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": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.99
        }
    ]
}