Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=247
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=-identifier&page=248",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=246",
    "results": [
        {
            "id": 22847,
            "slug": "vs19_129_031",
            "identifier": "vs19_129_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_031/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1238/114 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1238/114 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/114 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/114 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 49,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22893,
            "slug": "vs19_129_030",
            "identifier": "vs19_129_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_030/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1238/112 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1238/112 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/112 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/112 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": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22853,
            "slug": "vs19_129_029",
            "identifier": "vs19_129_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_029/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1238/111 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1238/111 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/111 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/111 PICCOLOTTI ELISABETTA (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": 40,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22864,
            "slug": "vs19_129_028",
            "identifier": "vs19_129_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_028/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1238/110 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1238/110 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/110 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/110 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": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22889,
            "slug": "vs19_129_027",
            "identifier": "vs19_129_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_027/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1238/108 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1238/108 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/108 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/108 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22845,
            "slug": "vs19_129_026",
            "identifier": "vs19_129_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_026/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1238/107 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1238/107 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/107 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/107 MARI FRANCESCO (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": 41,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22900,
            "slug": "vs19_129_025",
            "identifier": "vs19_129_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_025/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1238/106 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1238/106 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/106 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/106 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22842,
            "slug": "vs19_129_024",
            "identifier": "vs19_129_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_024/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1238/105 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1238/105 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/105 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/105 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22854,
            "slug": "vs19_129_023",
            "identifier": "vs19_129_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_023/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1238/103, come riformulato, PASTORINO LUCA (MISTO) - Votazione Ordine del giorno 9/1238/103, DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/103, DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/103, come riformulato, PASTORINO LUCA (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": 2,
            "n_margin": 139,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 22857,
            "slug": "vs19_129_022",
            "identifier": "vs19_129_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_022/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1238/102 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1238/102 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/102 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/102 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": 24,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22882,
            "slug": "vs19_129_021",
            "identifier": "vs19_129_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_021/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1238/101 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1238/101 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/101 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/101 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22861,
            "slug": "vs19_129_020",
            "identifier": "vs19_129_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_020/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1238/99 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/1238/99 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/99 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/99 DI LAURO CARMEN (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": 69.2,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22896,
            "slug": "vs19_129_019",
            "identifier": "vs19_129_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_019/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1238/98 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1238/98 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/98 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/98 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22860,
            "slug": "vs19_129_018",
            "identifier": "vs19_129_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_018/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1238/97 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1238/97 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/97 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/97 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 22850,
            "slug": "vs19_129_017",
            "identifier": "vs19_129_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_017/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1238/96 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1238/96 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/96 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/96 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22897,
            "slug": "vs19_129_016",
            "identifier": "vs19_129_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_016/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1238/95 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1238/95 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/95 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/95 DONNO LEONARDO (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": 67.51,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 22867,
            "slug": "vs19_129_015",
            "identifier": "vs19_129_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_015/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1238/94 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1238/94 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/94 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/94 TUCCI RICCARDO (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": 41,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22863,
            "slug": "vs19_129_014",
            "identifier": "vs19_129_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_014/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1238/93 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1238/93 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/93 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/93 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 22848,
            "slug": "vs19_129_013",
            "identifier": "vs19_129_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_013/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1238/91 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1238/91 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/91 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/91 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": 22,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22880,
            "slug": "vs19_129_012",
            "identifier": "vs19_129_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_012/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1238/90 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1238/90 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/90 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/90 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22895,
            "slug": "vs19_129_011",
            "identifier": "vs19_129_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_011/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1238/89 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1238/89 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/89 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/89 CAROTENUTO DARIO (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": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 22859,
            "slug": "vs19_129_010",
            "identifier": "vs19_129_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_010/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1238/88 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1238/88 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/88 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/88 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22839,
            "slug": "vs19_129_009",
            "identifier": "vs19_129_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_009/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1238/87 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1238/87 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/87 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/87 FEDE GIORGIO (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": 25,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22885,
            "slug": "vs19_129_008",
            "identifier": "vs19_129_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_008/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1238/86 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1238/86 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/86 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/86 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": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 22892,
            "slug": "vs19_129_007",
            "identifier": "vs19_129_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_007/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1238/84, nel testo riformulato, CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1238/84, DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/84, DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/84, nel testo riformulato, CASO ANTONIO (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": 9,
            "n_margin": 135,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22871,
            "slug": "vs19_129_006",
            "identifier": "vs19_129_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_006/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1238/83 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1238/83 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/83 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/83 AMATO GAETANO (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": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22884,
            "slug": "vs19_129_005",
            "identifier": "vs19_129_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_005/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1238/82 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1238/82 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/82 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/82 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 22901,
            "slug": "vs19_129_004",
            "identifier": "vs19_129_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_004/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1238/81 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1238/81 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/81 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/81 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22855,
            "slug": "vs19_129_003",
            "identifier": "vs19_129_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_003/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1238/80 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/1238/80 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/80 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/80 SCERRA FILIPPO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22878,
            "slug": "vs19_129_002",
            "identifier": "vs19_129_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_002/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1238/79 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1238/79 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/79 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/79 BRUNO RAFFAELE (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": 29,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22872,
            "slug": "vs19_129_001",
            "identifier": "vs19_129_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_001/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1238/77 giuliano - Votazione Ordine del giorno 9/1238/77 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/77 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/77 giuliano",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 22732,
            "slug": "vs19_128_065",
            "identifier": "vs19_128_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_065/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1238/76 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1238/76 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/76 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/76 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": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22677,
            "slug": "vs19_128_064",
            "identifier": "vs19_128_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_064/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1238/75 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1238/75 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/75 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/75 D'ORSO 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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22683,
            "slug": "vs19_128_063",
            "identifier": "vs19_128_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_063/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1238/72 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1238/72 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/72 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/72 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22721,
            "slug": "vs19_128_062",
            "identifier": "vs19_128_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_062/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1238/71 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1238/71 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/71 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/71 MORFINO DANIELA (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": 65.4,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 22731,
            "slug": "vs19_128_061",
            "identifier": "vs19_128_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_061/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1238/70 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1238/70 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/70 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/70 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22687,
            "slug": "vs19_128_060",
            "identifier": "vs19_128_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_060/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1238/68 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1238/68 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/68 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/68 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 22725,
            "slug": "vs19_128_059",
            "identifier": "vs19_128_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_059/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1238/67 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/1238/67 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/67 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/67 TODDE ALESSANDRA (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": 28,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22678,
            "slug": "vs19_128_058",
            "identifier": "vs19_128_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_058/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1238/66 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1238/66 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/66 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/66 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 87,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 22727,
            "slug": "vs19_128_057",
            "identifier": "vs19_128_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_057/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1238/64 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1238/64 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/64 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/64 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22709,
            "slug": "vs19_128_056",
            "identifier": "vs19_128_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_056/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1238/63 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1238/63 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/63 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/63 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": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 22688,
            "slug": "vs19_128_055",
            "identifier": "vs19_128_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_055/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1238/62 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1238/62 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/62 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/62 BALDINO VITTORIA (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": 28,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22681,
            "slug": "vs19_128_054",
            "identifier": "vs19_128_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_054/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1238/61 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1238/61 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/61 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/61 RAFFA ANGELA (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": 28,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22706,
            "slug": "vs19_128_053",
            "identifier": "vs19_128_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_053/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1238/59 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1238/59 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/59 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/59 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22702,
            "slug": "vs19_128_052",
            "identifier": "vs19_128_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_052/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1238/58 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1238/58 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/58 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/58 FENU EMILIANO (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": 29,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22726,
            "slug": "vs19_128_051",
            "identifier": "vs19_128_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_051/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1238/57 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1238/57 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/57 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/57 RICCIARDI RICCARDO (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22735,
            "slug": "vs19_128_050",
            "identifier": "vs19_128_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_050/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1238/54 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1238/54 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/54 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/54 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 37,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22694,
            "slug": "vs19_128_049",
            "identifier": "vs19_128_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_049/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1238/52 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/1238/52 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/52 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/52 GUBITOSA MICHELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22719,
            "slug": "vs19_128_048",
            "identifier": "vs19_128_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_048/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1238/49 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/1238/49 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/49 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/49 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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22698,
            "slug": "vs19_128_047",
            "identifier": "vs19_128_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_047/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1238/48 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1238/48 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/48 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/48 FORNARO FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 65.43
        }
    ]
}