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

{
    "count": 24888,
    "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=21",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=19",
    "results": [
        {
            "id": 39298,
            "slug": "vs19_499_018",
            "identifier": "vs19_499_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_018/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 18,
            "title": "ARTICOLO 5 - Votazione Articolo 5 ",
            "original_title": "Votazione Articolo 5 ",
            "description_title": "ARTICOLO 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 118,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39480,
            "slug": "vs19_503_147",
            "identifier": "vs19_503_147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_147/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 147,
            "title": "ART AGG 2.01, 2.02, 2.03, 2.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.01, 2.02, 2.03, 2.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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39623,
            "slug": "vs19_504_074",
            "identifier": "vs19_504_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_074/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 74,
            "title": "ART AGG 13.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.02",
            "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": 54.1,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39601,
            "slug": "vs19_504_050",
            "identifier": "vs19_504_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_050/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 50,
            "title": "ART AGG 11.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 11.05",
            "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": 13,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39608,
            "slug": "vs19_504_057",
            "identifier": "vs19_504_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_057/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 57,
            "title": "EM 12.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.16",
            "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": 12,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 39285,
            "slug": "vs19_498_263",
            "identifier": "vs19_498_263",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_263/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 263,
            "title": "ODG 9/2316/40 - Votazione Ordine del giorno 9/2316/40 ",
            "original_title": "Votazione Ordine del giorno 9/2316/40 ",
            "description_title": "ODG 9/2316/40",
            "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": 54.1,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39415,
            "slug": "vs19_503_080",
            "identifier": "vs19_503_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_080/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 80,
            "title": "Articolo aggiuntivo 12.010 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 12.010 DDL n. 2482",
            "original_title": "Votazione Emendamento 12.010 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 12.010 GADDA MARIA CHIARA (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": 16,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39463,
            "slug": "vs19_503_129",
            "identifier": "vs19_503_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_129/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 129,
            "title": "EM 2.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.15",
            "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": 54.1,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39534,
            "slug": "vs19_504_046",
            "identifier": "vs19_504_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_046/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 46,
            "title": "ARTICOLO 11 - Votazione Articolo 11 ",
            "original_title": "Votazione Articolo 11 ",
            "description_title": "ARTICOLO 11",
            "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": 13,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39308,
            "slug": "vs19_499_010",
            "identifier": "vs19_499_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_010/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 9.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39468,
            "slug": "vs19_503_134",
            "identifier": "vs19_503_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_134/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 134,
            "title": "EM 2.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 15,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39449,
            "slug": "vs19_503_114",
            "identifier": "vs19_503_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_114/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 114,
            "title": "ODG 9/2482/14 - Votazione Ordine del giorno 9/2482/14 ",
            "original_title": "Votazione Ordine del giorno 9/2482/14 ",
            "description_title": "ODG 9/2482/14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39982,
            "slug": "vs19_517_056",
            "identifier": "vs19_517_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_056/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 56,
            "title": "EM 5.200 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.200",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 39611,
            "slug": "vs19_504_061",
            "identifier": "vs19_504_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_061/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 61,
            "title": "EM 13.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 15,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39450,
            "slug": "vs19_503_115",
            "identifier": "vs19_503_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_115/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 115,
            "title": "ODG 9/2482/15 - Votazione Ordine del giorno 9/2482/15 ",
            "original_title": "Votazione Ordine del giorno 9/2482/15 ",
            "description_title": "ODG 9/2482/15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 34001,
            "slug": "vs19_397_088",
            "identifier": "vs19_397_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_088/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/2119/24 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/2119/24 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/24 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/24 IACONO GIOVANNA (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": 23,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 34264,
            "slug": "vs19_389_002",
            "identifier": "vs19_389_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_002/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2022/4 BENZONI FABRIZIO (APERRE), nel testo riformulato - Votazione Ordine del giorno 9/2022/4 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/4 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/4 BENZONI FABRIZIO (APERRE), nel testo riformulato",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 113,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 33692,
            "slug": "vs19_385_006",
            "identifier": "vs19_385_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_006/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.102 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.102 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.102 PDL n. 1987",
            "description_title": "Emendamento 1.102 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": 77,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 33686,
            "slug": "vs19_385_001",
            "identifier": "vs19_385_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_001/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 1987-A - QUEST PREG 1 E 2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 1987-A - QUEST PREG 1 E 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": 81,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 34301,
            "slug": "vs19_389_022",
            "identifier": "vs19_389_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_022/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2022/43 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2022/43 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/43 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/43 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 11,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 33687,
            "slug": "vs19_385_004",
            "identifier": "vs19_385_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_004/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.23 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.23 PDL n. 1987",
            "original_title": "Votazione Emendamento 1.23 PDL n. 1987",
            "description_title": "Emendamento 1.23 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": 3,
            "n_margin": 75,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 36263,
            "slug": "vs19_430_001",
            "identifier": "vs19_430_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_430_001/?format=api",
            "sitting": {
                "id": 1910,
                "date": "2025-02-18",
                "number": 430,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/2184/51 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/2184/51 DDL n. 2184",
            "original_title": "Votazione Ordine del giorno 9/2184/51 DDL n. 2184",
            "description_title": "Ordine del giorno n. 9/2184/51 CASO ANTONIO (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": 26,
            "majority_cohesion_rate": 54.13,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 30311,
            "slug": "vs19_293_017",
            "identifier": "vs19_293_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_017/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 17,
            "title": "Mozione n. 1-00281, limitatamente al capoverso settimo della parte dispositiva, IARIA ANTONINO (M5S) ed altri - Votazione Mozione 1_00281",
            "original_title": "Votazione Mozione 1_00281",
            "description_title": "Mozione n. 1-00281, limitatamente al capoverso settimo della parte dispositiva, IARIA ANTONINO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 54.2,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30289,
            "slug": "vs19_293_015",
            "identifier": "vs19_293_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_015/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00281, limitatamente al capoverso quinto della parte dispositiva, IARIA ANTONINO (M5S) ed altri - Votazione Mozione 1_00281",
            "original_title": "Votazione Mozione 1_00281",
            "description_title": "Mozione n. 1-00281, limitatamente al capoverso quinto della parte dispositiva, IARIA ANTONINO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 54.2,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30299,
            "slug": "vs19_293_021",
            "identifier": "vs19_293_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_021/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00283, limitatamente al capoverso quarto della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri - Votazione Mozione 1_00283",
            "original_title": "Votazione Mozione 1_00283",
            "description_title": "Mozione n. 1-00283, limitatamente al capoverso quarto della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 75,
            "majority_cohesion_rate": 54.2,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 30304,
            "slug": "vs19_293_022",
            "identifier": "vs19_293_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_022/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00283, limitatamente al capoverso nono della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri - Votazione Mozione 1_00283",
            "original_title": "Votazione Mozione 1_00283",
            "description_title": "Mozione n. 1-00283, limitatamente al capoverso nono della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 74,
            "majority_cohesion_rate": 54.2,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 34939,
            "slug": "vs19_333_003",
            "identifier": "vs19_333_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_333_003/?format=api",
            "sitting": {
                "id": 1750,
                "date": "2024-07-25",
                "number": 333,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/Doc. VIII, n. 4/33 SILVESTRI FRANCESCO (M5S)",
            "original_title": "Ordine del giorno n. 9/Doc. VIII, n. 4/33 SILVESTRI FRANCESCO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 108,
            "majority_cohesion_rate": 54.2,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 41510,
            "slug": "vs19_577_050",
            "identifier": "vs19_577_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_577_050/?format=api",
            "sitting": {
                "id": 2148,
                "date": "2025-12-03",
                "number": 577,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 13.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 22,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 41351,
            "slug": "vs19_572_178",
            "identifier": "vs19_572_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_178/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 178,
            "title": "ART AGG 64.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 64.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 19,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 41363,
            "slug": "vs19_572_200",
            "identifier": "vs19_572_200",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_200/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 200,
            "title": "ODG 9/2655/6 - Votazione Ordine del giorno 9/2655/6 ",
            "original_title": "Votazione Ordine del giorno 9/2655/6 ",
            "description_title": "ODG 9/2655/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42388,
            "slug": "vs19_603_099",
            "identifier": "vs19_603_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_099/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 99,
            "title": "EM 4.29 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 37158,
            "slug": "vs19_446_003",
            "identifier": "vs19_446_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_446_003/?format=api",
            "sitting": {
                "id": 1937,
                "date": "2025-03-13",
                "number": 446,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1014 DORI DEVIS (AVS) - Votazione Emendamento 1.1014 PDL n. 2084",
            "original_title": "Votazione Emendamento 1.1014 PDL n. 2084",
            "description_title": "Emendamento 1.1014 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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 41369,
            "slug": "vs19_572_206",
            "identifier": "vs19_572_206",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_206/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 206,
            "title": "ODG 9/2655/21 - Votazione Ordine del giorno 9/2655/21 ",
            "original_title": "Votazione Ordine del giorno 9/2655/21 ",
            "description_title": "ODG 9/2655/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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 41288,
            "slug": "vs19_572_063",
            "identifier": "vs19_572_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_063/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 13.1, 13.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.1, 13.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": 20,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42591,
            "slug": "vs19_609_021",
            "identifier": "vs19_609_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_021/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 10.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40943,
            "slug": "vs19_555_113",
            "identifier": "vs19_555_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_113/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 113,
            "title": "EM 20.5, 20.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 20.5, 20.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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 42298,
            "slug": "vs19_603_105",
            "identifier": "vs19_603_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_105/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 105,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 49,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 41364,
            "slug": "vs19_572_201",
            "identifier": "vs19_572_201",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_201/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 201,
            "title": "ODG 9/2655/10 - Votazione Ordine del giorno 9/2655/10 ",
            "original_title": "Votazione Ordine del giorno 9/2655/10 ",
            "description_title": "ODG 9/2655/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": 19,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 42212,
            "slug": "vs19_599_044",
            "identifier": "vs19_599_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_599_044/?format=api",
            "sitting": {
                "id": 2188,
                "date": "2026-01-22",
                "number": 599,
                "branch": "C"
            },
            "number": 44,
            "title": "Delega al Governo per il sostegno delle attività educative e ricreative non formali",
            "original_title": "Votazione finale ",
            "description_title": "PDL 1311-A - VOTO FINALE",
            "public_title": "Delega al Governo per il sostegno delle attività educative e ricreative non formali",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 94,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 36.31
        },
        {
            "id": 40401,
            "slug": "vs19_539_039",
            "identifier": "vs19_539_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_039/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1.48 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.48 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.48 DDL n. 2623",
            "description_title": "Emendamento 1.48 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42626,
            "slug": "vs19_609_056",
            "identifier": "vs19_609_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_056/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 56,
            "title": "ARTICOLO 13 - Votazione Articolo 13 ",
            "original_title": "Votazione Articolo 13 ",
            "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": 7,
            "n_margin": 13,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40417,
            "slug": "vs19_539_055",
            "identifier": "vs19_539_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_055/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 3.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 3.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2623",
            "description_title": "Emendamento 3.1 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": 25,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 41365,
            "slug": "vs19_572_202",
            "identifier": "vs19_572_202",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_202/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 202,
            "title": "ODG 9/2655/11 - Votazione Ordine del giorno 9/2655/11 ",
            "original_title": "Votazione Ordine del giorno 9/2655/11 ",
            "description_title": "ODG 9/2655/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": 54.32,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 41370,
            "slug": "vs19_572_207",
            "identifier": "vs19_572_207",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_207/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 207,
            "title": "ODG 9/2655/22 - Votazione Ordine del giorno 9/2655/22 ",
            "original_title": "Votazione Ordine del giorno 9/2655/22 ",
            "description_title": "ODG 9/2655/22",
            "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": 54.32,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 41123,
            "slug": "vs19_571_001",
            "identifier": "vs19_571_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_571_001/?format=api",
            "sitting": {
                "id": 2141,
                "date": "2025-11-25",
                "number": 571,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2528 - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2528 - EM 1.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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42893,
            "slug": "vs19_625_024",
            "identifier": "vs19_625_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_024/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 24,
            "title": "Modifiche alle norme in materia di disposizione delle spoglie mortali delle vittime di omicidio",
            "original_title": "Votazione finale ",
            "description_title": "PDL 2304 - VOTO FINALE",
            "public_title": "Modifiche alle norme in materia di disposizione delle spoglie mortali delle vittime di omicidio",
            "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": 118,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42590,
            "slug": "vs19_609_020",
            "identifier": "vs19_609_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_020/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 20,
            "title": "ART AGG 9.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 9.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": 20,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42312,
            "slug": "vs19_603_009",
            "identifier": "vs19_603_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_009/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 7.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42587,
            "slug": "vs19_609_017",
            "identifier": "vs19_609_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_017/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 9.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 54.32,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 41499,
            "slug": "vs19_577_039",
            "identifier": "vs19_577_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_577_039/?format=api",
            "sitting": {
                "id": 2148,
                "date": "2025-12-03",
                "number": 577,
                "branch": "C"
            },
            "number": 39,
            "title": "EM 8.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 9,
            "n_margin": 31,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 50.32
        }
    ]
}