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

{
    "count": 22927,
    "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_rebels&page=113",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=111",
    "results": [
        {
            "id": 22502,
            "slug": "vs19_134_043",
            "identifier": "vs19_134_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_043/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 3.65 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.65 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.65 PDL n. 0384",
            "description_title": "Emendamento 3.65 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": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22453,
            "slug": "vs19_133_032",
            "identifier": "vs19_133_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_032/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1178",
            "original_title": "Votazione Articolo 4 PDL n. 1178",
            "description_title": "Articolo 4",
            "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": 128,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24947,
            "slug": "vs19_201_010",
            "identifier": "vs19_201_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_010/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1551/66, nel testo riformulato, BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1551/66, DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/66, DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/66, nel testo riformulato, BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 135,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 39857,
            "slug": "vs19_515_016",
            "identifier": "vs19_515_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_016/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 16,
            "title": "ART AGG 1.09 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.09",
            "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": 25,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 27301,
            "slug": "vs19_233_048",
            "identifier": "vs19_233_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_048/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1606/79 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1606/79 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/79 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/79 LAI SILVIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 51,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 30.25
        },
        {
            "id": 28257,
            "slug": "vs19_247_029",
            "identifier": "vs19_247_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_029/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1633/65, nel testo riformulato, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1633/65, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/65, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/65, nel testo riformulato, GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 18180,
            "slug": "vs19_009_014",
            "identifier": "vs19_009_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_014/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 2.02 TORTO DANIELA (M5S) - Votazione Emendamento 2.02 DDL n. 0005",
            "original_title": "Votazione Emendamento 2.02 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 2.02 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 40140,
            "slug": "vs19_524_034",
            "identifier": "vs19_524_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_524_034/?format=api",
            "sitting": {
                "id": 2068,
                "date": "2025-08-06",
                "number": 524,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2551/80 - Votazione Ordine del giorno 9/2551/80 ",
            "original_title": "Votazione Ordine del giorno 9/2551/80 ",
            "description_title": "ODG 9/2551/80",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 27763,
            "slug": "vs19_241_003",
            "identifier": "vs19_241_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_003/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1006 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.1006 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.1006 PDL n. 1457",
            "description_title": "Emendamento 1.1006 PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 58,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 39029,
            "slug": "vs19_498_058",
            "identifier": "vs19_498_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_058/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 58,
            "title": "ARTICOLO 7 - Votazione Articolo 7 ",
            "original_title": "Votazione Articolo 7 ",
            "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": 82,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 37.82
        },
        {
            "id": 39930,
            "slug": "vs19_517_004",
            "identifier": "vs19_517_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_004/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 2.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.2",
            "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": 23,
            "majority_cohesion_rate": 52.87,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 39863,
            "slug": "vs19_515_022",
            "identifier": "vs19_515_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_022/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 22,
            "title": "ART AGG 1.032 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.032",
            "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": 47,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 27749,
            "slug": "vs19_241_011",
            "identifier": "vs19_241_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_011/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.3 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.3 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.3 PDL n. 1457",
            "description_title": "Emendamento 1.3 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27795,
            "slug": "vs19_241_012",
            "identifier": "vs19_241_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_012/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1457 E ABB/2 MASCARETTI ANDREA (FDI) - Votazione Ordine del giorno 9/1457 E ABB/2 PDL n. 1457",
            "original_title": "Votazione Ordine del giorno 9/1457 E ABB/2 PDL n. 1457",
            "description_title": "Ordine del giorno n. 9/1457 E ABB/2 MASCARETTI ANDREA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 74,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 27696,
            "slug": "vs19_239_040",
            "identifier": "vs19_239_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_040/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 12.8 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 12.8 DDL n. 1515",
            "original_title": "Votazione Emendamento 12.8 DDL n. 1515",
            "description_title": "Emendamento 12.8 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 43,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 39749,
            "slug": "vs19_508_017",
            "identifier": "vs19_508_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_017/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 17,
            "title": "ODG 9/2416-A/49 - Votazione Ordine del giorno 9/2416-A/49 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/49 ",
            "description_title": "ODG 9/2416-A/49",
            "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": 37,
            "majority_cohesion_rate": 65.16,
            "minority_cohesion_rate": 55.77
        },
        {
            "id": 18175,
            "slug": "vs19_009_051",
            "identifier": "vs19_009_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_051/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 24.1 L'ABBATE PATTY (M5S) - Votazione Emendamento 24.1 DDL n. 0005",
            "original_title": "Votazione Emendamento 24.1 DDL n. 0005",
            "description_title": "Emendamento 24.1 L'ABBATE PATTY (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": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27799,
            "slug": "vs19_241_013",
            "identifier": "vs19_241_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_013/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1457 E ABB/3 FURGIUELE DOMENICO (LEGA)u - Votazione Ordine del giorno 9/1457 E ABB/3 PDL n. 1457",
            "original_title": "Votazione Ordine del giorno 9/1457 E ABB/3 PDL n. 1457",
            "description_title": "Ordine del giorno n. 9/1457 E ABB/3 FURGIUELE DOMENICO (LEGA)u",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 70,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29320,
            "slug": "vs19_270_055",
            "identifier": "vs19_270_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_055/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 55,
            "title": "Conversione decreto olimpiadi Milano-Cortina",
            "original_title": "Votazione finale DDL n. 1790",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 5 febbraio 2024, n. 10, recante disposizioni urgenti sulla governance e sugli interventi di competenza della società \"Infrastrutture Milano Cortina 2020-2026 Spa\" (Approvato dal Senato) (DDL 1790)",
            "public_title": "Conversione decreto olimpiadi Milano-Cortina",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 46,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 36486,
            "slug": "vs19_435_107",
            "identifier": "vs19_435_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_107/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 107,
            "title": "Articolo 10 - Votazione Articolo 10 PDL n. 1573",
            "original_title": "Votazione Articolo 10 PDL n. 1573",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 22737,
            "slug": "vs19_141_016",
            "identifier": "vs19_141_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_016/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1134",
            "original_title": "Votazione Articolo 2 DDL n. 1134",
            "description_title": "Articolo 2",
            "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": 126,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 31049,
            "slug": "vs19_321_008",
            "identifier": "vs19_321_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_008/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 8,
            "title": "Identici emendamenti 2.16 D'ORSO VALENTINA (M5S) e 2.17 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.16 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.16 DDL n. 1718",
            "description_title": "Identici emendamenti 2.16 D'ORSO VALENTINA (M5S) e 2.17 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 22181,
            "slug": "vs19_137_129",
            "identifier": "vs19_137_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_129/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 129,
            "title": "Emendamento 6.13 FENU EMILIANO (M5S) - Votazione Emendamento 6.13 DDL n. 1038",
            "original_title": "Votazione Emendamento 6.13 DDL n. 1038",
            "description_title": "Emendamento 6.13 FENU EMILIANO (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": 2,
            "n_margin": 105,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 30991,
            "slug": "vs19_321_059",
            "identifier": "vs19_321_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_059/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo aggiuntivo 5.0100 BONIFAZI FRANCESCO (IVICRE) - Votazione Emendamento 5.0100 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.0100 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 5.0100 BONIFAZI FRANCESCO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 136,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 34558,
            "slug": "vs19_388_063",
            "identifier": "vs19_388_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_063/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 63,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 2022",
            "original_title": "Votazione Articolo 14 DDL n. 2022",
            "description_title": "Articolo 14",
            "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": 17,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 29934,
            "slug": "vs19_277_002",
            "identifier": "vs19_277_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_002/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00266, come riformulata e per le parti non assorbite, ad eccezione dei capoversi nono e decimo della premessa e del capoverso primo, lettera b), punto 2), e lettera c), punti 1), 2) e 3) della parte dispositiva, COSTA SERGIO (M5S) ed altri - Votazione Mozione 1_00266",
            "original_title": "Votazione Mozione 1_00266",
            "description_title": "Mozione n. 1-00266, come riformulata e per le parti non assorbite, ad eccezione dei capoversi nono e decimo della premessa e del capoverso primo, lettera b), punto 2), e lettera c), punti 1), 2) e 3) della parte dispositiva, COSTA SERGIO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 127,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 63.8
        },
        {
            "id": 25760,
            "slug": "vs19_210_192",
            "identifier": "vs19_210_192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_192/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 192,
            "title": "Ordine del giorno n. 9/1341/10 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1341/10 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/10 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/10 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": 47,
            "majority_cohesion_rate": 51.9,
            "minority_cohesion_rate": 25.31
        },
        {
            "id": 25583,
            "slug": "vs19_210_128",
            "identifier": "vs19_210_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_128/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 128,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 1341",
            "original_title": "Votazione Articolo 29 DDL n. 1341",
            "description_title": "Articolo 29",
            "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": 42,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 22027,
            "slug": "vs19_137_109",
            "identifier": "vs19_137_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_109/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 5.71 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 5.71 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.71 DDL n. 1038",
            "description_title": "Emendamento 5.71 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 33635,
            "slug": "vs19_384_076",
            "identifier": "vs19_384_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_076/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 76,
            "title": "ODG 9/30-A E ABB/6 - Votazione Ordine del giorno 9/30-A E ABB/6 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/6 ",
            "description_title": "ODG 9/30-A E ABB/6",
            "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": 10,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 21473,
            "slug": "vs19_112_007",
            "identifier": "vs19_112_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_007/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00139, limitatamente al capoverso 7), CASO ANTONIO (M5S) ed altri - Votazione Mozione 1_00139",
            "original_title": "Votazione Mozione 1_00139",
            "description_title": "Mozione n. 1-00139, limitatamente al capoverso 7), CASO ANTONIO (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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 33623,
            "slug": "vs19_384_084",
            "identifier": "vs19_384_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_084/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 84,
            "title": "ODG 9/30-A E ABB/14 - Votazione Ordine del giorno 9/30-A E ABB/14 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/14 ",
            "description_title": "ODG 9/30-A E ABB/14",
            "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": 15,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 33637,
            "slug": "vs19_384_085",
            "identifier": "vs19_384_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_085/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 85,
            "title": "ODG 9/30-A E ABB/15 - Votazione Ordine del giorno 9/30-A E ABB/15 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/15 ",
            "description_title": "ODG 9/30-A E ABB/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": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 49.59,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 21487,
            "slug": "vs19_112_046",
            "identifier": "vs19_112_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_046/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 46,
            "title": "Mozione n. 1-00148, limitatamente alle premesse, PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00148",
            "original_title": "Votazione Mozione 1_00148",
            "description_title": "Mozione n. 1-00148, limitatamente alle premesse, PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22782,
            "slug": "vs19_141_026",
            "identifier": "vs19_141_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_026/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1134",
            "original_title": "Votazione Articolo 5 DDL n. 1134",
            "description_title": "Articolo 5",
            "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": 145,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 33554,
            "slug": "vs19_384_018",
            "identifier": "vs19_384_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_018/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 4.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1006",
            "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": 65.29,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 33572,
            "slug": "vs19_384_009",
            "identifier": "vs19_384_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_009/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 3.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1003",
            "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": 25,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 29986,
            "slug": "vs19_277_012",
            "identifier": "vs19_277_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_012/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00269, nel testo riformulato, D'ALESSIO ANTONIO (APERRE) ed altri - Votazione Mozione 1_00269",
            "original_title": "Votazione Mozione 1_00269",
            "description_title": "Mozione n. 1-00269, nel testo riformulato, D'ALESSIO ANTONIO (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 77,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.58
        },
        {
            "id": 29937,
            "slug": "vs19_277_007",
            "identifier": "vs19_277_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_007/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 7,
            "title": "Mozione n. 1-00272, come riformulata e per le parti non assorbite, ad eccezione dei capoversi primo e decimo della premessa e del capoverso secondo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00272",
            "original_title": "Votazione Mozione 1_00272",
            "description_title": "Mozione n. 1-00272, come riformulata e per le parti non assorbite, ad eccezione dei capoversi primo e decimo della premessa e del capoverso secondo 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": "Approvata",
            "n_rebels": 2,
            "n_margin": 135,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 69.94
        },
        {
            "id": 33523,
            "slug": "vs19_384_025",
            "identifier": "vs19_384_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_025/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 5.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1006",
            "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": 53,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 29394,
            "slug": "vs19_272_003",
            "identifier": "vs19_272_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_003/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.510 della Commissione - Votazione Emendamento 1.510 PDL n. 0982",
            "original_title": "Votazione Emendamento 1.510 PDL n. 0982",
            "description_title": "Emendamento 1.510 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 114,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 30700,
            "slug": "vs19_309_190",
            "identifier": "vs19_309_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_190/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 190,
            "title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE) - Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 33525,
            "slug": "vs19_384_030",
            "identifier": "vs19_384_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_030/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 30,
            "title": "ART AGG 5.01003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 5.01003",
            "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": 16,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 21528,
            "slug": "vs19_112_033",
            "identifier": "vs19_112_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_033/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 33,
            "title": "Mozione n. 1-00148, limitatamente al capoverso 7) della parte dispositiva, PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00148",
            "original_title": "Votazione Mozione 1_00148",
            "description_title": "Mozione n. 1-00148, limitatamente al capoverso 7) della parte dispositiva, PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 21509,
            "slug": "vs19_112_042",
            "identifier": "vs19_112_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_042/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 42,
            "title": "Mozione n. 1-00148, limitatamente al capoverso 16) della parte dispositiva, PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00148",
            "original_title": "Votazione Mozione 1_00148",
            "description_title": "Mozione n. 1-00148, limitatamente al capoverso 16) della parte dispositiva, PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30667,
            "slug": "vs19_309_162",
            "identifier": "vs19_309_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_162/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 162,
            "title": "Emendamento 10.308 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 10.308 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.308 DDL n. 1665",
            "description_title": "Emendamento 10.308 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30605,
            "slug": "vs19_309_109",
            "identifier": "vs19_309_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_109/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 5.3 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 5.3 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.3 DDL n. 1665",
            "description_title": "Emendamento 5.3 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 31601,
            "slug": "vs19_340_119",
            "identifier": "vs19_340_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_119/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 119,
            "title": "Ordine del giorno n. 9/1997/5 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1997/5 DDL n. 1997",
            "original_title": "Votazione Ordine del giorno 9/1997/5 DDL n. 1997",
            "description_title": "Ordine del giorno n. 9/1997/5 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 71.43
        },
        {
            "id": 25607,
            "slug": "vs19_210_045",
            "identifier": "vs19_210_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_045/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 10.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.2 DDL n. 1341",
            "description_title": "Emendamento 10.2 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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 21479,
            "slug": "vs19_112_037",
            "identifier": "vs19_112_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_037/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 37,
            "title": "Mozione n. 1-00148, limitatamente al capoverso 11) della parte dispositiva, PICCOLOTTI ELISABETTA (AVS) ed altri - Votazione Mozione 1_00148",
            "original_title": "Votazione Mozione 1_00148",
            "description_title": "Mozione n. 1-00148, limitatamente al capoverso 11) della parte dispositiva, PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 70.37
        }
    ]
}