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

{
    "count": 22130,
    "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=273",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=271",
    "results": [
        {
            "id": 26583,
            "slug": "vs19_220_128",
            "identifier": "vs19_220_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_128/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 128,
            "title": "Ordine del giorno n. 9/1627/161 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1627/161 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/161 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/161 LOMUTI ARNALDO (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": 42,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26568,
            "slug": "vs19_220_026",
            "identifier": "vs19_220_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_026/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1627",
            "original_title": "Votazione Articolo 20 DDL n. 1627",
            "description_title": "Articolo 20",
            "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.79,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26563,
            "slug": "vs19_220_025",
            "identifier": "vs19_220_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_025/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1627",
            "original_title": "Votazione Articolo 19 DDL n. 1627",
            "description_title": "Articolo 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26552,
            "slug": "vs19_220_018",
            "identifier": "vs19_220_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_018/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 1627",
            "original_title": "Votazione Articolo 12 DDL n. 1627",
            "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": 31,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26555,
            "slug": "vs19_220_006",
            "identifier": "vs19_220_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_006/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.85 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 1.85 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.85 DDL n. 1627",
            "description_title": "Emendamento 1.85 BONAFE' SIMONA (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": 33,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26550,
            "slug": "vs19_220_002",
            "identifier": "vs19_220_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_002/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.81 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 1.81 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.81 DDL n. 1627",
            "description_title": "Emendamento 1.81 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": 30,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 26541,
            "slug": "vs19_220_113",
            "identifier": "vs19_220_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_113/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/1627/146 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1627/146 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/146 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/146 TRAVERSI ROBERTO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 34,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 26538,
            "slug": "vs19_220_092",
            "identifier": "vs19_220_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_092/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 92,
            "title": "Ordine del giorno n. 9/1627/104, come riformulato, LAUS MAURO ANTONIO DONATO (PD-IDP) - Votazione Ordine del giorno 9/1627/104, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/104, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/104, come riformulato, LAUS MAURO ANTONIO DONATO (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": 142,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 26539,
            "slug": "vs19_220_151",
            "identifier": "vs19_220_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_151/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 151,
            "title": "Ordine del giorno n. 9/1627/187, nel testo riformulato, MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1627/187, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/187, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/187, nel testo riformulato, MORFINO 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": 3,
            "n_margin": 150,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26658,
            "slug": "vs19_220_036",
            "identifier": "vs19_220_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_036/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1627/15, nel testo riformulato, FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1627/15, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/15, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/15, nel testo riformulato, FORATTINI ANTONELLA (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": 155,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 26647,
            "slug": "vs19_220_136",
            "identifier": "vs19_220_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_136/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 136,
            "title": "Ordine del giorno n. 9/1627/169 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1627/169 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/169 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/169 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 38,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26628,
            "slug": "vs19_220_056",
            "identifier": "vs19_220_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_056/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1627/46, come riformulato, CARFAGNA MARIA ROSARIA (APERRE) - Votazione Ordine del giorno 9/1627/46, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/46, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/46, come riformulato, CARFAGNA MARIA ROSARIA (APERRE)",
            "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": 48,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26624,
            "slug": "vs19_220_110",
            "identifier": "vs19_220_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_110/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 110,
            "title": "Ordine del giorno n. 9/1627/143 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1627/143 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/143 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/143 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 45,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 26573,
            "slug": "vs19_220_042",
            "identifier": "vs19_220_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_042/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1627/27 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/1627/27 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/27 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/27 ZAN ALESSANDRO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 26537,
            "slug": "vs19_220_111",
            "identifier": "vs19_220_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_111/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/1627/144 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1627/144 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/144 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/144 CANTONE LUCIANO (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": 47,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 26682,
            "slug": "vs19_220_133",
            "identifier": "vs19_220_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_133/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 133,
            "title": "Ordine del giorno n. 9/1627/166 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1627/166 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/166 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/166 CAFIERO DE RAHO FEDERICO (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.48,
            "minority_cohesion_rate": 73.46
        },
        {
            "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": 26584,
            "slug": "vs19_220_142",
            "identifier": "vs19_220_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_142/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 142,
            "title": "Ordine del giorno n. 9/1627/176, come riformulato, LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1627/176, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/176, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/176, come riformulato, LOVECCHIO GIORGIO (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": 10,
            "n_margin": 146,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26580,
            "slug": "vs19_220_099",
            "identifier": "vs19_220_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_099/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/1627/114 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1627/114 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/114 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/114 GIANASSI FEDERICO (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": 72.15,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26579,
            "slug": "vs19_220_101",
            "identifier": "vs19_220_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_101/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 101,
            "title": "Ordine del giorno n. 9/1627/117 MANCINI CLAUDIO (PD-IDP) - Votazione Ordine del giorno 9/1627/117 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/117 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/117 MANCINI CLAUDIO (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": 28,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26578,
            "slug": "vs19_220_102",
            "identifier": "vs19_220_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_102/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 102,
            "title": "Ordine del giorno n. 9/1627/126 MADIA MARIA ANNA (PD-IDP) - Votazione Ordine del giorno 9/1627/126 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/126 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/126 MADIA MARIA ANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26574,
            "slug": "vs19_220_098",
            "identifier": "vs19_220_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_098/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 98,
            "title": "Ordine del giorno n. 9/1627/113 AMENDOLA VINCENZO (PD-IDP) - Votazione Ordine del giorno 9/1627/113 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/113 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/113 AMENDOLA VINCENZO (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": 72.57,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26572,
            "slug": "vs19_220_148",
            "identifier": "vs19_220_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_148/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 148,
            "title": "Ordine del giorno n. 9/1627/184 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1627/184 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/184 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/184 CARAMIELLO ALESSANDRO (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": 34,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 26540,
            "slug": "vs19_220_114",
            "identifier": "vs19_220_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_114/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 114,
            "title": "Ordine del giorno n. 9/1627/147 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1627/147 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/147 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/147 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26547,
            "slug": "vs19_220_017",
            "identifier": "vs19_220_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_017/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 1627",
            "original_title": "Votazione Articolo 11 DDL n. 1627",
            "description_title": "Articolo 11",
            "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": 29,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26545,
            "slug": "vs19_220_005",
            "identifier": "vs19_220_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_005/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.84 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.84 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.84 DDL n. 1627",
            "description_title": "Emendamento 1.84 MANZI IRENE (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": 40,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 26638,
            "slug": "vs19_220_081",
            "identifier": "vs19_220_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_081/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/1627/92 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1627/92 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/92 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/92 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 26637,
            "slug": "vs19_220_088",
            "identifier": "vs19_220_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_088/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/1627/100, come riformulato, IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1627/100, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/100, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/100, come riformulato, IACONO GIOVANNA (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": 4,
            "n_margin": 150,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 26635,
            "slug": "vs19_220_060",
            "identifier": "vs19_220_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_060/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1627/49 CASTIGLIONE GIUSEPPE (APERRE) - Votazione Ordine del giorno 9/1627/49 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/49 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/49 CASTIGLIONE GIUSEPPE (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": 6,
            "n_margin": 106,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 26600,
            "slug": "vs19_220_155",
            "identifier": "vs19_220_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_155/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 155,
            "title": "Ordine del giorno n. 9/1627/203, nel testo riformulato, GRAZIANO STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1627/203, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/203, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/203, nel testo riformulato, GRAZIANO STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 149,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26596,
            "slug": "vs19_220_057",
            "identifier": "vs19_220_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_057/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1627/47, come riformulato, BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1627/47, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/47, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/47, come riformulato, BONETTI ELENA (APERRE)",
            "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": 75.31
        },
        {
            "id": 26695,
            "slug": "vs19_220_073",
            "identifier": "vs19_220_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_073/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/1627/66, nel testo riformulato, ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/1627/66, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/66, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/66, nel testo riformulato, ASCANI ANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 155,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 26674,
            "slug": "vs19_220_156",
            "identifier": "vs19_220_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_156/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 156,
            "title": "Ordine del giorno n. 9/1627/204 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1627/204 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/204 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/204 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": 7,
            "n_margin": 50,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26673,
            "slug": "vs19_220_053",
            "identifier": "vs19_220_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_053/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1627/43, come riformulato, PASTORELLA GIULIA (APERRE) - Votazione Ordine del giorno 9/1627/43, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/43, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/43, come riformulato, PASTORELLA GIULIA (APERRE)",
            "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": 154,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 26646,
            "slug": "vs19_220_159",
            "identifier": "vs19_220_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_159/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 159,
            "title": "Ordine del giorno n. 9/1627/207 BUONGUERRIERI ALICE (FDI) - Votazione Ordine del giorno 9/1627/207 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/207 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/207 BUONGUERRIERI ALICE (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": 10,
            "n_margin": 49,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26645,
            "slug": "vs19_220_058",
            "identifier": "vs19_220_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_058/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1627/48, limitatamente all'impegno, nel testo riformulato, BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1627/48, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/48, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/48, limitatamente all'impegno, nel testo riformulato, BENZONI FABRIZIO (APERRE)",
            "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": 157,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 26641,
            "slug": "vs19_220_112",
            "identifier": "vs19_220_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_112/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/1627/145, come riformulato, FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1627/145, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/145, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/145, come riformulato, FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 145,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 26640,
            "slug": "vs19_220_135",
            "identifier": "vs19_220_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_135/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 135,
            "title": "Ordine del giorno n. 9/1627/168, come riformulato, DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1627/168, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/168, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/168, come riformulato, DELL'OLIO GIANMAURO (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": 7,
            "n_margin": 146,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26613,
            "slug": "vs19_220_122",
            "identifier": "vs19_220_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_122/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 122,
            "title": "Ordine del giorno n. 9/1627/155 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1627/155 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/155 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/155 SPORTIELLO GILDA (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": 35,
            "majority_cohesion_rate": 77.64,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 26601,
            "slug": "vs19_220_076",
            "identifier": "vs19_220_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_076/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/1627/75, nel testo riformulato, NEVI RAFFAELE (FI-PPE) - Votazione Ordine del giorno 9/1627/75, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/75, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/75, nel testo riformulato, NEVI RAFFAELE (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": 23,
            "n_margin": 133,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 26599,
            "slug": "vs19_220_117",
            "identifier": "vs19_220_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_117/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/1627/150 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1627/150 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/150 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/150 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26597,
            "slug": "vs19_220_038",
            "identifier": "vs19_220_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_038/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1627/21 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1627/21 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/21 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/21 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": "Approvata",
            "n_rebels": 4,
            "n_margin": 154,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 26593,
            "slug": "vs19_220_078",
            "identifier": "vs19_220_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_078/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1627/89 CAPPELLACCI UGO (FI-PPE) - Votazione Ordine del giorno 9/1627/89 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/89 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/89 CAPPELLACCI UGO (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": 5,
            "n_margin": 155,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 26588,
            "slug": "vs19_220_129",
            "identifier": "vs19_220_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_129/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 129,
            "title": "Ordine del giorno n. 9/1627/162 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1627/162 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/162 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/162 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 26464,
            "slug": "vs19_219_055",
            "identifier": "vs19_219_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_055/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 1.55 FENU EMILIANO (M5S) - Votazione Emendamento 1.55 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.55 DDL n. 1627",
            "description_title": "Emendamento 1.55 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 65,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 26476,
            "slug": "vs19_219_028",
            "identifier": "vs19_219_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_028/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.28 SCERRA FILIPPO (M5S) - Votazione Emendamento 1.28 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.28 DDL n. 1627",
            "description_title": "Emendamento 1.28 SCERRA FILIPPO (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": 44,
            "majority_cohesion_rate": 79.75,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26456,
            "slug": "vs19_219_005",
            "identifier": "vs19_219_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_005/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 ROGGIANI SILVIA (PD-IDP) - Votazione Emendamento 1.5 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1627",
            "description_title": "Emendamento 1.5 ROGGIANI SILVIA (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": 34,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 71.6
        }
    ]
}