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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=315",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=313",
    "results": [
        {
            "id": 19192,
            "slug": "vs19_046_008",
            "identifier": "vs19_046_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_008/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0303",
            "original_title": "Votazione Articolo 3 PDL n. 0303",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19188,
            "slug": "vs19_046_009",
            "identifier": "vs19_046_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_009/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0303",
            "original_title": "Votazione Articolo 4 PDL n. 0303",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 148,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 19190,
            "slug": "vs19_046_011",
            "identifier": "vs19_046_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_011/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0303",
            "original_title": "Votazione Articolo 6 PDL n. 0303",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 21928,
            "slug": "vs19_137_120",
            "identifier": "vs19_137_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_120/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 120,
            "title": "Emendamento 5.93 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 5.93 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.93 DDL n. 1038",
            "description_title": "Emendamento 5.93 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 21913,
            "slug": "vs19_137_073",
            "identifier": "vs19_137_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_073/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 5.15 ALIFANO ENRICA (M5S) - Votazione Emendamento 5.15 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.15 DDL n. 1038",
            "description_title": "Emendamento 5.15 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 68,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 22076,
            "slug": "vs19_137_184",
            "identifier": "vs19_137_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_184/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 184,
            "title": "Emendamento 9.19 GRIMALDI MARCO (AVS) - Votazione Emendamento 9.19 DDL n. 1038",
            "original_title": "Votazione Emendamento 9.19 DDL n. 1038",
            "description_title": "Emendamento 9.19 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 70,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 18977,
            "slug": "vs19_033_024",
            "identifier": "vs19_033_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_024/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/730/45 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/730/45 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/45 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/45 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22692,
            "slug": "vs19_128_030",
            "identifier": "vs19_128_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_030/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1238/22 VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1238/22 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/22 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/22 VACCARI STEFANO (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": 27,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22182,
            "slug": "vs19_137_017",
            "identifier": "vs19_137_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_017/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.29 FENU EMILIANO (M5S) - Votazione Emendamento 2.29 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.29 DDL n. 1038",
            "description_title": "Emendamento 2.29 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22135,
            "slug": "vs19_137_014",
            "identifier": "vs19_137_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_014/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.20 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 2.20 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.20 DDL n. 1038",
            "description_title": "Emendamento 2.20 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 22058,
            "slug": "vs19_137_183",
            "identifier": "vs19_137_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_183/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 183,
            "title": "Emendamento 9.18 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 9.18 DDL n. 1038",
            "original_title": "Votazione Emendamento 9.18 DDL n. 1038",
            "description_title": "Emendamento 9.18 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 22184,
            "slug": "vs19_137_096",
            "identifier": "vs19_137_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_096/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 5.49 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 5.49 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.49 DDL n. 1038",
            "description_title": "Emendamento 5.49 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22083,
            "slug": "vs19_137_009",
            "identifier": "vs19_137_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_009/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.9 ALIFANO ENRICA (M5S) - Votazione Emendamento 2.9 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1038",
            "description_title": "Emendamento 2.9 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 22090,
            "slug": "vs19_138_071",
            "identifier": "vs19_138_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_071/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 71,
            "title": "Legge delega riforma fiscale",
            "original_title": "Votazione finale DDL n. 1038",
            "description_title": "Delega al Governo per la riforma fiscale (DDL 1038 e abbinata PDL 75)",
            "public_title": "Legge delega riforma fiscale",
            "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": 42,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 21125,
            "slug": "vs19_097_093",
            "identifier": "vs19_097_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_093/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 93,
            "title": "Subemendamento 0.11.0100.3 BRAGA CHIARA (PD-IDP) - Votazione Emendamento 0.11.0100.3 PDL n. 0859",
            "original_title": "Votazione Emendamento 0.11.0100.3 PDL n. 0859",
            "description_title": "Subemendamento 0.11.0100.3 BRAGA CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 22074,
            "slug": "vs19_137_018",
            "identifier": "vs19_137_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_018/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.30 GRIMALDI MARCO (AVS) - Votazione Emendamento 2.30 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.30 DDL n. 1038",
            "description_title": "Emendamento 2.30 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22064,
            "slug": "vs19_138_029",
            "identifier": "vs19_138_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_029/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 16.1 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 16.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 16.1 DDL n. 1038",
            "description_title": "Emendamento 16.1 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 41,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 21894,
            "slug": "vs19_138_035",
            "identifier": "vs19_138_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_035/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 17.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 17.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 17.1 DDL n. 1038",
            "description_title": "Emendamento 17.1 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 22146,
            "slug": "vs19_137_180",
            "identifier": "vs19_137_180",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_180/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 180,
            "title": "Emendamento 9.15 FENU EMILIANO (M5S) - Votazione Emendamento 9.15 DDL n. 1038",
            "original_title": "Votazione Emendamento 9.15 DDL n. 1038",
            "description_title": "Emendamento 9.15 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 21433,
            "slug": "vs19_111_014",
            "identifier": "vs19_111_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_111_014/?format=api",
            "sitting": {
                "id": 1389,
                "date": "2023-05-30",
                "number": 111,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0916",
            "original_title": "Votazione Articolo 3 PDL n. 0916",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 148,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 21050,
            "slug": "vs19_097_060",
            "identifier": "vs19_097_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_060/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno  n. 9/1112/67 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1112/67 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/67 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/67 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": 30,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22229,
            "slug": "vs19_138_055",
            "identifier": "vs19_138_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_055/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1038 e abb./31 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1038 e abb./31 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./31 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./31 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": 58,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 21117,
            "slug": "vs19_097_088",
            "identifier": "vs19_097_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_088/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 88,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0859",
            "original_title": "Votazione Articolo 8 PDL n. 0859",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 140,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 22230,
            "slug": "vs19_138_054",
            "identifier": "vs19_138_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_054/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1038 e abb./30 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1038 e abb./30 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./30 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./30 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22050,
            "slug": "vs19_138_027",
            "identifier": "vs19_138_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_027/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 15.7  MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 15.7 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.7 DDL n. 1038",
            "description_title": "Emendamento 15.7  MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 57,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 22052,
            "slug": "vs19_138_037",
            "identifier": "vs19_138_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_037/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 18.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 18.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 18.1 DDL n. 1038",
            "description_title": "Emendamento 18.1 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22164,
            "slug": "vs19_138_020",
            "identifier": "vs19_138_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_020/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 14.1 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 14.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 14.1 DDL n. 1038",
            "description_title": "Emendamento 14.1 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 46,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 22232,
            "slug": "vs19_138_053",
            "identifier": "vs19_138_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_053/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1038 e abb./24 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1038 e abb./24 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./24 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./24 SANTILLO AGOSTINO (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": 71.31,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 22103,
            "slug": "vs19_138_044",
            "identifier": "vs19_138_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_044/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1038",
            "original_title": "Votazione Articolo 20 DDL n. 1038",
            "description_title": "Articolo 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22024,
            "slug": "vs19_138_039",
            "identifier": "vs19_138_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_039/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 18.5 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 18.5 DDL n. 1038",
            "original_title": "Votazione Emendamento 18.5 DDL n. 1038",
            "description_title": "Emendamento 18.5 MARATTIN LUIGI (AIV-RE)",
            "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": 56,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 21154,
            "slug": "vs19_097_072",
            "identifier": "vs19_097_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_072/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1112/79 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1112/79 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/79 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/79 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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 21908,
            "slug": "vs19_138_034",
            "identifier": "vs19_138_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_034/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1038",
            "original_title": "Votazione Articolo 16 DDL n. 1038",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 21882,
            "slug": "vs19_137_020",
            "identifier": "vs19_137_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_020/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.32 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 2.32 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.32 DDL n. 1038",
            "description_title": "Emendamento 2.32 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 60,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 18925,
            "slug": "vs19_029_135",
            "identifier": "vs19_029_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_135/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 135,
            "title": "Ordine del giorno n. 9/705/140 BOSCHI MARIA ELENA (AIV-RE) - Votazione Ordine del giorno 9/705/140 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/140 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/140 BOSCHI MARIA ELENA (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": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 21133,
            "slug": "vs19_097_095",
            "identifier": "vs19_097_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_095/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 95,
            "title": "Articolo aggiuntivo 11.0100 del Governo - Votazione Emendamento 11.0100 PDL n. 0859",
            "original_title": "Votazione Emendamento 11.0100 PDL n. 0859",
            "description_title": "Articolo aggiuntivo 11.0100 del Governo",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 139,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 21140,
            "slug": "vs19_097_062",
            "identifier": "vs19_097_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_062/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1112/69 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/1112/69 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/69 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/69 MARINO MARIA STEFANIA (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": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 21912,
            "slug": "vs19_137_119",
            "identifier": "vs19_137_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_119/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 119,
            "title": "Emendamento 5.91 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.91 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.91 DDL n. 1038",
            "description_title": "Emendamento 5.91 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 100,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 39020,
            "slug": "vs19_497_020",
            "identifier": "vs19_497_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_497_020/?format=api",
            "sitting": {
                "id": 2021,
                "date": "2025-06-23",
                "number": 497,
                "branch": "C"
            },
            "number": 20,
            "title": "Votazione sul capoverso 1 della risoluzione presentata da Azione in vista del Consiglio europeo del 26 e 27 giugno",
            "original_title": "Votazione Risoluzione 6_00194",
            "description_title": "RIS 6-194 CPV 1 DISP",
            "public_title": "Votazione sul capoverso 1 della risoluzione presentata da Azione in vista del Consiglio europeo del 26 e 27 giugno",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 94,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 40.38
        },
        {
            "id": 22174,
            "slug": "vs19_137_040",
            "identifier": "vs19_137_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_040/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.8 GRIMALDI MARCO (AVS) - Votazione Emendamento 3.8 DDL n. 1038",
            "original_title": "Votazione Emendamento 3.8 DDL n. 1038",
            "description_title": "Emendamento 3.8 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 45,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 21193,
            "slug": "vs19_103_027",
            "identifier": "vs19_103_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_027/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1067/35 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1067/35 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/35 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/35 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": 30,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 21169,
            "slug": "vs19_103_004",
            "identifier": "vs19_103_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_004/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1067/6 SOUMAHORO ABOUBAKAR (MISTO) - Votazione Ordine del giorno 9/1067/6 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/6 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/6 SOUMAHORO ABOUBAKAR (MISTO)",
            "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": 34,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 21446,
            "slug": "vs19_111_026",
            "identifier": "vs19_111_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_111_026/?format=api",
            "sitting": {
                "id": 1389,
                "date": "2023-05-30",
                "number": 111,
                "branch": "C"
            },
            "number": 26,
            "title": "Ratifica convenzioni in tema di sicurezza sul lavoro",
            "original_title": "Votazione finale PDL n. 0914",
            "description_title": "Ratifica ed esecuzione delle seguenti Convenzioni: a) Convenzione sulla salute e la sicurezza dei lavoratori, n. 155, fatta a Ginevra il 22 giugno 1981, e relativo Protocollo, fatto a Ginevra il 20 giugno 2002; b) Convenzione sul quadro promozionale per la salute e la sicurezza sul lavoro, n. 187, fatta a Ginevra il 15 giugno 2006 (Approvata dal Senato) (PDL 914)",
            "public_title": "Ratifica convenzioni in tema di sicurezza sul lavoro",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 149,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 21197,
            "slug": "vs19_103_036",
            "identifier": "vs19_103_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_036/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1067/43, sul secondo impegno della parte dispositiva, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1067/43, DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/43, DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/43, sul secondo impegno della parte dispositiva, GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 91,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 19264,
            "slug": "vs19_051_032",
            "identifier": "vs19_051_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_032/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/750/38 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/750/38 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/38 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/38 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 21453,
            "slug": "vs19_111_025",
            "identifier": "vs19_111_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_111_025/?format=api",
            "sitting": {
                "id": 1389,
                "date": "2023-05-30",
                "number": 111,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0914",
            "original_title": "Votazione Articolo 4 PDL n. 0914",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 150,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 21192,
            "slug": "vs19_103_033",
            "identifier": "vs19_103_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_033/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1067/41 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1067/41 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/41 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/41 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": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 19271,
            "slug": "vs19_051_006",
            "identifier": "vs19_051_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_006/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/750/10 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/750/10 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/10 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/10 GHIRRA FRANCESCA (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": 26,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 21205,
            "slug": "vs19_103_040",
            "identifier": "vs19_103_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_040/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1067/48 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1067/48 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/48 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/48 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21189,
            "slug": "vs19_103_026",
            "identifier": "vs19_103_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_026/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1067/34 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1067/34 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/34 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/34 GHIRRA FRANCESCA (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": 27,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21171,
            "slug": "vs19_103_029",
            "identifier": "vs19_103_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_029/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1067/37 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1067/37 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/37 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/37 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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 66.05
        }
    ]
}