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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=361",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=359",
    "results": [
        {
            "id": 29564,
            "slug": "vs19_256_019",
            "identifier": "vs19_256_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_019/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.102 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.102 PDL n. 0630",
            "original_title": "Votazione Emendamento 1.102 PDL n. 0630",
            "description_title": "Emendamento 1.102 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": 62,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 29035,
            "slug": "vs19_265_062",
            "identifier": "vs19_265_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_062/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 1435",
            "original_title": "Votazione Articolo 34 DDL n. 1435",
            "description_title": "Articolo 34",
            "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": 90,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 29677,
            "slug": "vs19_260_072",
            "identifier": "vs19_260_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_072/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 72,
            "title": "Identici articoli aggiuntivi 2.02 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.03 BONELLI ANGELO (AVS) - Votazione Emendamento 2.02 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.02 DDL n. 1759",
            "description_title": "Identici articoli aggiuntivi 2.02 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) e 2.03 BONELLI ANGELO (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": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29215,
            "slug": "vs19_267_007",
            "identifier": "vs19_267_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_007/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 35.67 GHIO VALENTINA (PD-IDP) e 35.68 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.67 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.67 DDL n. 1435",
            "description_title": "Identici emendamenti 35.67 GHIO VALENTINA (PD-IDP) e 35.68 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.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29014,
            "slug": "vs19_265_074",
            "identifier": "vs19_265_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_074/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 35.32 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.32 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.32 DDL n. 1435",
            "description_title": "Emendamento 35.32 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 28615,
            "slug": "vs19_252_058",
            "identifier": "vs19_252_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_058/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 5.5 IARIA ANTONINO (M5S) - Votazione Emendamento 5.5 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.5 PDL n. 0703",
            "description_title": "Emendamento 5.5 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 35,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 29050,
            "slug": "vs19_265_040",
            "identifier": "vs19_265_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_040/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 40,
            "title": "Identici emendamenti 27.11 IARIA ANTONINO (M5S) e 27.12 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 27.11 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.11 DDL n. 1435",
            "description_title": "Identici emendamenti 27.11 IARIA ANTONINO (M5S) e 27.12 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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29044,
            "slug": "vs19_265_009",
            "identifier": "vs19_265_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_009/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1435",
            "original_title": "Votazione Articolo 20 DDL n. 1435",
            "description_title": "Articolo 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 29037,
            "slug": "vs19_265_071",
            "identifier": "vs19_265_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_071/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 35.26 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.26 DDL n. 1435",
            "description_title": "Emendamento 35.26 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.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28631,
            "slug": "vs19_252_001",
            "identifier": "vs19_252_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_001/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.100 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 1.100 PDL n. 1306",
            "original_title": "Votazione Emendamento 1.100 PDL n. 1306",
            "description_title": "Emendamento 1.100 MAGI RICCARDO (M-+EUR)",
            "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": 89,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 28633,
            "slug": "vs19_252_060",
            "identifier": "vs19_252_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_060/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 5.1006 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.1006 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.1006 PDL n. 0703",
            "description_title": "Emendamento 5.1006 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": 32,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 28636,
            "slug": "vs19_252_056",
            "identifier": "vs19_252_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_056/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 5.1001 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.1001 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.1001 PDL n. 0703",
            "description_title": "Emendamento 5.1001 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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 29831,
            "slug": "vs19_261_017",
            "identifier": "vs19_261_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_017/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1759/26 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1759/26 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/26 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/26 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 28588,
            "slug": "vs19_252_005",
            "identifier": "vs19_252_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_005/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1306",
            "original_title": "Votazione Articolo 4 PDL n. 1306",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 105,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 29828,
            "slug": "vs19_261_014",
            "identifier": "vs19_261_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_014/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1759/23, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1759/23, DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/23, DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/23, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 129,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 29821,
            "slug": "vs19_261_007",
            "identifier": "vs19_261_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_007/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1759/13 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1759/13 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/13 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/13 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29789,
            "slug": "vs19_261_102",
            "identifier": "vs19_261_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_102/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 15.1000 IARIA ANTONINO (M5S) - Votazione Emendamento 15.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1000 DDL n. 1435",
            "description_title": "Emendamento 15.1000 IARIA ANTONINO (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": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29182,
            "slug": "vs19_267_018",
            "identifier": "vs19_267_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_018/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 18,
            "title": "Identici emendamenti 35.93 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 35.94 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.93 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.93 DDL n. 1435",
            "description_title": "Identici emendamenti 35.93 BARBAGALLO ANTHONY EMANUELE (PD-IDP) e 35.94 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": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29791,
            "slug": "vs19_261_104",
            "identifier": "vs19_261_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_104/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 15.52 GHIO VALENTINA (PD-IDP) - Votazione Emendamento 15.52 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.52 DDL n. 1435",
            "description_title": "Emendamento 15.52 GHIO VALENTINA (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": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29785,
            "slug": "vs19_261_098",
            "identifier": "vs19_261_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_098/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 98,
            "title": "Emendamento 15.23 PASTORINO LUCA (M-+EUR) - Votazione Emendamento 15.23 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.23 DDL n. 1435",
            "description_title": "Emendamento 15.23 PASTORINO LUCA (M-+EUR)",
            "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": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29781,
            "slug": "vs19_261_094",
            "identifier": "vs19_261_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_094/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 15.15 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 15.15 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.15 DDL n. 1435",
            "description_title": "Emendamento 15.15 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28328,
            "slug": "vs19_247_034",
            "identifier": "vs19_247_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_034/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1633/73 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1633/73 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/73 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/73 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29775,
            "slug": "vs19_261_088",
            "identifier": "vs19_261_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_088/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 14.25 IARIA ANTONINO (M5S) - Votazione Emendamento 14.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.25 DDL n. 1435",
            "description_title": "Emendamento 14.25 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29159,
            "slug": "vs19_267_038",
            "identifier": "vs19_267_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_038/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 36 - Votazione Articolo 36 DDL n. 1435",
            "original_title": "Votazione Articolo 36 DDL n. 1435",
            "description_title": "Articolo 36",
            "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": 29,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 29751,
            "slug": "vs19_261_064",
            "identifier": "vs19_261_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_064/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 10.37 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.37 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.37 DDL n. 1435",
            "description_title": "Emendamento 10.37 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29743,
            "slug": "vs19_261_055",
            "identifier": "vs19_261_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_055/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1435",
            "original_title": "Votazione Articolo 9 DDL n. 1435",
            "description_title": "Articolo 9",
            "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": 125,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29203,
            "slug": "vs19_267_017",
            "identifier": "vs19_267_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_017/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 35.91 MORASSUT ROBERTO (PD-IDP) - Votazione Emendamento 35.91 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.91 DDL n. 1435",
            "description_title": "Emendamento 35.91 MORASSUT ROBERTO (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": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29748,
            "slug": "vs19_261_061",
            "identifier": "vs19_261_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_061/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 10.25 IARIA ANTONINO (M5S) - Votazione Emendamento 10.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 10.25 DDL n. 1435",
            "description_title": "Emendamento 10.25 IARIA ANTONINO (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": 31,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 29200,
            "slug": "vs19_267_005",
            "identifier": "vs19_267_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_005/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 35.58 IARIA ANTONINO (M5S) - Votazione Emendamento 35.58 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.58 DDL n. 1435",
            "description_title": "Emendamento 35.58 IARIA ANTONINO (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.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 29693,
            "slug": "vs19_260_088",
            "identifier": "vs19_260_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_088/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 2-quinquies.17 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 2-quinquies.17 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.17 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.17 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29694,
            "slug": "vs19_260_089",
            "identifier": "vs19_260_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_089/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 2-quinquies.01 PAVANELLI EMMA (M5S) - Votazione Emendamento 2-quinquies.01 DDL n. 1759",
            "original_title": "Votazione Emendamento 2-quinquies.01 DDL n. 1759",
            "description_title": "Emendamento 2-quinquies.01 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28362,
            "slug": "vs19_247_047",
            "identifier": "vs19_247_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_047/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n.  9/1633/87, nel testo riformulato, FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1633/87, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/87, DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/87, nel testo riformulato, FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27444,
            "slug": "vs19_236_035",
            "identifier": "vs19_236_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_035/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.47 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.47 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.47 DDL n. 1630",
            "description_title": "Emendamento 1.47 RICCIARDI TONI (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": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22567,
            "slug": "vs19_134_107",
            "identifier": "vs19_134_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_107/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 107,
            "title": "Ordine del giorno n. 9/T.U.384/40 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/T.U.384/40 PDL n. 0384",
            "original_title": "Votazione Ordine del giorno 9/T.U.384/40 PDL n. 0384",
            "description_title": "Ordine del giorno n. 9/T.U.384/40 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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 27449,
            "slug": "vs19_237_009",
            "identifier": "vs19_237_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_009/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1419",
            "original_title": "Votazione Articolo 4 DDL n. 1419",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27575,
            "slug": "vs19_239_004",
            "identifier": "vs19_239_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_004/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1515",
            "original_title": "Votazione Articolo 3 DDL n. 1515",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 80,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 26126,
            "slug": "vs19_216_090",
            "identifier": "vs19_216_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_090/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 12.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 12.5 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.5 DDL n. 1555",
            "description_title": "Emendamento 12.5 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 27375,
            "slug": "vs19_233_036",
            "identifier": "vs19_233_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_036/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1606/63 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1606/63 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/63 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/63 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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 27786,
            "slug": "vs19_239_100",
            "identifier": "vs19_239_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_100/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 100,
            "title": "Ordine del giorno n. 9/1515/9 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1515/9 DDL n. 1515",
            "original_title": "Votazione Ordine del giorno 9/1515/9 DDL n. 1515",
            "description_title": "Ordine del giorno n. 9/1515/9 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": 34,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 27443,
            "slug": "vs19_236_045",
            "identifier": "vs19_236_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_045/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 1.02 RAFFA ANGELA (M5S) - Votazione Emendamento 1.02 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.02 DDL n. 1630",
            "description_title": "Articolo aggiuntivo 1.02 RAFFA ANGELA (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": 28,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25100,
            "slug": "vs19_197_027",
            "identifier": "vs19_197_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_027/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.150 ZANELLA LUANA (AVS) - Votazione Emendamento 3.150 DDL n. 1324",
            "original_title": "Votazione Emendamento 3.150 DDL n. 1324",
            "description_title": "Emendamento 3.150 ZANELLA LUANA (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": 12,
            "n_margin": 49,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 27470,
            "slug": "vs19_237_010",
            "identifier": "vs19_237_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_010/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 5.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 1419",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1419",
            "description_title": "Emendamento 5.1 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 27754,
            "slug": "vs19_240_004",
            "identifier": "vs19_240_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_004/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.1003 ZANELLA LUANA (AVS) - Votazione Emendamento 2.1003 PDL n. 1304",
            "original_title": "Votazione Emendamento 2.1003 PDL n. 1304",
            "description_title": "Emendamento 2.1003 ZANELLA LUANA (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": 29,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26060,
            "slug": "vs19_216_101",
            "identifier": "vs19_216_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_101/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 101,
            "title": "Articolo aggiuntivo 12.06 EVI ELEONORA (AVS) - Votazione Emendamento 12.06 DDL n. 1555",
            "original_title": "Votazione Emendamento 12.06 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 12.06 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22507,
            "slug": "vs19_134_003",
            "identifier": "vs19_134_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_003/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 3.12 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.12 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.12 PDL n. 0384",
            "description_title": "Emendamento 3.12 SPORTIELLO GILDA (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": 28,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 25094,
            "slug": "vs19_197_028",
            "identifier": "vs19_197_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_028/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.1 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.1 DDL n. 1324",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1324",
            "description_title": "Emendamento 3.1 RICCIARDI MARIANNA (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": 9,
            "n_margin": 44,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 27391,
            "slug": "vs19_236_020",
            "identifier": "vs19_236_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_020/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.35 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.35 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.35 DDL n. 1630",
            "description_title": "Emendamento 1.35 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27499,
            "slug": "vs19_236_088",
            "identifier": "vs19_236_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_088/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/1630/16 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1630/16 DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/16 DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/16 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 21875,
            "slug": "vs19_124_040",
            "identifier": "vs19_124_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_040/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 40,
            "title": "Conversione decreto rafforzamento pubblica amministrazione",
            "original_title": "Votazione finale DDL n. 1151",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 10 maggio 2023, n. 51, recante disposizioni urgenti in materia di amministrazione di enti pubblici, di termini legislativi e di iniziative di solidarietà sociale (DDL 1151)",
            "public_title": "Conversione decreto rafforzamento pubblica amministrazione",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 26210,
            "slug": "vs19_216_140",
            "identifier": "vs19_216_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_140/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 140,
            "title": "Ordine del giorno n. 9/1555/4 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1555/4 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/4 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/4 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        }
    ]
}