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

{
    "count": 22941,
    "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=371",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=369",
    "results": [
        {
            "id": 34752,
            "slug": "vs19_353_005",
            "identifier": "vs19_353_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_005/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.5 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 23,
            "majority_cohesion_rate": 60.42,
            "minority_cohesion_rate": 62.89
        },
        {
            "id": 26203,
            "slug": "vs19_216_138",
            "identifier": "vs19_216_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_138/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 138,
            "title": "Ordine del giorno n. 9/1555/2 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1555/2 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/2 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/2 CAPPELLETTI ENRICO (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": 31,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26208,
            "slug": "vs19_216_145",
            "identifier": "vs19_216_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_145/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 145,
            "title": "Ordine del giorno n. 9/1555/12 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1555/12 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/12 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/12 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26213,
            "slug": "vs19_216_143",
            "identifier": "vs19_216_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_143/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 143,
            "title": "Ordine del giorno n. 9/1555/7 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1555/7 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/7 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/7 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19234,
            "slug": "vs19_047_011",
            "identifier": "vs19_047_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_047_011/?format=api",
            "sitting": {
                "id": 1291,
                "date": "2023-02-01",
                "number": 47,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo aggiuntivo 6.0200 della Commissione - Votazione Emendamento 6.0200 PDL n. 0080",
            "original_title": "Votazione Emendamento 6.0200 PDL n. 0080",
            "description_title": "Articolo aggiuntivo 6.0200 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 131,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19135,
            "slug": "vs19_045_020",
            "identifier": "vs19_045_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_020/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.20 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.20 DDL n. 0785",
            "description_title": "Emendamento 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 19155,
            "slug": "vs19_045_009",
            "identifier": "vs19_045_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_009/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.9 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.9 DDL n. 0785",
            "description_title": "Emendamento 1.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 19130,
            "slug": "vs19_045_011",
            "identifier": "vs19_045_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_011/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.11 TODDE ALESSANDRA (M5S) - Votazione Emendamento 1.11 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.11 DDL n. 0785",
            "description_title": "Emendamento 1.11 TODDE ALESSANDRA (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19157,
            "slug": "vs19_045_021",
            "identifier": "vs19_045_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_021/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.21 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.21 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.21 DDL n. 0785",
            "description_title": "Emendamento 1.21 PAVANELLI EMMA (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 19145,
            "slug": "vs19_045_013",
            "identifier": "vs19_045_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_013/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.13 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.13 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.13 DDL n. 0785",
            "description_title": "Emendamento 1.13 CAPPELLETTI ENRICO (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": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 19168,
            "slug": "vs19_045_006",
            "identifier": "vs19_045_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_006/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.6 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.6 DDL n. 0785",
            "description_title": "Emendamento 1.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 26.54
        },
        {
            "id": 19126,
            "slug": "vs19_045_018",
            "identifier": "vs19_045_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_018/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.18 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.18 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.18 DDL n. 0785",
            "description_title": "Emendamento 1.18 APPENDINO CHIARA (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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 19179,
            "slug": "vs19_045_052",
            "identifier": "vs19_045_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_052/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/785/16 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/785/16 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/16 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/16 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 19147,
            "slug": "vs19_045_022",
            "identifier": "vs19_045_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_022/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.22 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.22 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.22 DDL n. 0785",
            "description_title": "Emendamento 1.22 CAPPELLETTI ENRICO (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": 30,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 19132,
            "slug": "vs19_045_032",
            "identifier": "vs19_045_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_032/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 2.9 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2.9 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.9 DDL n. 0785",
            "description_title": "Emendamento 2.9 CAPPELLETTI ENRICO (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": 38,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 19149,
            "slug": "vs19_045_025",
            "identifier": "vs19_045_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_025/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 2.1 EVI ELEONORA (AVS) - Votazione Emendamento 2.1 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.1 DDL n. 0785",
            "description_title": "Emendamento 2.1 EVI ELEONORA (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": 13,
            "n_margin": 43,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 19151,
            "slug": "vs19_045_026",
            "identifier": "vs19_045_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_026/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.3 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.3 DDL n. 0785",
            "description_title": "Emendamento 2.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 12,
            "n_margin": 40,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 19156,
            "slug": "vs19_045_031",
            "identifier": "vs19_045_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_031/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 2.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.8 DDL n. 0785",
            "description_title": "Emendamento 2.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 19166,
            "slug": "vs19_045_017",
            "identifier": "vs19_045_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_017/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.17 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.17 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.17 DDL n. 0785",
            "description_title": "Emendamento 1.17 CAPPELLETTI ENRICO (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": 37,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 29656,
            "slug": "vs19_260_051",
            "identifier": "vs19_260_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_051/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 2.1000 EVI ELEONORA (AVS) - Votazione Emendamento 2.1000 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.1000 DDL n. 1759",
            "description_title": "Emendamento 2.1000 EVI ELEONORA (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": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29688,
            "slug": "vs19_260_083",
            "identifier": "vs19_260_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_083/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 2-quinquies.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.4 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.4 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 29690,
            "slug": "vs19_260_085",
            "identifier": "vs19_260_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_085/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 2-quinquies.9 EVI ELEONORA (AVS) - Votazione Emendamento 2-quinquies.9 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.9 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.9 EVI ELEONORA (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": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29691,
            "slug": "vs19_260_086",
            "identifier": "vs19_260_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_086/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 2-quinquies.10 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 2-quinquies.10 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.10 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.10 SANTILLO AGOSTINO (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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29702,
            "slug": "vs19_260_098",
            "identifier": "vs19_260_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_098/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo aggiuntivo 3.04 EVI ELEONORA (AVS) - Votazione Emendamento 3.04 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.04 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.04 EVI ELEONORA (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": 102,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 29705,
            "slug": "vs19_260_101",
            "identifier": "vs19_260_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_101/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 101,
            "title": "Articolo aggiuntivo 3.07 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.07 DDL n. 1759",
            "original_title": "Votazione Emendamento 3.07 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 3.07 BARZOTTI VALENTINA (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": 30,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 20104,
            "slug": "vs19_073_032",
            "identifier": "vs19_073_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_032/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 3\n(DOC. XXII, N. 7) - Votazione DOC. XXI",
            "original_title": "Votazione DOC. XXI",
            "description_title": "Articolo 3\n(DOC. XXII, N. 7)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 123,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 19014,
            "slug": "vs19_042_009",
            "identifier": "vs19_042_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_042_009/?format=api",
            "sitting": {
                "id": 1281,
                "date": "2023-01-24",
                "number": 42,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/761/9, limitatamente al secondo impegno della parte dispositiva, GRAZIANO STEFANO (PD-IDP) - Votazione Ordine del giorno 9/761/9, DDL n. 0761",
            "original_title": "Votazione Ordine del giorno 9/761/9, DDL n. 0761",
            "description_title": "Ordine del giorno n. 9/761/9, limitatamente al secondo impegno della parte dispositiva, GRAZIANO STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 79,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29672,
            "slug": "vs19_260_067",
            "identifier": "vs19_260_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_067/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 2.0206 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.0206 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.0206 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.0206 L'ABBATE PATTY (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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29199,
            "slug": "vs19_267_010",
            "identifier": "vs19_267_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_010/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 35.83 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.83 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.83 DDL n. 1435",
            "description_title": "Emendamento 35.83 BARBAGALLO ANTHONY EMANUELE (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": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29664,
            "slug": "vs19_260_059",
            "identifier": "vs19_260_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_059/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 2.22 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2.22 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.22 DDL n. 1759",
            "description_title": "Emendamento 2.22 CAPPELLETTI ENRICO (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": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 19978,
            "slug": "vs19_073_012",
            "identifier": "vs19_073_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_012/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0217",
            "original_title": "Votazione Articolo 1 PDL n. 0217",
            "description_title": "Articolo 1",
            "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": 122,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 25315,
            "slug": "vs19_203_025",
            "identifier": "vs19_203_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_025/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1458/26 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1458/26 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/26 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/26 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25310,
            "slug": "vs19_203_002",
            "identifier": "vs19_203_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_002/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1458/2 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1458/2 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/2 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/2 FOSSI EMILIANO (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": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 25309,
            "slug": "vs19_203_019",
            "identifier": "vs19_203_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_019/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1458/20 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1458/20 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/20 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/20 IACONO GIOVANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29740,
            "slug": "vs19_261_052",
            "identifier": "vs19_261_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_052/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 8.1000 CASU ANDREA (PD-IDP) - Votazione Emendamento 8.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 8.1000 DDL n. 1435",
            "description_title": "Emendamento 8.1000 CASU ANDREA (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": 18,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25296,
            "slug": "vs19_203_003",
            "identifier": "vs19_203_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_003/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1458/4 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1458/4 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/4 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/4 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29750,
            "slug": "vs19_261_063",
            "identifier": "vs19_261_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_063/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 63,
            "title": "Identici emendamenti 10.29 GHIRRA FRANCESCA (AVS) e 10.30 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.29 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.29 DDL n. 1435",
            "description_title": "Identici emendamenti 10.29 GHIRRA FRANCESCA (AVS) e 10.30 TRAVERSI ROBERTO (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": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19050,
            "slug": "vs19_033_060",
            "identifier": "vs19_033_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_060/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/730/106 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/730/106 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/106 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/106 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": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25291,
            "slug": "vs19_203_001",
            "identifier": "vs19_203_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_001/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1458/1 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1458/1 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/1 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/1 SIMIANI MARCO (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": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 19113,
            "slug": "vs19_033_058",
            "identifier": "vs19_033_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_058/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/730/102 BOSCHI MARIA ELENA (AIV-RE) - Votazione Ordine del giorno 9/730/102 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/102 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/102 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": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 40.12
        },
        {
            "id": 20017,
            "slug": "vs19_073_029",
            "identifier": "vs19_073_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_029/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.100 ROSSI ANDREA (PD-IDP) \n(DOC. XXII, N. 7) - Votazione DOC. XXI",
            "original_title": "Votazione DOC. XXI",
            "description_title": "Emendamento 1.100 ROSSI ANDREA (PD-IDP) \n(DOC. XXII, N. 7)",
            "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": 44,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 29762,
            "slug": "vs19_261_075",
            "identifier": "vs19_261_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_075/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 13.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 13.600, DDL n. 1435",
            "original_title": "Votazione Emendamento 13.600, DDL n. 1435",
            "description_title": "Emendamento 13.600, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 71,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 20091,
            "slug": "vs19_073_030",
            "identifier": "vs19_073_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_030/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 1                                        \n(DOC. XXII, N. 7) - Votazione DOC. XXI",
            "original_title": "Votazione DOC. XXI",
            "description_title": "Articolo 1                                        \n(DOC. XXII, N. 7)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 122,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29776,
            "slug": "vs19_261_089",
            "identifier": "vs19_261_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_089/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 89,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1435",
            "original_title": "Votazione Articolo 14 DDL n. 1435",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 18987,
            "slug": "vs19_033_065",
            "identifier": "vs19_033_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_065/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/730/111 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/730/111 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/111 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/111 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": 1,
            "n_margin": 72,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 29834,
            "slug": "vs19_261_128",
            "identifier": "vs19_261_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_128/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo aggiuntivo 15.017 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 15.017 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.017 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.017 FARAONE DAVIDE (IVICRE)",
            "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": 37,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 28307,
            "slug": "vs19_248_032",
            "identifier": "vs19_248_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_032/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 5.1000 ORFINI MATTEO (PD-IDP) e 5.1017 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 5.1000 PDL n. 0799",
            "original_title": "Votazione Emendamento 5.1000 PDL n. 0799",
            "description_title": "Identici emendamenti 5.1000 ORFINI MATTEO (PD-IDP) e 5.1017 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 128,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 29782,
            "slug": "vs19_261_095",
            "identifier": "vs19_261_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_095/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 15.16 COSTA SERGIO (M5S) - Votazione Emendamento 15.16 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.16 DDL n. 1435",
            "description_title": "Emendamento 15.16 COSTA SERGIO (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": 21,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29786,
            "slug": "vs19_261_099",
            "identifier": "vs19_261_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_099/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 99,
            "title": "Emendamento 15.27 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.27 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.27 DDL n. 1435",
            "description_title": "Emendamento 15.27 GHIRRA FRANCESCA (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": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29164,
            "slug": "vs19_267_039",
            "identifier": "vs19_267_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_039/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 36.012 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 36.012 DDL n. 1435",
            "original_title": "Votazione Emendamento 36.012 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 36.012 FARAONE DAVIDE (IVICRE)",
            "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": 52,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 33.33
        }
    ]
}