Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=144
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=-date&page=145",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=143",
    "results": [
        {
            "id": 32602,
            "slug": "vs19_361_020",
            "identifier": "vs19_361_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_020/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1532-bis/36 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1532-bis/36 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/36 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/36 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": 18,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 81.13
        },
        {
            "id": 32603,
            "slug": "vs19_361_006",
            "identifier": "vs19_361_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_006/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1532-bis/15 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/1532-bis/15 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/15 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/15 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 32615,
            "slug": "vs19_361_027",
            "identifier": "vs19_361_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_027/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1532-bis/44 CONTE GIUSEPPE (M5S) - Votazione Ordine del giorno 9/1532-bis/44 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/44 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/44 CONTE GIUSEPPE (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": 69.17,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 32616,
            "slug": "vs19_361_018",
            "identifier": "vs19_361_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_018/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1532-bis/34 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1532-bis/34 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/34 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/34 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32617,
            "slug": "vs19_361_046",
            "identifier": "vs19_361_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_046/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1532-bis/65 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/65 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/65 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/65 BRAGA CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.67,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32618,
            "slug": "vs19_361_022",
            "identifier": "vs19_361_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_022/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1532-bis/38 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1532-bis/38 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/38 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/38 CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 77.99
        },
        {
            "id": 32619,
            "slug": "vs19_361_013",
            "identifier": "vs19_361_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_013/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1532-bis/29 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1532-bis/29 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/29 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/29 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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32620,
            "slug": "vs19_361_047",
            "identifier": "vs19_361_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_047/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1532-bis/66, nel testo riformulato, MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/66, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/66, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/66, nel testo riformulato, MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 143,
            "majority_cohesion_rate": 69.17,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 32621,
            "slug": "vs19_361_009",
            "identifier": "vs19_361_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_009/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1532-bis/24 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1532-bis/24 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/24 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/24 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 66.25,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 32622,
            "slug": "vs19_361_026",
            "identifier": "vs19_361_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_026/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1532-bis/42 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1532-bis/42 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/42 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/42 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 60,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 46.54
        },
        {
            "id": 32623,
            "slug": "vs19_361_044",
            "identifier": "vs19_361_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_044/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1532-bis/63 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/63 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/63 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/63 FORNARO FEDERICO (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": 25,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32580,
            "slug": "vs19_361_037",
            "identifier": "vs19_361_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_037/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1532-bis/55 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/55 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/55 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/55 D'ALFONSO LUCIANO (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": 25,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32583,
            "slug": "vs19_361_050",
            "identifier": "vs19_361_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_050/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1532-bis/69 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/69 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/69 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/69 BARBAGALLO ANTHONY EMANUELE (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 32585,
            "slug": "vs19_361_024",
            "identifier": "vs19_361_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_024/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1532-bis/40 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1532-bis/40 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/40 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/40 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32526,
            "slug": "vs19_361_073",
            "identifier": "vs19_361_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_073/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/1532-bis/95 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/95 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/95 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/95 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 32613,
            "slug": "vs19_361_043",
            "identifier": "vs19_361_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_043/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1532-bis/62 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/62 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/62 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/62 DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.58,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32614,
            "slug": "vs19_361_005",
            "identifier": "vs19_361_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_005/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1532-bis/14 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/14 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/14 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/14 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32527,
            "slug": "vs19_361_065",
            "identifier": "vs19_361_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_065/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1532-bis/86 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/86 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/86 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/86 SCOTTO ARTURO (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": 5,
            "n_margin": 21,
            "majority_cohesion_rate": 65.83,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32612,
            "slug": "vs19_361_002",
            "identifier": "vs19_361_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_002/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1532-bis/10 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/10 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/10 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/10 ASCANI ANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.58,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 32528,
            "slug": "vs19_361_072",
            "identifier": "vs19_361_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_072/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1532-bis/94 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/94 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/94 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/94 CURTI AUGUSTO (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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 32529,
            "slug": "vs19_361_064",
            "identifier": "vs19_361_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_064/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1532-bis/84 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/84 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/84 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/84 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32530,
            "slug": "vs19_361_069",
            "identifier": "vs19_361_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_069/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1532-bis/91 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/91 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/91 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/91 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 65.42,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 32531,
            "slug": "vs19_361_074",
            "identifier": "vs19_361_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_074/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1532-bis/96 LAUS MAURO ANTONIO DONATO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/96 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/96 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/96 LAUS MAURO ANTONIO DONATO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 32605,
            "slug": "vs19_361_049",
            "identifier": "vs19_361_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_049/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1532-bis/68, nel testo riformulato, ORLANDO ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/68, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/68, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/68, nel testo riformulato, ORLANDO ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 140,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32606,
            "slug": "vs19_361_008",
            "identifier": "vs19_361_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_008/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1532-bis/23 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1532-bis/23 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/23 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/23 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 32607,
            "slug": "vs19_361_019",
            "identifier": "vs19_361_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_019/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1532-bis/35 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1532-bis/35 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/35 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/35 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 32608,
            "slug": "vs19_361_051",
            "identifier": "vs19_361_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_051/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1532-bis/70 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/70 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/70 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/70 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 71.67,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32624,
            "slug": "vs19_361_054",
            "identifier": "vs19_361_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_054/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1532-bis/73 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/73 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/73 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/73 BONAFE' SIMONA (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": 28,
            "majority_cohesion_rate": 70.83,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32625,
            "slug": "vs19_361_021",
            "identifier": "vs19_361_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_021/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1532-bis/37 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/1532-bis/37 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/37 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/37 DI LAURO CARMEN (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32626,
            "slug": "vs19_361_011",
            "identifier": "vs19_361_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_011/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1532-bis/26 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1532-bis/26 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/26 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/26 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 76.1
        },
        {
            "id": 32519,
            "slug": "vs19_361_058",
            "identifier": "vs19_361_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_058/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1532-bis/77 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/77 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/77 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/77 BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32518,
            "slug": "vs19_361_060",
            "identifier": "vs19_361_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_060/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1532-bis/79, come riformulato, GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/79, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/79, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/79, come riformulato, GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 139,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32516,
            "slug": "vs19_361_063",
            "identifier": "vs19_361_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_063/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1532-bis/83 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/83 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/83 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/83 MARINO MARIA STEFANIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32515,
            "slug": "vs19_361_059",
            "identifier": "vs19_361_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_059/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1532-bis/78, come riformulato, VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/78, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/78, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/78, come riformulato, VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 132,
            "majority_cohesion_rate": 64.58,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32610,
            "slug": "vs19_361_045",
            "identifier": "vs19_361_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_045/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1532-bis/64 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/64 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/64 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/64 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.67,
            "minority_cohesion_rate": 76.73
        },
        {
            "id": 32609,
            "slug": "vs19_361_031",
            "identifier": "vs19_361_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_031/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1532-bis/49 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1532-bis/49 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/49 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/49 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": 26,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 32581,
            "slug": "vs19_361_015",
            "identifier": "vs19_361_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_015/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1532-bis/31 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1532-bis/31 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/31 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/31 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 32584,
            "slug": "vs19_361_053",
            "identifier": "vs19_361_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_053/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1532-bis/72 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/72 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/72 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/72 FOSSI EMILIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32589,
            "slug": "vs19_361_029",
            "identifier": "vs19_361_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_029/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1532-bis/47 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1532-bis/47 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/47 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/47 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.42,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 32572,
            "slug": "vs19_361_030",
            "identifier": "vs19_361_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_030/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1532-bis/48 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1532-bis/48 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/48 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/48 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": 20,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 78.62
        },
        {
            "id": 32517,
            "slug": "vs19_361_066",
            "identifier": "vs19_361_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_066/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1532-bis/88 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/88 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/88 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/88 STUMPO NICOLA (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": 4,
            "n_margin": 27,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 32514,
            "slug": "vs19_361_075",
            "identifier": "vs19_361_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_075/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1532-bis/1 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/1 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/1 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/1 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 32587,
            "slug": "vs19_361_003",
            "identifier": "vs19_361_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_003/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1532-bis/11, nel testo riformulato, BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/11, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/11, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/11, nel testo riformulato, BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 139,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 77.36
        },
        {
            "id": 32520,
            "slug": "vs19_361_061",
            "identifier": "vs19_361_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_061/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1532-bis/81 EVI ELEONORA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/81 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/81 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/81 EVI ELEONORA (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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 65.0,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 32521,
            "slug": "vs19_361_068",
            "identifier": "vs19_361_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_068/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1532-bis/90 MADIA MARIA ANNA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/90 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/90 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/90 MADIA MARIA ANNA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 75.47
        },
        {
            "id": 32522,
            "slug": "vs19_361_062",
            "identifier": "vs19_361_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_062/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1532-bis/82 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/82 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/82 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/82 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 32523,
            "slug": "vs19_361_071",
            "identifier": "vs19_361_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_071/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1532-bis/93, nel testo riformulato, DE MICHELI PAOLA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/93, DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/93, DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/93, nel testo riformulato, DE MICHELI PAOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 135,
            "majority_cohesion_rate": 64.17,
            "minority_cohesion_rate": 79.25
        },
        {
            "id": 32524,
            "slug": "vs19_361_067",
            "identifier": "vs19_361_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_067/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1532-bis/89 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/89 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/89 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/89 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.92,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 32525,
            "slug": "vs19_361_070",
            "identifier": "vs19_361_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_070/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1532-bis/92 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/92 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/92 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/92 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 73.58
        },
        {
            "id": 32570,
            "slug": "vs19_361_042",
            "identifier": "vs19_361_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_042/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1532-bis/61 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/61 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/61 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/61 LAI SILVIO (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": 3,
            "n_margin": 27,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 74.84
        }
    ]
}