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

{
    "count": 22951,
    "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=240",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=238",
    "results": [
        {
            "id": 29971,
            "slug": "vs19_281_011",
            "identifier": "vs19_281_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_011/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1752/32 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1752/32 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/32 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/32 BRUNO RAFFAELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29966,
            "slug": "vs19_281_031",
            "identifier": "vs19_281_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_031/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1752/53 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1752/53 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/53 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/53 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29948,
            "slug": "vs19_281_003",
            "identifier": "vs19_281_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_003/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1752/16 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/1752/16 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/16 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/16 SOUMAHORO ABOUBAKAR (M-ALT)",
            "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": 59.92,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29962,
            "slug": "vs19_281_032",
            "identifier": "vs19_281_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_032/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1752/54 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1752/54 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/54 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/54 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": 46,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 29947,
            "slug": "vs19_281_008",
            "identifier": "vs19_281_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_008/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1752/29 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1752/29 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/29 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/29 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29963,
            "slug": "vs19_281_012",
            "identifier": "vs19_281_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_012/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1752/33 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1752/33 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/33 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/33 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29967,
            "slug": "vs19_281_014",
            "identifier": "vs19_281_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_014/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1752/35 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1752/35 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/35 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/35 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29978,
            "slug": "vs19_281_010",
            "identifier": "vs19_281_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_010/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1752/31 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1752/31 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/31 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/31 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 29969,
            "slug": "vs19_281_029",
            "identifier": "vs19_281_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_029/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1752/50 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1752/50 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/50 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/50 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29964,
            "slug": "vs19_281_033",
            "identifier": "vs19_281_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_033/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1752/55 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1752/55 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/55 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/55 COLUCCI ALFONSO (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": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29974,
            "slug": "vs19_281_015",
            "identifier": "vs19_281_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_015/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1752/36 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1752/36 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/36 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/36 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": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29940,
            "slug": "vs19_281_021",
            "identifier": "vs19_281_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_021/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1752/42 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1752/42 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/42 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/42 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29956,
            "slug": "vs19_281_024",
            "identifier": "vs19_281_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_024/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1752/45 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1752/45 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/45 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/45 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29955,
            "slug": "vs19_281_002",
            "identifier": "vs19_281_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_002/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1752/9 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Ordine del giorno 9/1752/9 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/9 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/9 CARFAGNA MARIA ROSARIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 29953,
            "slug": "vs19_281_028",
            "identifier": "vs19_281_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_028/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1752/49 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1752/49 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/49 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/49 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29954,
            "slug": "vs19_281_034",
            "identifier": "vs19_281_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_034/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1752/56 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1752/56 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/56 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/56 PENZA PASQUALINO (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": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 29951,
            "slug": "vs19_281_007",
            "identifier": "vs19_281_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_007/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1752/28 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1752/28 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/28 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/28 SILVESTRI FRANCESCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29992,
            "slug": "vs19_281_046",
            "identifier": "vs19_281_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_046/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1752/69 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1752/69 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/69 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/69 L'ABBATE PATTY (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": 17,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30003,
            "slug": "vs19_281_069",
            "identifier": "vs19_281_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_069/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1752/94 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1752/94 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/94 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/94 BRAGA CHIARA (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": 19,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 30056,
            "slug": "vs19_281_051",
            "identifier": "vs19_281_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_051/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1752/74 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/1752/74 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/74 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/74 RUFFINO DANIELA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30057,
            "slug": "vs19_281_081",
            "identifier": "vs19_281_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_081/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 81,
            "title": "Ordine del giorno n. 9/1752/107 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1752/107 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/107 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/107 MEROLA VIRGINIO (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": 55.7,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 30055,
            "slug": "vs19_281_091",
            "identifier": "vs19_281_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_091/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/1752/118 GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1752/118 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/118 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/118 GRIBAUDO CHIARA (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": 27,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 29988,
            "slug": "vs19_281_013",
            "identifier": "vs19_281_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_013/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1752/34 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1752/34 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/34 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/34 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29985,
            "slug": "vs19_281_017",
            "identifier": "vs19_281_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_017/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1752/38 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/1752/38 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/38 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/38 GUBITOSA MICHELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30049,
            "slug": "vs19_281_079",
            "identifier": "vs19_281_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_079/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1752/105 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1752/105 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/105 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/105 BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 30050,
            "slug": "vs19_281_080",
            "identifier": "vs19_281_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_080/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1752/106 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1752/106 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/106 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/106 STEFANAZZI CLAUDIO MICHELE (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": 56.54,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 30051,
            "slug": "vs19_281_060",
            "identifier": "vs19_281_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_060/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1752/84 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1752/84 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/84 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/84 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29927,
            "slug": "19-180-7",
            "identifier": "19-180-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-7/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 7,
            "title": "DDL n. 924-bis. Em. 1.6, Rando e altri",
            "original_title": "DDL n. 924-bis. Em. 1.6, Rando e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 8,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 74.42
        },
        {
            "id": 29886,
            "slug": "19-180-1",
            "identifier": "19-180-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-1/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 1,
            "title": "Doc. XXIV, n 16. Risoluzione della 3a Commissione sulla      situazione politica in Venezuela (testo corretto)",
            "original_title": "Doc. XXIV, n 16. Risoluzione della 3a Commissione sulla      situazione politica in Venezuela (testo corretto)",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 68,
            "majority_cohesion_rate": 64.66,
            "minority_cohesion_rate": 70.93
        },
        {
            "id": 29891,
            "slug": "19-180-41",
            "identifier": "19-180-41",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-41/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 41,
            "title": "DDL n. 924-bis. Em. 1.0.2, Pirro e altri",
            "original_title": "DDL n. 924-bis. Em. 1.0.2, Pirro e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 9,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 66.28
        },
        {
            "id": 29890,
            "slug": "19-180-42",
            "identifier": "19-180-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-42/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 42,
            "title": "DDL n. 924-bis. Em. 2.200, Marcheschi",
            "original_title": "DDL n. 924-bis. Em. 2.200, Marcheschi",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 67,
            "majority_cohesion_rate": 65.52,
            "minority_cohesion_rate": 67.44
        },
        {
            "id": 29889,
            "slug": "19-180-43",
            "identifier": "19-180-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-43/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 43,
            "title": "DDL n. 924-bis. Articolo 2",
            "original_title": "DDL n. 924-bis. Articolo 2",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 66,
            "majority_cohesion_rate": 65.52,
            "minority_cohesion_rate": 66.28
        },
        {
            "id": 29888,
            "slug": "19-180-44",
            "identifier": "19-180-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-44/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 44,
            "title": "DDL n. 924-bis. Em. 3.200, Lopreiato e altri",
            "original_title": "DDL n. 924-bis. Em. 3.200, Lopreiato e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 8,
            "majority_cohesion_rate": 64.66,
            "minority_cohesion_rate": 68.6
        },
        {
            "id": 29887,
            "slug": "19-180-47",
            "identifier": "19-180-47",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-47/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 47,
            "title": "DDL n. 924-bis. Articolo 3",
            "original_title": "DDL n. 924-bis. Articolo 3",
            "description_title": null,
            "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": 10,
            "majority_cohesion_rate": 65.52,
            "minority_cohesion_rate": 67.44
        },
        {
            "id": 29885,
            "slug": "19-180-46",
            "identifier": "19-180-46",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-46/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 46,
            "title": "DDL n. 924-bis. Em. 3.202, Pirondini e altri",
            "original_title": "DDL n. 924-bis. Em. 3.202, Pirondini e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 65.52,
            "minority_cohesion_rate": 65.12
        },
        {
            "id": 29913,
            "slug": "19-180-21",
            "identifier": "19-180-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-21/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 21,
            "title": "DDL n. 924-bis. Em. 1.218, Pirondini e altri",
            "original_title": "DDL n. 924-bis. Em. 1.218, Pirondini e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 6,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 76.74
        },
        {
            "id": 29912,
            "slug": "19-180-22",
            "identifier": "19-180-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-22/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 22,
            "title": "DDL n. 924-bis. Em. 1.219, De Cristofaro e altri",
            "original_title": "DDL n. 924-bis. Em. 1.219, De Cristofaro e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 6,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 75.58
        },
        {
            "id": 29911,
            "slug": "19-180-23",
            "identifier": "19-180-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-23/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 23,
            "title": "DDL n. 924-bis. Em. 1.220, Verducci e altri",
            "original_title": "DDL n. 924-bis. Em. 1.220, Verducci e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 6,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 76.74
        },
        {
            "id": 29910,
            "slug": "19-180-24",
            "identifier": "19-180-24",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-24/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 24,
            "title": "DDL n. 924-bis. Em. 1.221, Aloisio e Pirondini",
            "original_title": "DDL n. 924-bis. Em. 1.221, Aloisio e Pirondini",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 7,
            "majority_cohesion_rate": 67.24,
            "minority_cohesion_rate": 74.42
        },
        {
            "id": 29909,
            "slug": "19-180-25",
            "identifier": "19-180-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-25/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 25,
            "title": "DDL n. 924-bis. Em. 1.222, Rando e altri",
            "original_title": "DDL n. 924-bis. Em. 1.222, Rando e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 6,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 75.58
        },
        {
            "id": 29908,
            "slug": "19-180-26",
            "identifier": "19-180-26",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-26/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 26,
            "title": "DDL n. 924-bis. Emm. 1.223 e 1.224",
            "original_title": "DDL n. 924-bis. Emm. 1.223 e 1.224",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 6,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 77.91
        },
        {
            "id": 29907,
            "slug": "19-180-27",
            "identifier": "19-180-27",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-27/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 27,
            "title": "DDL n. 924-bis. Em. 1.225, Pirondini e altri",
            "original_title": "DDL n. 924-bis. Em. 1.225, Pirondini e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 5,
            "majority_cohesion_rate": 65.52,
            "minority_cohesion_rate": 77.91
        },
        {
            "id": 29906,
            "slug": "19-180-28",
            "identifier": "19-180-28",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-28/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 28,
            "title": "DDL n. 924-bis. Em. 1.226, Aloisio e Pirondini",
            "original_title": "DDL n. 924-bis. Em. 1.226, Aloisio e Pirondini",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 7,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 76.74
        },
        {
            "id": 29905,
            "slug": "19-180-29",
            "identifier": "19-180-29",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-29/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 29,
            "title": "DDL n. 924-bis. Em. 1.227, Crisanti e altri",
            "original_title": "DDL n. 924-bis. Em. 1.227, Crisanti e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 6,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 75.58
        },
        {
            "id": 29904,
            "slug": "19-180-30",
            "identifier": "19-180-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-30/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 30,
            "title": "DDL n. 924-bis. Em. 1.228, Verducci e altri",
            "original_title": "DDL n. 924-bis. Em. 1.228, Verducci e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 6,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 76.74
        },
        {
            "id": 29903,
            "slug": "19-180-31",
            "identifier": "19-180-31",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-31/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 31,
            "title": "DDL n. 924-bis. Em. 1.229, Rando e altri",
            "original_title": "DDL n. 924-bis. Em. 1.229, Rando e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 7,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 76.74
        },
        {
            "id": 29923,
            "slug": "19-180-11",
            "identifier": "19-180-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-11/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 11,
            "title": "DDL n. 924-bis. Emm. 1.209 e 1.11",
            "original_title": "DDL n. 924-bis. Emm. 1.209 e 1.11",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 8,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 72.09
        },
        {
            "id": 29921,
            "slug": "19-180-13",
            "identifier": "19-180-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-13/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 13,
            "title": "DDL n. 924-bis. Em. 1.210, De Cristofaro e altri",
            "original_title": "DDL n. 924-bis. Em. 1.210, De Cristofaro e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 67.44
        },
        {
            "id": 29922,
            "slug": "19-180-12",
            "identifier": "19-180-12",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-12/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 12,
            "title": "DDL n. 924-bis. Em. 1.13, D'Elia e altri",
            "original_title": "DDL n. 924-bis. Em. 1.13, D'Elia e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 7,
            "majority_cohesion_rate": 66.38,
            "minority_cohesion_rate": 73.26
        },
        {
            "id": 29932,
            "slug": "19-180-2",
            "identifier": "19-180-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-2/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 2,
            "title": "Disegno di legge n. 924-bis. Emm. 1.200 e 1.201",
            "original_title": "Disegno di legge n. 924-bis. Emm. 1.200 e 1.201",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 70.93
        }
    ]
}