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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=251",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=249",
    "results": [
        {
            "id": 33620,
            "slug": "vs19_384_063",
            "identifier": "vs19_384_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_063/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 14.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 27454,
            "slug": "vs19_236_034",
            "identifier": "vs19_236_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_034/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.46 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.46 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.46 DDL n. 1630",
            "description_title": "Emendamento 1.46 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 35040,
            "slug": "vs19_336_048",
            "identifier": "vs19_336_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_048/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 6.1001 DEL BARBA MAURO (IVICRE)",
            "original_title": "Emendamento 6.1001 DEL BARBA MAURO (IVICRE)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 74.53
        },
        {
            "id": 27462,
            "slug": "vs19_236_033",
            "identifier": "vs19_236_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_033/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.45 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.45 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.45 DDL n. 1630",
            "description_title": "Emendamento 1.45 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27472,
            "slug": "vs19_236_051",
            "identifier": "vs19_236_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_051/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 2.10 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.10 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1630",
            "description_title": "Emendamento 2.10 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27392,
            "slug": "vs19_236_049",
            "identifier": "vs19_236_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_049/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 2.8 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1630",
            "description_title": "Emendamento 2.8 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 34919,
            "slug": "vs19_332_003",
            "identifier": "vs19_332_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_003/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 36138,
            "slug": "vs19_427_024",
            "identifier": "vs19_427_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_024/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 24,
            "title": "Mozione n. 1-00384, limitatamente ai capoversi quinto e decimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00384",
            "original_title": "Votazione Mozione 1_00384",
            "description_title": "Mozione n. 1-00384, limitatamente ai capoversi quinto e decimo della parte dispositiva, BONELLI ANGELO (AVS) 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": 24,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 35028,
            "slug": "vs19_336_036",
            "identifier": "vs19_336_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_036/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 5.8 GNASSI ANDREA (PD-IDP)",
            "original_title": "Emendamento 5.8 GNASSI ANDREA (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 31696,
            "slug": "vs19_342_072",
            "identifier": "vs19_342_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_072/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/2002/88 BOSCHI MARIA ELENA (IVICRE) - Votazione Ordine del giorno 9/2002/88 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/88 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/88 BOSCHI MARIA ELENA (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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 27469,
            "slug": "vs19_236_007",
            "identifier": "vs19_236_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_007/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.18 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.18 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.18 DDL n. 1630",
            "description_title": "Emendamento 1.18 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": 24,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 38022,
            "slug": "vs19_470_031",
            "identifier": "vs19_470_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_031/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/2308/77 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/2308/77 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/77 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/77 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": 24,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38018,
            "slug": "vs19_470_027",
            "identifier": "vs19_470_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_027/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/2308/62 PRESTIPINO PATRIZIA (PD-IDP) - Votazione Ordine del giorno 9/2308/62 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/62 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/62 PRESTIPINO PATRIZIA (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": 60.49,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40015,
            "slug": "vs19_519_014",
            "identifier": "vs19_519_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_014/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 39396,
            "slug": "vs19_503_061",
            "identifier": "vs19_503_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_061/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 61,
            "title": "Identici emendamenti 12.3 BONELLI ANGELO (AVS) e 12.15 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 12.3 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.3 DDL n. 2482",
            "description_title": "Identici emendamenti 12.3 BONELLI ANGELO (AVS) e 12.15 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 40151,
            "slug": "vs19_524_049",
            "identifier": "vs19_524_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_049/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 49,
            "title": "ODG 9/2538/4 - Votazione Ordine del giorno 9/2538/4 ",
            "original_title": "Votazione Ordine del giorno 9/2538/4 ",
            "description_title": "ODG 9/2538/4",
            "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": 59.67,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 21955,
            "slug": "vs19_124_029",
            "identifier": "vs19_124_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_029/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1151/38 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1151/38 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/38 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/38 FURFARO 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25070,
            "slug": "vs19_192_012",
            "identifier": "vs19_192_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_012/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0752",
            "original_title": "Votazione Articolo 6 PDL n. 0752",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 38023,
            "slug": "vs19_470_032",
            "identifier": "vs19_470_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_032/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/2308/79 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/2308/79 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/79 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/79 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38019,
            "slug": "vs19_470_028",
            "identifier": "vs19_470_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_028/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2308/73 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/2308/73 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/73 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/73 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 25073,
            "slug": "vs19_192_015",
            "identifier": "vs19_192_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_015/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 0752",
            "original_title": "Votazione Articolo 7 PDL n. 0752",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 40010,
            "slug": "vs19_519_009",
            "identifier": "vs19_519_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_009/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.21,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 40009,
            "slug": "vs19_519_008",
            "identifier": "vs19_519_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_008/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.8,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 27777,
            "slug": "vs19_239_085",
            "identifier": "vs19_239_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_085/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici articoli aggiuntivi 21.1 FENU EMILIANO (M5S) e 21.2 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 21.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 21.1 DDL n. 1515",
            "description_title": "Identici articoli aggiuntivi 21.1 FENU EMILIANO (M5S) e 21.2 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22423,
            "slug": "vs19_134_036",
            "identifier": "vs19_134_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_036/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.56 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.56 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.56 PDL n. 0384",
            "description_title": "Emendamento 3.56 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 38024,
            "slug": "vs19_470_033",
            "identifier": "vs19_470_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_033/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2308/80 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/2308/80 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/80 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/80 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34920,
            "slug": "vs19_332_005",
            "identifier": "vs19_332_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_005/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 73.91
        },
        {
            "id": 34817,
            "slug": "vs19_337_023",
            "identifier": "vs19_337_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_023/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.207 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.207 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34923,
            "slug": "vs19_332_008",
            "identifier": "vs19_332_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_008/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 73.91
        },
        {
            "id": 31695,
            "slug": "vs19_342_071",
            "identifier": "vs19_342_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_071/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/2002/87 MARATTIN LUIGI (IVICRE) - Votazione Ordine del giorno 9/2002/87 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/87 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/87 MARATTIN LUIGI (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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 38056,
            "slug": "vs19_475_005",
            "identifier": "vs19_475_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_005/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso quarto della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00416",
            "original_title": "Votazione Mozione 1_00416",
            "description_title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso quarto della parte dispositiva, SCERRA FILIPPO (M5S) 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": 24,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34813,
            "slug": "vs19_337_019",
            "identifier": "vs19_337_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_019/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.160 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.160 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 34921,
            "slug": "vs19_332_006",
            "identifier": "vs19_332_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_006/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 39942,
            "slug": "vs19_517_016",
            "identifier": "vs19_517_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_016/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 7.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 36191,
            "slug": "vs19_429_028",
            "identifier": "vs19_429_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_429_028/?format=api",
            "sitting": {
                "id": 1909,
                "date": "2025-02-17",
                "number": 429,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2184/49 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/2184/49 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/49 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/49 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 37642,
            "slug": "vs19_460_040",
            "identifier": "vs19_460_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_040/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 14.01 AURIEMMA CARMELA (M5S) - Votazione Emendamento 14.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 14.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 14.01 AURIEMMA CARMELA (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": 5,
            "n_margin": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 37644,
            "slug": "vs19_460_044",
            "identifier": "vs19_460_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_044/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 16.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 16.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 16.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 16.01 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34803,
            "slug": "vs19_337_009",
            "identifier": "vs19_337_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_009/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.56 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.56 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34807,
            "slug": "vs19_337_013",
            "identifier": "vs19_337_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_013/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.97 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.97 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31463,
            "slug": "vs19_336_112",
            "identifier": "vs19_336_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_112/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/1930/12 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1930/12 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/12 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/12 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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34818,
            "slug": "vs19_337_024",
            "identifier": "vs19_337_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_024/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.218 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.218 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 26542,
            "slug": "vs19_220_034",
            "identifier": "vs19_220_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_034/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1627/13 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1627/13 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/13 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/13 ROSSI 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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 37623,
            "slug": "vs19_460_012",
            "identifier": "vs19_460_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_012/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 6.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 6.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2139",
            "description_title": "Emendamento 6.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 37624,
            "slug": "vs19_460_014",
            "identifier": "vs19_460_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_014/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 7.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 7.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 7.1 DDL n. 2139",
            "description_title": "Emendamento 7.1 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 24,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 31411,
            "slug": "vs19_336_086",
            "identifier": "vs19_336_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_086/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 86,
            "title": "Identici emendamenti 10.12 GHIRRA FRANCESCA (AVS) e 10.14 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 10.12 DDL n. 1930",
            "original_title": "Votazione Emendamento 10.12 DDL n. 1930",
            "description_title": "Identici emendamenti 10.12 GHIRRA FRANCESCA (AVS) e 10.14 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 37633,
            "slug": "vs19_460_028",
            "identifier": "vs19_460_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_028/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 12.3 ZARATTI FILIBERTO (AVS) e 12.4 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 12.3 DDL n. 2139",
            "original_title": "Votazione Emendamento 12.3 DDL n. 2139",
            "description_title": "Identici emendamenti 12.3 ZARATTI FILIBERTO (AVS) e 12.4 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 36058,
            "slug": "vs19_426_003",
            "identifier": "vs19_426_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_426_003/?format=api",
            "sitting": {
                "id": 1903,
                "date": "2025-02-11",
                "number": 426,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00374, limitatamente ai capoversi primo, quarto, settimo, ottavo e tredicesimo della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri - Votazione Mozione 1_00374",
            "original_title": "Votazione Mozione 1_00374",
            "description_title": "Mozione n. 1-00374, limitatamente ai capoversi primo, quarto, settimo, ottavo e tredicesimo della parte dispositiva, BRAGA CHIARA (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": 24,
            "majority_cohesion_rate": 67.36,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 22477,
            "slug": "vs19_134_050",
            "identifier": "vs19_134_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_050/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 3.75 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 3.75 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.75 PDL n. 0384",
            "description_title": "Emendamento 3.75 GIRELLI GIAN ANTONIO (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": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 38208,
            "slug": "vs19_476_022",
            "identifier": "vs19_476_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_022/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 22,
            "title": "ART AGG 3.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.01001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 31688,
            "slug": "vs19_342_064",
            "identifier": "vs19_342_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_064/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/2002/79 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/2002/79 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/79 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/79 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 60.87
        }
    ]
}