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

{
    "count": 24921,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "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=majority_cohesion_rate&page=36",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=34",
    "results": [
        {
            "id": 42398,
            "slug": "vs19_603_111",
            "identifier": "vs19_603_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_111/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 111,
            "title": "EM 6.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 49,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 38400,
            "slug": "vs19_481_009",
            "identifier": "vs19_481_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_009/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/2329-A/9 - Votazione Ordine del giorno 9/2329-A/9 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/9 ",
            "description_title": "ODG 9/2329-A/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40413,
            "slug": "vs19_539_051",
            "identifier": "vs19_539_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_051/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 2.8 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.8 DDL n. 2623",
            "original_title": "Votazione Emendamento 2.8 DDL n. 2623",
            "description_title": "Emendamento 2.8 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 42686,
            "slug": "vs19_609_116",
            "identifier": "vs19_609_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_116/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 116,
            "title": "EM 24.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.24",
            "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": 16,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40913,
            "slug": "vs19_555_081",
            "identifier": "vs19_555_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_081/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 81,
            "title": "EM 18.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 40319,
            "slug": "vs19_536_029",
            "identifier": "vs19_536_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_029/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 5.1 D'ORSO VALENTINA (M5S) - Votazione Emendamento 5.1 DDL n. 2570",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2570",
            "description_title": "Emendamento 5.1 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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42399,
            "slug": "vs19_603_112",
            "identifier": "vs19_603_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_112/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 112,
            "title": "EM 6.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40320,
            "slug": "vs19_536_030",
            "identifier": "vs19_536_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_030/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 5.2 D'ORSO VALENTINA (M5S) - Votazione Emendamento 5.2 DDL n. 2570",
            "original_title": "Votazione Emendamento 5.2 DDL n. 2570",
            "description_title": "Emendamento 5.2 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": 18,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40321,
            "slug": "vs19_536_031",
            "identifier": "vs19_536_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_031/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 6.3 D'ORSO VALENTINA (M5S) - Votazione Emendamento 6.3 DDL n. 2570",
            "original_title": "Votazione Emendamento 6.3 DDL n. 2570",
            "description_title": "Emendamento 6.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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 40925,
            "slug": "vs19_555_093",
            "identifier": "vs19_555_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_093/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 93,
            "title": "EM 18.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.24",
            "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": 23,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40307,
            "slug": "vs19_536_017",
            "identifier": "vs19_536_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_017/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.11 DORI DEVIS (AVS) - Votazione Emendamento 3.11 DDL n. 2570",
            "original_title": "Votazione Emendamento 3.11 DDL n. 2570",
            "description_title": "Emendamento 3.11 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40823,
            "slug": "vs19_554_083",
            "identifier": "vs19_554_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_083/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 83,
            "title": "ODG 9/2604/1 - Votazione Ordine del giorno 9/2604/1 ",
            "original_title": "Votazione Ordine del giorno 9/2604/1 ",
            "description_title": "ODG 9/2604/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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40636,
            "slug": "vs19_551_017",
            "identifier": "vs19_551_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_017/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.300, PDL n. 1521",
            "original_title": "Votazione Emendamento 2.300, PDL n. 1521",
            "description_title": "Emendamento 2.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 67,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40406,
            "slug": "vs19_539_044",
            "identifier": "vs19_539_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_044/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 2.1000 AURIEMMA CARMELA (M5S) - Votazione Emendamento 2.1000 DDL n. 2623",
            "original_title": "Votazione Emendamento 2.1000 DDL n. 2623",
            "description_title": "Emendamento 2.1000 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 41278,
            "slug": "vs19_572_051",
            "identifier": "vs19_572_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_051/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 51,
            "title": "EM 11.1, 11.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1, 11.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": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40404,
            "slug": "vs19_539_042",
            "identifier": "vs19_539_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_042/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.53 FONTANA ILARIA (M5S) - Votazione Emendamento 1.53 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.53 DDL n. 2623",
            "description_title": "Emendamento 1.53 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 37320,
            "slug": "vs19_450_061",
            "identifier": "vs19_450_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_061/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 1.46 GIULIANO CARLA (M5S) - Votazione Emendamento 1.46 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.46 PDL n. 2084",
            "description_title": "Emendamento 1.46 GIULIANO CARLA (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": 29,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 42422,
            "slug": "vs19_603_140",
            "identifier": "vs19_603_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_140/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 140,
            "title": "EM 11.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40394,
            "slug": "vs19_539_032",
            "identifier": "vs19_539_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_032/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.40 GIULIANO CARLA (M5S) - Votazione Emendamento 1.40 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.40 DDL n. 2623",
            "description_title": "Emendamento 1.40 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 40923,
            "slug": "vs19_555_091",
            "identifier": "vs19_555_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_091/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 91,
            "title": "EM 18.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 40515,
            "slug": "vs19_544_016",
            "identifier": "vs19_544_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_016/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2102",
            "original_title": "Votazione Articolo 3 DDL n. 2102",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40632,
            "slug": "vs19_551_013",
            "identifier": "vs19_551_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_013/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.1004 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.1004 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1004 PDL n. 1521",
            "description_title": "Emendamento 2.1004 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40412,
            "slug": "vs19_539_050",
            "identifier": "vs19_539_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_050/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 2.7 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 2.7 DDL n. 2623",
            "original_title": "Votazione Emendamento 2.7 DDL n. 2623",
            "description_title": "Emendamento 2.7 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 40630,
            "slug": "vs19_551_011",
            "identifier": "vs19_551_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_011/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.1003 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.1003 PDL n. 1521",
            "original_title": "Votazione Emendamento 2.1003 PDL n. 1521",
            "description_title": "Emendamento 2.1003 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 41438,
            "slug": "vs19_576_022",
            "identifier": "vs19_576_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_576_022/?format=api",
            "sitting": {
                "id": 2146,
                "date": "2025-12-02",
                "number": 576,
                "branch": "C"
            },
            "number": 22,
            "title": "ODG 9/2423-A E ABB/3 - Votazione Ordine del giorno 9/2423-A E ABB/3 ",
            "original_title": "Votazione Ordine del giorno 9/2423-A E ABB/3 ",
            "description_title": "ODG 9/2423-A E ABB/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 38401,
            "slug": "vs19_481_010",
            "identifier": "vs19_481_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_010/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/2329-A/10 - Votazione Ordine del giorno 9/2329-A/10 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/10 ",
            "description_title": "ODG 9/2329-A/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 42304,
            "slug": "vs19_603_138",
            "identifier": "vs19_603_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_138/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 138,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "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": 3,
            "n_margin": 66,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42620,
            "slug": "vs19_609_050",
            "identifier": "vs19_609_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_050/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 13.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.1002",
            "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": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40433,
            "slug": "vs19_540_016",
            "identifier": "vs19_540_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_016/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 16,
            "title": "Conversione decreto terra dei fuochi",
            "original_title": "Votazione finale DDL n. 2623",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 8 agosto 2025, n. 116, recante disposizioni urgenti per il contrasto alle attività illecite in materia di rifiuti, per la bonifica dell'area denominata Terra dei fuochi, nonché in materia di assistenza alla popolazione colpita da eventi calamitosi (Approvato dal Senato) (DDL 2623)",
            "public_title": "Conversione decreto terra dei fuochi",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 40744,
            "slug": "vs19_554_076",
            "identifier": "vs19_554_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_076/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 76,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40921,
            "slug": "vs19_555_089",
            "identifier": "vs19_555_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_089/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 89,
            "title": "EM 18.18, 18.19 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.18, 18.19",
            "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": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40519,
            "slug": "vs19_544_021",
            "identifier": "vs19_544_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_021/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1587",
            "original_title": "Votazione Articolo 3 DDL n. 1587",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 41303,
            "slug": "vs19_572_096",
            "identifier": "vs19_572_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_096/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 96,
            "title": "ART AGG 30.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 30.04",
            "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": 18,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38436,
            "slug": "vs19_481_045",
            "identifier": "vs19_481_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_045/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 45,
            "title": "ODG 9/2329-A/45 - Votazione Ordine del giorno 9/2329-A/45 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/45 ",
            "description_title": "ODG 9/2329-A/45",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 38426,
            "slug": "vs19_481_035",
            "identifier": "vs19_481_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_035/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2329-A/35 - Votazione Ordine del giorno 9/2329-A/35 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/35 ",
            "description_title": "ODG 9/2329-A/35",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 41093,
            "slug": "vs19_568_068",
            "identifier": "vs19_568_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_568_068/?format=api",
            "sitting": {
                "id": 2137,
                "date": "2025-11-18",
                "number": 568,
                "branch": "C"
            },
            "number": 68,
            "title": "ODG 9/2643-A/11 - Votazione Ordine del giorno 9/2643-A/11 ",
            "original_title": "Votazione Ordine del giorno 9/2643-A/11 ",
            "description_title": "ODG 9/2643-A/11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40336,
            "slug": "vs19_536_046",
            "identifier": "vs19_536_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_046/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 9.2 D'ORSO VALENTINA (M5S) - Votazione Emendamento 9.2 DDL n. 2570",
            "original_title": "Votazione Emendamento 9.2 DDL n. 2570",
            "description_title": "Emendamento 9.2 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": 22,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42321,
            "slug": "vs19_603_022",
            "identifier": "vs19_603_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_022/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 11.1, 11.2, 11.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1, 11.2, 11.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42302,
            "slug": "vs19_603_126",
            "identifier": "vs19_603_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_126/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 126,
            "title": "ARTICOLO 8 - Votazione Articolo 8 ",
            "original_title": "Votazione Articolo 8 ",
            "description_title": "ARTICOLO 8",
            "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": 51,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 40514,
            "slug": "vs19_544_015",
            "identifier": "vs19_544_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_015/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2102",
            "original_title": "Votazione Articolo 2 DDL n. 2102",
            "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": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40495,
            "slug": "vs19_543_039",
            "identifier": "vs19_543_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_039/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2473/4 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/2473/4 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/4 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/4 PELLEGRINI MARCO (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": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 41193,
            "slug": "vs19_572_101",
            "identifier": "vs19_572_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_101/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 101,
            "title": "ARTICOLO 31 - Votazione Articolo 31 ",
            "original_title": "Votazione Articolo 31 ",
            "description_title": "ARTICOLO 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 41215,
            "slug": "vs19_572_161",
            "identifier": "vs19_572_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_161/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 161,
            "title": "ARTICOLO 53 - Votazione Articolo 53 ",
            "original_title": "Votazione Articolo 53 ",
            "description_title": "ARTICOLO 53",
            "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": 28,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 42361,
            "slug": "vs19_603_071",
            "identifier": "vs19_603_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_071/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 71,
            "title": "EM 3.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 25,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 38033,
            "slug": "vs19_470_042",
            "identifier": "vs19_470_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_470_042/?format=api",
            "sitting": {
                "id": 1974,
                "date": "2025-04-23",
                "number": 470,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/2308/91 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/2308/91 DDL n. 2308",
            "original_title": "Votazione Ordine del giorno 9/2308/91 DDL n. 2308",
            "description_title": "Ordine del giorno n. 9/2308/91 ROSSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 40615,
            "slug": "vs19_551_025",
            "identifier": "vs19_551_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_025/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 1521",
            "original_title": "Votazione Articolo 3 PDL n. 1521",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 68,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40822,
            "slug": "vs19_554_072",
            "identifier": "vs19_554_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_072/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 72,
            "title": "ODG 9/2662/17 - Votazione Ordine del giorno 9/2662/17 ",
            "original_title": "Votazione Ordine del giorno 9/2662/17 ",
            "description_title": "ODG 9/2662/17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42688,
            "slug": "vs19_609_118",
            "identifier": "vs19_609_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_118/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 118,
            "title": "EM 24.1010, 24.1018 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.1010, 24.1018",
            "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": 17,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 42296,
            "slug": "vs19_603_069",
            "identifier": "vs19_603_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_069/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 69,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "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": 5,
            "n_margin": 65,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40755,
            "slug": "vs19_554_005",
            "identifier": "vs19_554_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_005/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.7 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.7 DDL n. 2662",
            "original_title": "Votazione Emendamento 1.7 DDL n. 2662",
            "description_title": "Emendamento 1.7 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 58.6
        }
    ]
}