Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=126
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_margin&page=127",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=125",
    "results": [
        {
            "id": 40324,
            "slug": "vs19_536_034",
            "identifier": "vs19_536_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_034/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 6.6 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.6 DDL n. 2570",
            "original_title": "Votazione Emendamento 6.6 DDL n. 2570",
            "description_title": "Emendamento 6.6 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 39077,
            "slug": "vs19_498_030",
            "identifier": "vs19_498_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_030/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 4.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.10",
            "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": 19,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 18134,
            "slug": "vs19_009_019",
            "identifier": "vs19_009_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_019/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 4.01 FENU EMILIANO (M5S) - Votazione Emendamento 4.01 DDL n. 0005",
            "original_title": "Votazione Emendamento 4.01 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 4.01 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": 19,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 39068,
            "slug": "vs19_498_021",
            "identifier": "vs19_498_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_021/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 4.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39069,
            "slug": "vs19_498_022",
            "identifier": "vs19_498_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_022/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 4.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39071,
            "slug": "vs19_498_024",
            "identifier": "vs19_498_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_024/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 4.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.4",
            "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": 19,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39072,
            "slug": "vs19_498_025",
            "identifier": "vs19_498_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_025/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 4.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.5",
            "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": 19,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39088,
            "slug": "vs19_498_042",
            "identifier": "vs19_498_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_042/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 5.9, 5.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.9, 5.10",
            "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": 19,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39090,
            "slug": "vs19_498_044",
            "identifier": "vs19_498_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_044/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 5.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39284,
            "slug": "vs19_498_262",
            "identifier": "vs19_498_262",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_262/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 262,
            "title": "ODG 9/2316/39 - Votazione Ordine del giorno 9/2316/39 ",
            "original_title": "Votazione Ordine del giorno 9/2316/39 ",
            "description_title": "ODG 9/2316/39",
            "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": 19,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39125,
            "slug": "vs19_498_085",
            "identifier": "vs19_498_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_085/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 85,
            "title": "EM 11.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.13",
            "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": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 24943,
            "slug": "vs19_201_014",
            "identifier": "vs19_201_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_014/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1551/81 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1551/81 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/81 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/81 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 39132,
            "slug": "vs19_498_092",
            "identifier": "vs19_498_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_092/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 92,
            "title": "EM 11.20, 11.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.20, 11.21",
            "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": 19,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39133,
            "slug": "vs19_498_093",
            "identifier": "vs19_498_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_093/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 93,
            "title": "EM 11.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.22",
            "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": 19,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39139,
            "slug": "vs19_498_099",
            "identifier": "vs19_498_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_099/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 99,
            "title": "EM 11.29 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.29",
            "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": 19,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 39140,
            "slug": "vs19_498_100",
            "identifier": "vs19_498_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_100/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 100,
            "title": "EM 11.30 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.30",
            "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": 19,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 71.79
        },
        {
            "id": 39141,
            "slug": "vs19_498_101",
            "identifier": "vs19_498_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_101/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 101,
            "title": "EM 11.31 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.31",
            "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": 19,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 28259,
            "slug": "vs19_247_040",
            "identifier": "vs19_247_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_040/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n.  9/1633/79 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1633/79 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/79 DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/79 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27468,
            "slug": "vs19_236_066",
            "identifier": "vs19_236_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_066/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 66,
            "title": "EMEmendamento 3.24 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 3.24 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.24 DDL n. 1630",
            "description_title": "EMEmendamento 3.24 GRIPPO VALENTINA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 38993,
            "slug": "vs19_495_009",
            "identifier": "vs19_495_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_495_009/?format=api",
            "sitting": {
                "id": 2017,
                "date": "2025-06-17",
                "number": 495,
                "branch": "C"
            },
            "number": 9,
            "title": "MOZ 1-426 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-426",
            "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": 19,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39272,
            "slug": "vs19_498_250",
            "identifier": "vs19_498_250",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_250/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 250,
            "title": "ODG 9/2316/21 - Votazione Ordine del giorno 9/2316/21 ",
            "original_title": "Votazione Ordine del giorno 9/2316/21 ",
            "description_title": "ODG 9/2316/21",
            "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": 19,
            "majority_cohesion_rate": 53.69,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 25098,
            "slug": "vs19_197_026",
            "identifier": "vs19_197_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_026/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 2.03 DI LAURO CARMEN (M5S) - Votazione Emendamento 2.03 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.03 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 2.03 DI LAURO CARMEN (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25103,
            "slug": "vs19_197_042",
            "identifier": "vs19_197_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_042/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 5.05 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.05 DDL n. 1324",
            "original_title": "Votazione Emendamento 5.05 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 5.05 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 39271,
            "slug": "vs19_498_249",
            "identifier": "vs19_498_249",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_249/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 249,
            "title": "ODG 9/2316/20 - Votazione Ordine del giorno 9/2316/20 ",
            "original_title": "Votazione Ordine del giorno 9/2316/20 ",
            "description_title": "ODG 9/2316/20",
            "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": 19,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39107,
            "slug": "vs19_498_064",
            "identifier": "vs19_498_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_064/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 64,
            "title": "EM 8.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.6",
            "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": 19,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 27414,
            "slug": "vs19_236_019",
            "identifier": "vs19_236_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_019/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.29 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.29 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.29 DDL n. 1630",
            "description_title": "Emendamento 1.29 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 39126,
            "slug": "vs19_498_086",
            "identifier": "vs19_498_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_086/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 86,
            "title": "EM 11.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.14",
            "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": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 40263,
            "slug": "vs19_535_047",
            "identifier": "vs19_535_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_047/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 2.2 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 2.2 DDL n. 2586",
            "original_title": "Votazione Emendamento 2.2 DDL n. 2586",
            "description_title": "Emendamento 2.2 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40266,
            "slug": "vs19_535_050",
            "identifier": "vs19_535_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_050/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 50,
            "title": "Identici articoli aggiuntivi 2.05 DI LAURO CARMEN (M5S) e 2.06 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 2.05 DDL n. 2586",
            "original_title": "Votazione Emendamento 2.05 DDL n. 2586",
            "description_title": "Identici articoli aggiuntivi 2.05 DI LAURO CARMEN (M5S) e 2.06 STUMPO NICOLA (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": 19,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40030,
            "slug": "vs19_519_029",
            "identifier": "vs19_519_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_519_029/?format=api",
            "sitting": {
                "id": 2059,
                "date": "2025-07-29",
                "number": 519,
                "branch": "C"
            },
            "number": 29,
            "title": "ART AGG 5-BIS.016 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 5-BIS.016",
            "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": 19,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 27549,
            "slug": "vs19_239_009",
            "identifier": "vs19_239_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_009/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 4.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 4.4 DDL n. 1515",
            "original_title": "Votazione Emendamento 4.4 DDL n. 1515",
            "description_title": "Emendamento 4.4 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27550,
            "slug": "vs19_239_026",
            "identifier": "vs19_239_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_026/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 11.2 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 11.2 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.2 DDL n. 1515",
            "description_title": "Emendamento 11.2 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 28099,
            "slug": "vs19_244_053",
            "identifier": "vs19_244_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_053/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/384 E ABB-B/53 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/384 E ABB-B/53 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/53 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/53 STUMPO NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 27720,
            "slug": "vs19_239_058",
            "identifier": "vs19_239_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_058/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 13.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 13.3 DDL n. 1515",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1515",
            "description_title": "Emendamento 13.3 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": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 25085,
            "slug": "vs19_192_027",
            "identifier": "vs19_192_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_027/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 13 - Votazione Articolo 13 PDL n. 0752",
            "original_title": "Votazione Articolo 13 PDL n. 0752",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 39874,
            "slug": "vs19_515_033",
            "identifier": "vs19_515_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_033/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 33,
            "title": "ART AGG 8.05, 8.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.05, 8.06",
            "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": 19,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 39834,
            "slug": "vs19_513_001",
            "identifier": "vs19_513_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_513_001/?format=api",
            "sitting": {
                "id": 2049,
                "date": "2025-07-17",
                "number": 513,
                "branch": "C"
            },
            "number": 1,
            "title": "MOZ 1-465 NO CPV 1 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-465 NO CPV 1 DISP",
            "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": 19,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 40250,
            "slug": "vs19_535_034",
            "identifier": "vs19_535_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_034/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.34 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.34 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.34 DDL n. 2586",
            "description_title": "Emendamento 1.34 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40058,
            "slug": "vs19_521_001",
            "identifier": "vs19_521_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_001/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2527 - ODG N 1 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2527 - ODG N 1",
            "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": 19,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40256,
            "slug": "vs19_535_040",
            "identifier": "vs19_535_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_535_040/?format=api",
            "sitting": {
                "id": 2084,
                "date": "2025-09-23",
                "number": 535,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.45 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 1.45 DDL n. 2586",
            "original_title": "Votazione Emendamento 1.45 DDL n. 2586",
            "description_title": "Emendamento 1.45 STUMPO NICOLA (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": 19,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 24960,
            "slug": "vs19_196_034",
            "identifier": "vs19_196_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_034/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1437/37 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1437/37 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/37 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/37 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 40338,
            "slug": "vs19_536_048",
            "identifier": "vs19_536_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_048/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 9.4 D'ORSO VALENTINA (M5S) - Votazione Emendamento 9.4 DDL n. 2570",
            "original_title": "Votazione Emendamento 9.4 DDL n. 2570",
            "description_title": "Emendamento 9.4 D'ORSO VALENTINA (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": 19,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40339,
            "slug": "vs19_536_049",
            "identifier": "vs19_536_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_049/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 9.5 D'ORSO VALENTINA (M5S) - Votazione Emendamento 9.5 DDL n. 2570",
            "original_title": "Votazione Emendamento 9.5 DDL n. 2570",
            "description_title": "Emendamento 9.5 D'ORSO VALENTINA (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": 19,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40340,
            "slug": "vs19_536_050",
            "identifier": "vs19_536_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_050/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 9.6 D'ORSO VALENTINA (M5S) - Votazione Emendamento 9.6 DDL n. 2570",
            "original_title": "Votazione Emendamento 9.6 DDL n. 2570",
            "description_title": "Emendamento 9.6 D'ORSO VALENTINA (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": 19,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 27421,
            "slug": "vs19_236_057",
            "identifier": "vs19_236_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_057/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 57,
            "title": "Identici emendamenti 3.1 FURFARO MARCO (PD-IDP), 3.2 FENU EMILIANO (M5S) e 3.3 DEL BARBA MAURO (IVICRE) - Votazione Emendamento 3.1 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1630",
            "description_title": "Identici emendamenti 3.1 FURFARO MARCO (PD-IDP), 3.2 FENU EMILIANO (M5S) e 3.3 DEL BARBA MAURO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 40315,
            "slug": "vs19_536_025",
            "identifier": "vs19_536_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_025/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 3.08 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.08 DDL n. 2570",
            "original_title": "Votazione Emendamento 3.08 DDL n. 2570",
            "description_title": "Articolo aggiuntivo 3.08 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 28336,
            "slug": "vs19_247_031",
            "identifier": "vs19_247_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_031/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1633/70 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1633/70 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/70 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/70 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 40337,
            "slug": "vs19_536_047",
            "identifier": "vs19_536_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_047/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 9.3 D'ORSO VALENTINA (M5S) - Votazione Emendamento 9.3 DDL n. 2570",
            "original_title": "Votazione Emendamento 9.3 DDL n. 2570",
            "description_title": "Emendamento 9.3 D'ORSO VALENTINA (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": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40361,
            "slug": "vs19_536_080",
            "identifier": "vs19_536_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_080/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/2537/7 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/2537/7 DDL n. 2537",
            "original_title": "Votazione Ordine del giorno 9/2537/7 DDL n. 2537",
            "description_title": "Ordine del giorno n. 9/2537/7 SCERRA FILIPPO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 48.97,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 25013,
            "slug": "vs19_196_044",
            "identifier": "vs19_196_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_044/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1437/47 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1437/47 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/47 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/47 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 71.6
        }
    ]
}