Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=135
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=-identifier&page=136",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=134",
    "results": [
        {
            "id": 30694,
            "slug": "vs19_309_197",
            "identifier": "vs19_309_197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_197/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 197,
            "title": "Ordine del giorno n. 9/1665/25 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1665/25 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/25 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/25 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30748,
            "slug": "vs19_309_196",
            "identifier": "vs19_309_196",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_196/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 196,
            "title": "Ordine del giorno n. 9/1665/24 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1665/24 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/24 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/24 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30741,
            "slug": "vs19_309_195",
            "identifier": "vs19_309_195",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_195/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 195,
            "title": "Ordine del giorno n. 9/1665/23 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/1665/23 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/23 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/23 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 30734,
            "slug": "vs19_309_194",
            "identifier": "vs19_309_194",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_194/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 194,
            "title": "Ordine del giorno n. 9/1665/22 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1665/22 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/22 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/22 CUPERLO GIANNI (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": 32,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30727,
            "slug": "vs19_309_193",
            "identifier": "vs19_309_193",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_193/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 193,
            "title": "Ordine del giorno n. 9/1665/17 BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1665/17 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/17 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/17 BONETTI ELENA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30718,
            "slug": "vs19_309_192",
            "identifier": "vs19_309_192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_192/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 192,
            "title": "Ordine del giorno n. 9/1665/16 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Ordine del giorno 9/1665/16 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/16 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/16 CARFAGNA MARIA ROSARIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30707,
            "slug": "vs19_309_191",
            "identifier": "vs19_309_191",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_191/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 191,
            "title": "Ordine del giorno n. 9/1665/15 D'ALESSIO ANTONIO (APERRE) - Votazione Ordine del giorno 9/1665/15 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/15 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/15 D'ALESSIO ANTONIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30700,
            "slug": "vs19_309_190",
            "identifier": "vs19_309_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_190/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 190,
            "title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE) - Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30740,
            "slug": "vs19_309_189",
            "identifier": "vs19_309_189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_189/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 189,
            "title": "Ordine del giorno n. 9/1665/10 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1665/10 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/10 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/10 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30710,
            "slug": "vs19_309_188",
            "identifier": "vs19_309_188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_188/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 188,
            "title": "Ordine del giorno n. 9/1665/9 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1665/9 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/9 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/9 PICCOLOTTI ELISABETTA (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": 35,
            "majority_cohesion_rate": 72.27,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30721,
            "slug": "vs19_309_187",
            "identifier": "vs19_309_187",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_187/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 187,
            "title": "Ordine del giorno n. 9/1665/8 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1665/8 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/8 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/8 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30693,
            "slug": "vs19_309_186",
            "identifier": "vs19_309_186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_186/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 186,
            "title": "Ordine del giorno n. 9/1665/7 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1665/7 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/7 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/7 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": 33,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30699,
            "slug": "vs19_309_185",
            "identifier": "vs19_309_185",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_185/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 185,
            "title": "Ordine del giorno n. 9/1665/6 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1665/6 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/6 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/6 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": 32,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30743,
            "slug": "vs19_309_184",
            "identifier": "vs19_309_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_184/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 184,
            "title": "Ordine del giorno n. 9/1665/5 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1665/5 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/5 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/5 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30750,
            "slug": "vs19_309_183",
            "identifier": "vs19_309_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_183/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 183,
            "title": "Ordine del giorno n. 9/1665/4 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1665/4 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/4 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/4 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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30730,
            "slug": "vs19_309_182",
            "identifier": "vs19_309_182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_182/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 182,
            "title": "Ordine del giorno n. 9/1665/3 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1665/3 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/3 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/3 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30737,
            "slug": "vs19_309_181",
            "identifier": "vs19_309_181",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_181/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 181,
            "title": "Ordine del giorno n. 9/1665/2 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1665/2 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/2 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/2 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30712,
            "slug": "vs19_309_180",
            "identifier": "vs19_309_180",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_180/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 180,
            "title": "Ordine del giorno n. 9/1665/1 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1665/1 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/1 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/1 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 30674,
            "slug": "vs19_309_179",
            "identifier": "vs19_309_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_179/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 179,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 1665",
            "original_title": "Votazione Articolo 11 DDL n. 1665",
            "description_title": "Articolo 11",
            "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": 29,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30679,
            "slug": "vs19_309_178",
            "identifier": "vs19_309_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_178/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 178,
            "title": "Emendamento 11.29 SPORTIELLO GILDA (M5S) - Votazione Emendamento 11.29 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.29 DDL n. 1665",
            "description_title": "Emendamento 11.29 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": 31,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30686,
            "slug": "vs19_309_177",
            "identifier": "vs19_309_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_177/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 177,
            "title": "Emendamento 11.27 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 11.27 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.27 DDL n. 1665",
            "description_title": "Emendamento 11.27 BONAFE' SIMONA (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": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30641,
            "slug": "vs19_309_176",
            "identifier": "vs19_309_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_176/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 176,
            "title": "Emendamento 11.26 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 11.26 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.26 DDL n. 1665",
            "description_title": "Emendamento 11.26 BONAFE' SIMONA (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": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30645,
            "slug": "vs19_309_175",
            "identifier": "vs19_309_175",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_175/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 175,
            "title": "Emendamento 11.22 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 11.22 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.22 DDL n. 1665",
            "description_title": "Emendamento 11.22 SARRACINO MARCO (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": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30649,
            "slug": "vs19_309_174",
            "identifier": "vs19_309_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_174/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 174,
            "title": "Emendamento 11.10 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 11.10 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.10 DDL n. 1665",
            "description_title": "Emendamento 11.10 SARRACINO MARCO (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": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30655,
            "slug": "vs19_309_173",
            "identifier": "vs19_309_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_173/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 173,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1665",
            "original_title": "Votazione Articolo 10 DDL n. 1665",
            "description_title": "Articolo 10",
            "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": 28,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30666,
            "slug": "vs19_309_172",
            "identifier": "vs19_309_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_172/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 172,
            "title": "Emendamento 10.398 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 10.398 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.398 DDL n. 1665",
            "description_title": "Emendamento 10.398 BOSCHI MARIA ELENA (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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30675,
            "slug": "vs19_309_171",
            "identifier": "vs19_309_171",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_171/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 171,
            "title": "Emendamento 10.396 AIELLO DAVIDE (M5S) - Votazione Emendamento 10.396 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.396 DDL n. 1665",
            "description_title": "Emendamento 10.396 AIELLO DAVIDE (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": 70.17,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30683,
            "slug": "vs19_309_170",
            "identifier": "vs19_309_170",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_170/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 170,
            "title": "Emendamento 10.358 PENZA PASQUALINO (M5S) - Votazione Emendamento 10.358 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.358 DDL n. 1665",
            "description_title": "Emendamento 10.358 PENZA PASQUALINO (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": 29,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30664,
            "slug": "vs19_309_169",
            "identifier": "vs19_309_169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_169/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 169,
            "title": "Emendamento 10.354 CHERCHI SUSANNA (M5S) - Votazione Emendamento 10.354 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.354 DDL n. 1665",
            "description_title": "Emendamento 10.354 CHERCHI SUSANNA (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": 70.17,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30652,
            "slug": "vs19_309_168",
            "identifier": "vs19_309_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_168/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 168,
            "title": "Emendamento 10.353 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 10.353 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.353 DDL n. 1665",
            "description_title": "Emendamento 10.353 LOVECCHIO GIORGIO (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": 70.59,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30659,
            "slug": "vs19_309_167",
            "identifier": "vs19_309_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_167/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 167,
            "title": "Emendamento 10.352 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 10.352 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.352 DDL n. 1665",
            "description_title": "Emendamento 10.352 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": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30643,
            "slug": "vs19_309_166",
            "identifier": "vs19_309_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_166/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 166,
            "title": "Emendamento 10.344 TRAVERSI ROBERTO (M5S) - Votazione Emendamento 10.344 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.344 DDL n. 1665",
            "description_title": "Emendamento 10.344 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": 33,
            "majority_cohesion_rate": 72.27,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30647,
            "slug": "vs19_309_165",
            "identifier": "vs19_309_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_165/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 165,
            "title": "Emendamento 10.323 GUBITOSA MICHELE (M5S) - Votazione Emendamento 10.323 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.323 DDL n. 1665",
            "description_title": "Emendamento 10.323 GUBITOSA MICHELE (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": 32,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30682,
            "slug": "vs19_309_164",
            "identifier": "vs19_309_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_164/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 164,
            "title": "Identici emendamenti 10.313 APPENDINO CHIARA (M5S) e 10.314 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 10.313 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.313 DDL n. 1665",
            "description_title": "Identici emendamenti 10.313 APPENDINO CHIARA (M5S) e 10.314 BONAFE' SIMONA (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": 31,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30688,
            "slug": "vs19_309_163",
            "identifier": "vs19_309_163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_163/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 163,
            "title": "Emendamento 10.309 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 10.309 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.309 DDL n. 1665",
            "description_title": "Emendamento 10.309 PAGANO UBALDO (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": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30667,
            "slug": "vs19_309_162",
            "identifier": "vs19_309_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_162/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 162,
            "title": "Emendamento 10.308 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 10.308 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.308 DDL n. 1665",
            "description_title": "Emendamento 10.308 BONAFE' SIMONA (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": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30676,
            "slug": "vs19_309_161",
            "identifier": "vs19_309_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_161/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 161,
            "title": "Emendamento 10.280 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 10.280 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.280 DDL n. 1665",
            "description_title": "Emendamento 10.280 ZARATTI FILIBERTO (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": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30650,
            "slug": "vs19_309_160",
            "identifier": "vs19_309_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_160/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 160,
            "title": "Emendamento 10.4 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 10.4 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.4 DDL n. 1665",
            "description_title": "Emendamento 10.4 BONAFE' SIMONA (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": 71.43,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30668,
            "slug": "vs19_309_159",
            "identifier": "vs19_309_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_159/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 159,
            "title": "Emendamento 10.2 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 10.2 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.2 DDL n. 1665",
            "description_title": "Emendamento 10.2 BONAFE' SIMONA (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": 31,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30687,
            "slug": "vs19_309_158",
            "identifier": "vs19_309_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_158/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 158,
            "title": "Articolo aggiuntivo 9.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 9.01 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.01 DDL n. 1665",
            "description_title": "Articolo aggiuntivo 9.01 ZARATTI FILIBERTO (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": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30681,
            "slug": "vs19_309_157",
            "identifier": "vs19_309_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_157/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 157,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1665",
            "original_title": "Votazione Articolo 9 DDL n. 1665",
            "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": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30639,
            "slug": "vs19_309_156",
            "identifier": "vs19_309_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_156/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 156,
            "title": "Emendamento 9.17 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 9.17 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.17 DDL n. 1665",
            "description_title": "Emendamento 9.17 BONAFE' SIMONA (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": 71.43,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30648,
            "slug": "vs19_309_155",
            "identifier": "vs19_309_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_155/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 155,
            "title": "Emendamento 9.15 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 9.15 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.15 DDL n. 1665",
            "description_title": "Emendamento 9.15 BONAFE' SIMONA (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": 31,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30654,
            "slug": "vs19_309_154",
            "identifier": "vs19_309_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_154/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 154,
            "title": "Emendamento 9.12 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 9.12 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.12 DDL n. 1665",
            "description_title": "Emendamento 9.12 PAGANO UBALDO (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": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30661,
            "slug": "vs19_309_153",
            "identifier": "vs19_309_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_153/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 153,
            "title": "Emendamento 9.8 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 9.8 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.8 DDL n. 1665",
            "description_title": "Emendamento 9.8 BONAFE' SIMONA (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": 33,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30665,
            "slug": "vs19_309_152",
            "identifier": "vs19_309_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_152/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 152,
            "title": "Emendamento 9.5 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 9.5 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.5 DDL n. 1665",
            "description_title": "Emendamento 9.5 ORRICO ANNA LAURA (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": 32,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30673,
            "slug": "vs19_309_151",
            "identifier": "vs19_309_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_151/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 151,
            "title": "Emendamento 9.4 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 9.4 DDL n. 1665",
            "original_title": "Votazione Emendamento 9.4 DDL n. 1665",
            "description_title": "Emendamento 9.4 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30680,
            "slug": "vs19_309_150",
            "identifier": "vs19_309_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_150/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 150,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 1665",
            "original_title": "Votazione Articolo 8 DDL n. 1665",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30671,
            "slug": "vs19_309_149",
            "identifier": "vs19_309_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_149/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 149,
            "title": "Emendamento 8.42 FONTANA ILARIA (M5S) - Votazione Emendamento 8.42 DDL n. 1665",
            "original_title": "Votazione Emendamento 8.42 DDL n. 1665",
            "description_title": "Emendamento 8.42 FONTANA ILARIA (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": 31,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30651,
            "slug": "vs19_309_148",
            "identifier": "vs19_309_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_148/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 148,
            "title": "Emendamento 8.38 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.38 DDL n. 1665",
            "original_title": "Votazione Emendamento 8.38 DDL n. 1665",
            "description_title": "Emendamento 8.38 BOSCHI MARIA ELENA (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": 29,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 68.52
        }
    ]
}