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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=196",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=194",
    "results": [
        {
            "id": 30677,
            "slug": "vs19_309_143",
            "identifier": "vs19_309_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_143/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 143,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1665",
            "original_title": "Votazione Articolo 7 DDL n. 1665",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 69.14
        },
        {
            "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": 30653,
            "slug": "vs19_309_134",
            "identifier": "vs19_309_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_134/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 134,
            "title": "Emendamento 7.191 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.191 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.191 DDL n. 1665",
            "description_title": "Emendamento 7.191 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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.28
        },
        {
            "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": 30620,
            "slug": "vs19_309_117",
            "identifier": "vs19_309_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_117/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 117,
            "title": "Emendamento 5.119 LOMUTI ARNALDO (M5S) - Votazione Emendamento 5.119 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.119 DDL n. 1665",
            "description_title": "Emendamento 5.119 LOMUTI ARNALDO (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": 66.81,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 30619,
            "slug": "vs19_309_073",
            "identifier": "vs19_309_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_073/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 3.234 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 3.234 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.234 DDL n. 1665",
            "description_title": "Emendamento 3.234 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": 28,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30617,
            "slug": "vs19_309_130",
            "identifier": "vs19_309_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_130/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 130,
            "title": "Emendamento 7.178 RICCIARDI RICCARDO (M5S) - Votazione Emendamento 7.178 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.178 DDL n. 1665",
            "description_title": "Emendamento 7.178 RICCIARDI RICCARDO (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": 70.17,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30616,
            "slug": "vs19_309_102",
            "identifier": "vs19_309_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_102/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 4.82 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.82 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.82 DDL n. 1665",
            "description_title": "Emendamento 4.82 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": 69.75,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30506,
            "slug": "vs19_309_107",
            "identifier": "vs19_309_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_107/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 107,
            "title": "Emendamento 4.108 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 4.108 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.108 DDL n. 1665",
            "description_title": "Emendamento 4.108 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30505,
            "slug": "vs19_309_084",
            "identifier": "vs19_309_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_084/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 3.347 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 3.347 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.347 DDL n. 1665",
            "description_title": "Emendamento 3.347 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": 25,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30504,
            "slug": "vs19_309_043",
            "identifier": "vs19_309_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_043/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 2.253 TORTO DANIELA (M5S) - Votazione Emendamento 2.253 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.253 DDL n. 1665",
            "description_title": "Emendamento 2.253 TORTO DANIELA (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": 27,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 30754,
            "slug": "vs19_309_242",
            "identifier": "vs19_309_242",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_242/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 242,
            "title": "Ordine del giorno n. 9/1665/70 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1665/70 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/70 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/70 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30753,
            "slug": "vs19_309_215",
            "identifier": "vs19_309_215",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_215/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 215,
            "title": "Ordine del giorno n. 9/1665/43 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1665/43 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/43 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/43 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30752,
            "slug": "vs19_309_225",
            "identifier": "vs19_309_225",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_225/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 225,
            "title": "Ordine del giorno n. 9/1665/53 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/1665/53 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/53 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/53 SCERRA FILIPPO (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.59,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30751,
            "slug": "vs19_309_205",
            "identifier": "vs19_309_205",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_205/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 205,
            "title": "Ordine del giorno n. 9/1665/33 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1665/33 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/33 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/33 FONTANA ILARIA (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": 35,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 30749,
            "slug": "vs19_309_235",
            "identifier": "vs19_309_235",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_235/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 235,
            "title": "Ordine del giorno n. 9/1665/63 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1665/63 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/63 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/63 CAFIERO DE RAHO FEDERICO (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": 35,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30739,
            "slug": "vs19_309_217",
            "identifier": "vs19_309_217",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_217/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 217,
            "title": "Ordine del giorno n. 9/1665/45 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1665/45 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/45 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/45 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30738,
            "slug": "vs19_309_223",
            "identifier": "vs19_309_223",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_223/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 223,
            "title": "Ordine del giorno n. 9/1665/51 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1665/51 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/51 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/51 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 30732,
            "slug": "vs19_309_222",
            "identifier": "vs19_309_222",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_222/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 222,
            "title": "Ordine del giorno n. 9/1665/50 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1665/50 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/50 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/50 RICCIARDI RICCARDO (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": 68.91,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 30731,
            "slug": "vs19_309_216",
            "identifier": "vs19_309_216",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_216/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 216,
            "title": "Ordine del giorno n. 9/1665/44 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1665/44 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/44 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/44 TUCCI RICCARDO (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": 69.75,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30729,
            "slug": "vs19_309_236",
            "identifier": "vs19_309_236",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_236/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 236,
            "title": "Ordine del giorno n. 9/1665/64 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1665/64 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/64 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/64 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": 32,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30728,
            "slug": "vs19_309_202",
            "identifier": "vs19_309_202",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_202/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 202,
            "title": "Ordine del giorno n. 9/1665/30 BRUNO RAFFAELE (M5S) - Votazione Ordine del giorno 9/1665/30 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/30 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/30 BRUNO RAFFAELE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 66.05
        },
        {
            "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": 30725,
            "slug": "vs19_309_219",
            "identifier": "vs19_309_219",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_219/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 219,
            "title": "Ordine del giorno n. 9/1665/47 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1665/47 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/47 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/47 RAFFA ANGELA (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": 32,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 65.43
        },
        {
            "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": 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": 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": 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": 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": 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": 30672,
            "slug": "vs19_309_132",
            "identifier": "vs19_309_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_132/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 132,
            "title": "Emendamento 7.182 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.182 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.182 DDL n. 1665",
            "description_title": "Emendamento 7.182 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 67.28
        },
        {
            "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": 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": 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": 30663,
            "slug": "vs19_309_131",
            "identifier": "vs19_309_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_131/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 131,
            "title": "Emendamento 7.184 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 7.184 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.184 DDL n. 1665",
            "description_title": "Emendamento 7.184 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": 70.17,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30662,
            "slug": "vs19_309_141",
            "identifier": "vs19_309_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_141/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 141,
            "title": "Emendamento 7.311 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 7.311 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.311 DDL n. 1665",
            "description_title": "Emendamento 7.311 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": 33,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 65.43
        },
        {
            "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": 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
        },
        {
            "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": 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": 30658,
            "slug": "vs19_309_246",
            "identifier": "vs19_309_246",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_246/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 246,
            "title": "Legge sull'autonomia differenziata",
            "original_title": "Votazione finale DDL n. 1665",
            "description_title": "Disposizioni per l'attuazione dell'autonomia differenziata delle Regioni a statuto ordinario ai sensi dell'articolo 116, terzo comma, della Costituzione (Approvato dal Senato) (DDL 1665)",
            "public_title": "Legge sull'autonomia differenziata",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 30708,
            "slug": "vs19_309_238",
            "identifier": "vs19_309_238",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_238/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 238,
            "title": "Ordine del giorno n. 9/1665/66 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1665/66 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/66 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/66 DONNO LEONARDO (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": 69.33,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30745,
            "slug": "vs19_309_214",
            "identifier": "vs19_309_214",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_214/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 214,
            "title": "Ordine del giorno n. 9/1665/42 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1665/42 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/42 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/42 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30701,
            "slug": "vs19_309_198",
            "identifier": "vs19_309_198",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_198/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 198,
            "title": "Ordine del giorno n. 9/1665/26 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1665/26 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/26 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/26 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 64.2
        },
        {
            "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": 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": 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": 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
        }
    ]
}