Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=156
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=n_margin&page=157",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=155",
    "results": [
        {
            "id": 40039,
            "slug": "vs19_519_038",
            "identifier": "vs19_519_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_038/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 38,
            "title": "ODG 9/2526/11 - Votazione Ordine del giorno 9/2526/11 ",
            "original_title": "Votazione Ordine del giorno 9/2526/11 ",
            "description_title": "ODG 9/2526/11",
            "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": 65.98,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 40041,
            "slug": "vs19_519_040",
            "identifier": "vs19_519_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_040/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 40,
            "title": "ODG 9/2526/15 - Votazione Ordine del giorno 9/2526/15 ",
            "original_title": "Votazione Ordine del giorno 9/2526/15 ",
            "description_title": "ODG 9/2526/15",
            "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": 65.16,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 40035,
            "slug": "vs19_519_034",
            "identifier": "vs19_519_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_034/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2526/5 - Votazione Ordine del giorno 9/2526/5 ",
            "original_title": "Votazione Ordine del giorno 9/2526/5 ",
            "description_title": "ODG 9/2526/5",
            "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.75,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 40062,
            "slug": "vs19_521_005",
            "identifier": "vs19_521_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_005/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2527/11 - Votazione Ordine del giorno 9/2527/11 ",
            "original_title": "Votazione Ordine del giorno 9/2527/11 ",
            "description_title": "ODG 9/2527/11",
            "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": 61.07,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40060,
            "slug": "vs19_521_003",
            "identifier": "vs19_521_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_003/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2527/8 - Votazione Ordine del giorno 9/2527/8 ",
            "original_title": "Votazione Ordine del giorno 9/2527/8 ",
            "description_title": "ODG 9/2527/8",
            "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": 59.02,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40068,
            "slug": "vs19_521_011",
            "identifier": "vs19_521_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_011/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2527/18 - Votazione Ordine del giorno 9/2527/18 ",
            "original_title": "Votazione Ordine del giorno 9/2527/18 ",
            "description_title": "ODG 9/2527/18",
            "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": 61.48,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40072,
            "slug": "vs19_521_015",
            "identifier": "vs19_521_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_015/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2527/27 - Votazione Ordine del giorno 9/2527/27 ",
            "original_title": "Votazione Ordine del giorno 9/2527/27 ",
            "description_title": "ODG 9/2527/27",
            "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": 61.48,
            "minority_cohesion_rate": 70.06
        },
        {
            "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": 32576,
            "slug": "vs19_361_017",
            "identifier": "vs19_361_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_017/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1532-bis/33 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1532-bis/33 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/33 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/33 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": 21,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 76.73
        },
        {
            "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": 32586,
            "slug": "vs19_361_023",
            "identifier": "vs19_361_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_023/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1532-bis/39 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1532-bis/39 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/39 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/39 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 32592,
            "slug": "vs19_361_001",
            "identifier": "vs19_361_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_001/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1532-bis/3 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/3 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/3 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/3 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 70.44
        },
        {
            "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": 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": 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": 35798,
            "slug": "vs19_410_018",
            "identifier": "vs19_410_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_018/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1917/22 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1917/22 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/22 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/22 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 35796,
            "slug": "vs19_410_016",
            "identifier": "vs19_410_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_410_016/?format=api",
            "sitting": {
                "id": 1879,
                "date": "2025-01-16",
                "number": 410,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1917/19 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1917/19 DDL n. 1917",
            "original_title": "Votazione Ordine del giorno 9/1917/19 DDL n. 1917",
            "description_title": "Ordine del giorno n. 9/1917/19 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 35819,
            "slug": "vs19_413_003",
            "identifier": "vs19_413_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_003/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo aggiuntivo 5.01 DORI DEVIS (AVS) - Votazione Emendamento 5.01 DDL n. 2196",
            "original_title": "Votazione Emendamento 5.01 DDL n. 2196",
            "description_title": "Articolo aggiuntivo 5.01 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 35820,
            "slug": "vs19_413_004",
            "identifier": "vs19_413_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_413_004/?format=api",
            "sitting": {
                "id": 1882,
                "date": "2025-01-21",
                "number": 413,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 6.1 DORI DEVIS (AVS) - Votazione Emendamento 6.1 DDL n. 2196",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2196",
            "description_title": "Emendamento 6.1 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 36160,
            "slug": "vs19_427_054",
            "identifier": "vs19_427_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_054/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 3.1 ALIFANO ENRICA (M5S) - Votazione Emendamento 3.1 DDL n. 2034",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2034",
            "description_title": "Emendamento 3.1 ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36148,
            "slug": "vs19_427_034",
            "identifier": "vs19_427_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_034/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 34,
            "title": "Mozione n. 1-00395, limitatamente al capoverso settimo della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri - Votazione Mozione 1_00395",
            "original_title": "Votazione Mozione 1_00395",
            "description_title": "Mozione n. 1-00395, limitatamente al capoverso settimo della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 36671,
            "slug": "vs19_439_038",
            "identifier": "vs19_439_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_038/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2240/1 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/2240/1 DDL n. 2240",
            "original_title": "Votazione Ordine del giorno 9/2240/1 DDL n. 2240",
            "description_title": "Ordine del giorno n. 9/2240/1 BARZOTTI 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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 36858,
            "slug": "vs19_440_070",
            "identifier": "vs19_440_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_070/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 70,
            "title": "Identici emendamenti 22.1 GHIRRA FRANCESCA (AVS), 22.2 CAPPELLETTI ENRICO (M5S) e 22.3 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 22.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.1 DDL n. 2026",
            "description_title": "Identici emendamenti 22.1 GHIRRA FRANCESCA (AVS), 22.2 CAPPELLETTI ENRICO (M5S) e 22.3 STEFANAZZI CLAUDIO MICHELE (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": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36792,
            "slug": "vs19_440_030",
            "identifier": "vs19_440_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_030/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 2026",
            "original_title": "Votazione Articolo 7 DDL n. 2026",
            "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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36815,
            "slug": "vs19_440_007",
            "identifier": "vs19_440_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_007/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 2.3 GHIRRA FRANCESCA (AVS), 2.4 DELL'OLIO GIANMAURO (M5S) e 2.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 2.3 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.3 DDL n. 2026",
            "description_title": "Identici emendamenti 2.3 GHIRRA FRANCESCA (AVS), 2.4 DELL'OLIO GIANMAURO (M5S) e 2.5 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36857,
            "slug": "vs19_440_066",
            "identifier": "vs19_440_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_066/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 19.1 FONTANA ILARIA (M5S) - Votazione Emendamento 19.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 19.1 DDL n. 2026",
            "description_title": "Emendamento 19.1 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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36862,
            "slug": "vs19_440_074",
            "identifier": "vs19_440_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_074/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 22.8 PAVANELLI EMMA (M5S) - Votazione Emendamento 22.8 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.8 DDL n. 2026",
            "description_title": "Emendamento 22.8 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 36837,
            "slug": "vs19_440_037",
            "identifier": "vs19_440_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_037/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 10.2 FERRARA ANTONIO (M5S) - Votazione Emendamento 10.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 10.2 DDL n. 2026",
            "description_title": "Emendamento 10.2 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 36843,
            "slug": "vs19_440_046",
            "identifier": "vs19_440_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_046/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 46,
            "title": "Identici emendamenti 13.8 GHIRRA FRANCESCA (AVS) e 13.9 APPENDINO CHIARA (M5S) - Votazione Emendamento 13.8 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.8 DDL n. 2026",
            "description_title": "Identici emendamenti 13.8 GHIRRA FRANCESCA (AVS) e 13.9 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 36887,
            "slug": "vs19_441_009",
            "identifier": "vs19_441_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_009/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 27.1 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Emendamento 27.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.1 DDL n. 2026",
            "description_title": "Emendamento 27.1 STEFANAZZI CLAUDIO MICHELE (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": 21,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36884,
            "slug": "vs19_441_004",
            "identifier": "vs19_441_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_004/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 25.4 BONETTI ELENA (APERRE) - Votazione Emendamento 25.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 25.4 DDL n. 2026",
            "description_title": "Emendamento 25.4 BONETTI ELENA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36889,
            "slug": "vs19_441_011",
            "identifier": "vs19_441_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_011/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 27.3 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 27.3 DDL n. 2026",
            "original_title": "Votazione Emendamento 27.3 DDL n. 2026",
            "description_title": "Emendamento 27.3 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36873,
            "slug": "vs19_441_026",
            "identifier": "vs19_441_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_441_026/?format=api",
            "sitting": {
                "id": 1929,
                "date": "2025-03-06",
                "number": 441,
                "branch": "C"
            },
            "number": 26,
            "title": "Disposizioni in materia di economia dello spazio",
            "original_title": "Votazione finale DDL n. 2026",
            "description_title": "Disposizioni in materia di economia dello spazio (DDL 2026)",
            "public_title": "Disposizioni in materia di economia dello spazio",
            "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": 21,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 37133,
            "slug": "vs19_445_007",
            "identifier": "vs19_445_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_445_007/?format=api",
            "sitting": {
                "id": 1935,
                "date": "2025-03-12",
                "number": 445,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00398, limitatamente ai capoversi primo, secondo, terzo, quarto, quinto e ottavo della parte dispositiva, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) ed altri - Votazione Mozione 1_00398",
            "original_title": "Votazione Mozione 1_00398",
            "description_title": "Mozione n. 1-00398, limitatamente ai capoversi primo, secondo, terzo, quarto, quinto e ottavo della parte dispositiva, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 39699,
            "slug": "vs19_506_019",
            "identifier": "vs19_506_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_019/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 19,
            "title": "Disposizioni per il riconoscimento e la promozione delle zone montane",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2126-A E ABB - VOTO FINALE",
            "public_title": "Disposizioni per il riconoscimento e la promozione delle zone montane",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 18170,
            "slug": "vs19_009_025",
            "identifier": "vs19_009_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_025/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 6.1 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 6.1 DDL n. 0005",
            "original_title": "Votazione Emendamento 6.1 DDL n. 0005",
            "description_title": "Emendamento 6.1 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": 21,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 86.42
        },
        {
            "id": 18137,
            "slug": "vs19_009_041",
            "identifier": "vs19_009_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_041/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 14.1 DE MICHELI PAOLA (PD-IDP) - Votazione Emendamento 14.1 DDL n. 0005",
            "original_title": "Votazione Emendamento 14.1 DDL n. 0005",
            "description_title": "Emendamento 14.1 DE MICHELI PAOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 18132,
            "slug": "vs19_009_062",
            "identifier": "vs19_009_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_062/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo aggiuntivo 42.07 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 42.07 DDL n. 0005",
            "original_title": "Votazione Emendamento 42.07 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 42.07 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 18126,
            "slug": "vs19_009_046",
            "identifier": "vs19_009_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_046/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo aggiuntivo 21.05 BONETTI ELENA (AIV-RE) - Votazione Emendamento 21.05 DDL n. 0005",
            "original_title": "Votazione Emendamento 21.05 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 21.05 BONETTI ELENA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18182,
            "slug": "vs19_009_009",
            "identifier": "vs19_009_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_009/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.35 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 1.35 DDL n. 0005",
            "original_title": "Votazione Emendamento 1.35 DDL n. 0005",
            "description_title": "Emendamento 1.35 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 18150,
            "slug": "vs19_009_054",
            "identifier": "vs19_009_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_054/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo aggiuntivo 30.02 BRAGA CHIARA (PD-IDP) - Votazione Emendamento 30.02 DDL n. 0005",
            "original_title": "Votazione Emendamento 30.02 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 30.02 BRAGA CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 22495,
            "slug": "vs19_134_037",
            "identifier": "vs19_134_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_037/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 37,
            "title": "Identici emendamenti 3.58 MALAVASI ILENIA (PD-IDP) e 3.165 FARAONE DAVIDE (AIV-RE) - Votazione Emendamento 3.58 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.58 PDL n. 0384",
            "description_title": "Identici emendamenti 3.58 MALAVASI ILENIA (PD-IDP) e 3.165 FARAONE DAVIDE (AIV-RE)",
            "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": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22487,
            "slug": "vs19_134_042",
            "identifier": "vs19_134_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_042/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 42,
            "title": "Identici emendamenti 3.64 CIANI PAOLO (PD-IDP) e 3.166 FARAONE DAVIDE (AIV-RE) - Votazione Emendamento 3.64 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.64 PDL n. 0384",
            "description_title": "Identici emendamenti 3.64 CIANI PAOLO (PD-IDP) e 3.166 FARAONE DAVIDE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 22490,
            "slug": "vs19_134_029",
            "identifier": "vs19_134_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_029/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 3.49 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.49 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.49 PDL n. 0384",
            "description_title": "Emendamento 3.49 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 21,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22485,
            "slug": "vs19_134_051",
            "identifier": "vs19_134_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_051/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 3.160 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.160 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.160 PDL n. 0384",
            "description_title": "Emendamento 3.160 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22515,
            "slug": "vs19_134_044",
            "identifier": "vs19_134_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_044/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 44,
            "title": "Identici emendamenti 3.67 QUARTINI ANDREA (M5S), 3.68 STUMPO NICOLA (PD-IDP) e 3.167 FARAONE DAVIDE (AIV-RE) - Votazione Emendamento 3.67 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.67 PDL n. 0384",
            "description_title": "Identici emendamenti 3.67 QUARTINI ANDREA (M5S), 3.68 STUMPO NICOLA (PD-IDP) e 3.167 FARAONE DAVIDE (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 25062,
            "slug": "vs19_192_004",
            "identifier": "vs19_192_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_004/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 3.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 3.1 PDL n. 0752",
            "original_title": "Votazione Emendamento 3.1 PDL n. 0752",
            "description_title": "Emendamento 3.1 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25002,
            "slug": "vs19_196_021",
            "identifier": "vs19_196_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_021/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1437/24 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1437/24 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/24 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/24 STEFANAZZI CLAUDIO MICHELE (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": 65.4,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 25004,
            "slug": "vs19_196_016",
            "identifier": "vs19_196_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_016/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1437/18 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1437/18 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/18 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/18 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 73.46
        }
    ]
}