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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=32",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=30",
    "results": [
        {
            "id": 19554,
            "slug": "19-41-17",
            "identifier": "19-41-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-41-17/?format=api",
            "sitting": {
                "id": 1303,
                "date": "2023-02-22",
                "number": 41,
                "branch": "S"
            },
            "number": 17,
            "title": "D-l 2/2023 - Impianti di interesse strategico nazionale - ODG G1.303, Aurora Floridia",
            "original_title": "ODG G1.303, Aurora Floridia",
            "description_title": "D-l 2/2023 - Impianti di interesse strategico nazionale",
            "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": 67.83,
            "minority_cohesion_rate": 35.63
        },
        {
            "id": 19526,
            "slug": "19-41-33",
            "identifier": "19-41-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-41-33/?format=api",
            "sitting": {
                "id": 1303,
                "date": "2023-02-22",
                "number": 41,
                "branch": "S"
            },
            "number": 33,
            "title": "D-l 2/2023 - Impianti di interesse strategico nazionale - Em. 4-bis.0.302, Nicita",
            "original_title": "Em. 4-bis.0.302, Nicita",
            "description_title": "D-l 2/2023 - Impianti di interesse strategico nazionale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 5,
            "majority_cohesion_rate": 63.48,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 19517,
            "slug": "19-41-57",
            "identifier": "19-41-57",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-41-57/?format=api",
            "sitting": {
                "id": 1303,
                "date": "2023-02-22",
                "number": 41,
                "branch": "S"
            },
            "number": 57,
            "title": "D-l 2/2023 - Impianti di interesse strategico nazionale - Em. 6.3, Lopreiato e altri",
            "original_title": "Em. 6.3, Lopreiato e altri",
            "description_title": "D-l 2/2023 - Impianti di interesse strategico nazionale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 21,
            "majority_cohesion_rate": 59.13,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 19480,
            "slug": "19-41-75",
            "identifier": "19-41-75",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-41-75/?format=api",
            "sitting": {
                "id": 1303,
                "date": "2023-02-22",
                "number": 41,
                "branch": "S"
            },
            "number": 75,
            "title": "D-l 2/2023 - Impianti di interesse strategico nazionale - Em. 8.5, Turco e altri",
            "original_title": "Em. 8.5, Turco e altri",
            "description_title": "D-l 2/2023 - Impianti di interesse strategico nazionale",
            "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": 28,
            "majority_cohesion_rate": 66.09,
            "minority_cohesion_rate": 34.48
        },
        {
            "id": 19720,
            "slug": "vs19_057_001",
            "identifier": "vs19_057_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_001/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/888/2, nel testo riformulato, MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/888/2, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/2, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/2, nel testo riformulato, MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 123,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19731,
            "slug": "vs19_057_034",
            "identifier": "vs19_057_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_034/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/888/75 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/888/75 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/75 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/75 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19699,
            "slug": "vs19_057_047",
            "identifier": "vs19_057_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_047/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/888/97 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/888/97 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/97 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/97 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 14,
            "n_margin": 111,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 19697,
            "slug": "vs19_057_010",
            "identifier": "vs19_057_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_010/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/888/25 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/888/25 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/25 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/25 ZANELLA LUANA (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": 46,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 19698,
            "slug": "vs19_057_019",
            "identifier": "vs19_057_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_019/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/888/38 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/888/38 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/38 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/38 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": 5,
            "n_margin": 44,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 19688,
            "slug": "vs19_057_035",
            "identifier": "vs19_057_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_035/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/888/77 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/888/77 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/77 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/77 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": 22,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19736,
            "slug": "vs19_057_036",
            "identifier": "vs19_057_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_036/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/888/80 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/888/80 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/80 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/80 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": 40,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 19727,
            "slug": "vs19_057_042",
            "identifier": "vs19_057_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_042/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/888/89 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/888/89 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/89 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/89 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 19737,
            "slug": "vs19_057_030",
            "identifier": "vs19_057_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_030/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/888/63 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/888/63 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/63 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/63 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": 30,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19732,
            "slug": "vs19_057_048",
            "identifier": "vs19_057_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_048/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/888/109, limitatamente all'impegno, DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/888/109, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/109, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/109, limitatamente all'impegno, DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 19722,
            "slug": "vs19_057_023",
            "identifier": "vs19_057_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_023/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/888/54, nel testo riformulato, PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/888/54, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/54, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/54, nel testo riformulato, PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 139,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 19726,
            "slug": "vs19_057_031",
            "identifier": "vs19_057_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_031/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/888/69 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/888/69 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/69 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/69 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": 28,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 19708,
            "slug": "vs19_057_017",
            "identifier": "vs19_057_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_017/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/888/35, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/888/35, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/35, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/35, nel testo riformulato, GIRELLI GIAN ANTONIO (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": 136,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 19729,
            "slug": "vs19_057_008",
            "identifier": "vs19_057_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_008/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/888/23 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/888/23 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/23 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/23 SERRACCHIANI DEBORA (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": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19695,
            "slug": "vs19_057_013",
            "identifier": "vs19_057_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_013/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/888/29, come riformulato, BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/888/29, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/29, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/29, come riformulato, BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 140,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19719,
            "slug": "vs19_057_053",
            "identifier": "vs19_057_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_053/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/888/78 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/888/78 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/78 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/78 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": 3,
            "n_margin": 46,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 19714,
            "slug": "vs19_057_046",
            "identifier": "vs19_057_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_046/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/888/96 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/888/96 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/96 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/96 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": 23,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19733,
            "slug": "vs19_057_033",
            "identifier": "vs19_057_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_033/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/888/72 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/888/72 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/72 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/72 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 51,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 19710,
            "slug": "vs19_057_049",
            "identifier": "vs19_057_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_049/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/888/110, nel testo riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/888/110, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/110, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/110, nel testo riformulato, RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 116,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 19709,
            "slug": "vs19_057_045",
            "identifier": "vs19_057_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_045/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/888/93 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/888/93 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/93 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/93 RICCIARDI MARIANNA (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": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 19704,
            "slug": "vs19_057_007",
            "identifier": "vs19_057_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_007/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/888/22 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/888/22 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/22 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/22 PELUFFO VINICIO GIUSEPPE GUIDO (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": 40,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 19711,
            "slug": "vs19_057_029",
            "identifier": "vs19_057_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_029/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/888/62 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/888/62 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/62 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/62 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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19716,
            "slug": "vs19_057_052",
            "identifier": "vs19_057_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_052/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/888/60 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/888/60 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/60 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/60 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": 38,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 19725,
            "slug": "vs19_057_038",
            "identifier": "vs19_057_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_038/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/888/82 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/888/82 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/82 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/82 GIULIANO CARLA (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": 50,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 19705,
            "slug": "vs19_057_028",
            "identifier": "vs19_057_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_028/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/888/61 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/888/61 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/61 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/61 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 54,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 19713,
            "slug": "vs19_057_012",
            "identifier": "vs19_057_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_012/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/888/27 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/888/27 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/27 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/27 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 19687,
            "slug": "vs19_057_022",
            "identifier": "vs19_057_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_022/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/888/47 MULE' GIORGIO (FI-PPE) - Votazione Ordine del giorno 9/888/47 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/47 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/47 MULE' GIORGIO (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": 3,
            "n_margin": 114,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 19690,
            "slug": "vs19_057_016",
            "identifier": "vs19_057_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_016/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/888/33, nel testo riformulato, SOUMAHORO ABOUBAKAR (MISTO) - Votazione Ordine del giorno 9/888/33, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/33, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/33, nel testo riformulato, SOUMAHORO ABOUBAKAR (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 12,
            "n_margin": 131,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19721,
            "slug": "vs19_057_043",
            "identifier": "vs19_057_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_043/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/888/90 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/888/90 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/90 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/90 PELLEGRINI MARCO (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": 28,
            "n_margin": 106,
            "majority_cohesion_rate": 51.9,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19686,
            "slug": "vs19_057_051",
            "identifier": "vs19_057_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_051/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/888/42, nel testo riformulato, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/888/42, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/42, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/42, nel testo riformulato, 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": 10,
            "n_margin": 98,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 19693,
            "slug": "vs19_057_009",
            "identifier": "vs19_057_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_009/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/888/24 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/888/24 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/24 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/24 PAGANO UBALDO (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": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19689,
            "slug": "vs19_057_005",
            "identifier": "vs19_057_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_005/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/888/14 DE MONTE ISABELLA (AIV-RE) - Votazione Ordine del giorno 9/888/14 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/14 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/14 DE MONTE ISABELLA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 19723,
            "slug": "vs19_057_026",
            "identifier": "vs19_057_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_026/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/888/58 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/888/58 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/58 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/58 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": 4,
            "n_margin": 33,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 19712,
            "slug": "vs19_057_006",
            "identifier": "vs19_057_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_006/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/888/21, nel testo riformulato, CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/888/21, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/21, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/21, nel testo riformulato, CASU ANDREA (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": 115,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 19700,
            "slug": "vs19_057_037",
            "identifier": "vs19_057_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_037/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/888/81 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/888/81 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/81 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/81 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": 64.98,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19718,
            "slug": "vs19_057_044",
            "identifier": "vs19_057_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_044/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/888/92 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/888/92 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/92 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/92 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 19696,
            "slug": "vs19_057_003",
            "identifier": "vs19_057_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_003/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/888/9, nel testo riformulato, MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/888/9, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/9, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/9, nel testo riformulato, 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": "Approvata",
            "n_rebels": 3,
            "n_margin": 131,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19685,
            "slug": "vs19_057_054",
            "identifier": "vs19_057_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_054/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 54,
            "title": "Conversione decreto milleproroghe",
            "original_title": "Votazione finale DDL n. 0888",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 29 dicembre 2022, n. 198, recante disposizioni urgenti in materia di termini legislativi. Proroga di termini per l'esercizio di deleghe legislative (Approvato dal Senato) (DDL 888)",
            "public_title": "Conversione decreto milleproroghe",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 19701,
            "slug": "vs19_057_032",
            "identifier": "vs19_057_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_032/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/888/70, nel testo riformulato, CARMINA IDA (M5S) - Votazione Ordine del giorno 9/888/70, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/70, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/70, nel testo riformulato, CARMINA IDA (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": 133,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19706,
            "slug": "vs19_057_039",
            "identifier": "vs19_057_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_039/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/888/83 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/888/83 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/83 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/83 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 19707,
            "slug": "vs19_057_040",
            "identifier": "vs19_057_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_040/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/888/86 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/888/86 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/86 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/86 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": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19738,
            "slug": "vs19_057_018",
            "identifier": "vs19_057_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_018/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/888/37 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/888/37 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/37 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/37 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": 4,
            "n_margin": 36,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 19703,
            "slug": "vs19_057_021",
            "identifier": "vs19_057_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_021/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/888/43 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/888/43 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/43 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/43 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19734,
            "slug": "vs19_057_024",
            "identifier": "vs19_057_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_024/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/888/56, nel testo riformulato, MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/888/56, DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/56, DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/56, nel testo riformulato, MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 137,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19661,
            "slug": "19-42-74",
            "identifier": "19-42-74",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-42-74/?format=api",
            "sitting": {
                "id": 1305,
                "date": "2023-02-23",
                "number": 42,
                "branch": "S"
            },
            "number": 74,
            "title": "d-l 1/2023 - gestione flussi migratori - Em. 1.101, De Cristofaro e altri",
            "original_title": "Em. 1.101, De Cristofaro e altri",
            "description_title": "d-l 1/2023 - gestione flussi migratori",
            "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": 11,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 19649,
            "slug": "19-42-97",
            "identifier": "19-42-97",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-42-97/?format=api",
            "sitting": {
                "id": 1305,
                "date": "2023-02-23",
                "number": 42,
                "branch": "S"
            },
            "number": 97,
            "title": "d-l 1/2023 - gestione flussi migratori - Em. 1.139, Maiorino e Cataldi",
            "original_title": "Em. 1.139, Maiorino e Cataldi",
            "description_title": "d-l 1/2023 - gestione flussi migratori",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 73.56
        }
    ]
}