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

{
    "count": 22950,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=190",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=188",
    "results": [
        {
            "id": 35008,
            "slug": "vs19_335_054",
            "identifier": "vs19_335_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_054/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1937/63 CANTONE LUCIANO (M5S)",
            "original_title": "Ordine del giorno n. 9/1937/63 CANTONE LUCIANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 56.52
        },
        {
            "id": 34961,
            "slug": "vs19_335_007",
            "identifier": "vs19_335_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_335_007/?format=api",
            "sitting": {
                "id": 1753,
                "date": "2024-07-29",
                "number": 335,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1937/8 LAI SILVIO (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1937/8 LAI SILVIO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 55.9
        },
        {
            "id": 34924,
            "slug": "vs19_332_009",
            "identifier": "vs19_332_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_009/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 73.91
        },
        {
            "id": 34922,
            "slug": "vs19_332_007",
            "identifier": "vs19_332_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_007/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 40386,
            "slug": "vs19_539_024",
            "identifier": "vs19_539_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_024/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.30 DORI DEVIS (AVS) - Votazione Emendamento 1.30 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.30 DDL n. 2623",
            "description_title": "Emendamento 1.30 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": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40376,
            "slug": "vs19_539_014",
            "identifier": "vs19_539_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_014/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.17 MORFINO DANIELA (M5S) - Votazione Emendamento 1.17 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.17 DDL n. 2623",
            "description_title": "Emendamento 1.17 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40372,
            "slug": "vs19_539_010",
            "identifier": "vs19_539_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_010/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.11 DORI DEVIS (AVS) - Votazione Emendamento 1.11 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2623",
            "description_title": "Emendamento 1.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": 23,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40429,
            "slug": "vs19_539_067",
            "identifier": "vs19_539_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_067/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 9-bis.02 DORI DEVIS (AVS) - Votazione Emendamento 9-bis.02 DDL n. 2623",
            "original_title": "Votazione Emendamento 9-bis.02 DDL n. 2623",
            "description_title": "Articolo aggiuntivo 9-bis.02 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": 23,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 40387,
            "slug": "vs19_539_025",
            "identifier": "vs19_539_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_025/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 25,
            "title": "Identici emendamenti 1.31 DORI DEVIS (AVS) e 1.32 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.31 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.31 DDL n. 2623",
            "description_title": "Identici emendamenti 1.31 DORI DEVIS (AVS) e 1.32 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": 23,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40369,
            "slug": "vs19_539_007",
            "identifier": "vs19_539_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_007/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.6 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.6 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.6 DDL n. 2623",
            "description_title": "Emendamento 1.6 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": 23,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40427,
            "slug": "vs19_539_065",
            "identifier": "vs19_539_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_065/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 65,
            "title": "Identici emendamenti 9-bis.1 DORI DEVIS (AVS), 9-bis.2 AURIEMMA CARMELA (M5S) e 9-bis.3 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 9-bis.1 DDL n. 2623",
            "original_title": "Votazione Emendamento 9-bis.1 DDL n. 2623",
            "description_title": "Identici emendamenti 9-bis.1 DORI DEVIS (AVS), 9-bis.2 AURIEMMA CARMELA (M5S) e 9-bis.3 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 40419,
            "slug": "vs19_539_057",
            "identifier": "vs19_539_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_057/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 5.2 AURIEMMA CARMELA (M5S) - Votazione Emendamento 5.2 DDL n. 2623",
            "original_title": "Votazione Emendamento 5.2 DDL n. 2623",
            "description_title": "Emendamento 5.2 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": 23,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40397,
            "slug": "vs19_539_035",
            "identifier": "vs19_539_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_035/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.43 GIULIANO CARLA (M5S) - Votazione Emendamento 1.43 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.43 DDL n. 2623",
            "description_title": "Emendamento 1.43 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": 23,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40396,
            "slug": "vs19_539_034",
            "identifier": "vs19_539_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_034/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.42 FONTANA ILARIA (M5S) - Votazione Emendamento 1.42 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.42 DDL n. 2623",
            "description_title": "Emendamento 1.42 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40391,
            "slug": "vs19_539_029",
            "identifier": "vs19_539_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_029/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.37 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.37 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.37 DDL n. 2623",
            "description_title": "Emendamento 1.37 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": 23,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 40603,
            "slug": "vs19_548_005",
            "identifier": "vs19_548_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_548_005/?format=api",
            "sitting": {
                "id": 2107,
                "date": "2025-10-15",
                "number": 548,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-479 NF CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-479 NF CPV 7 DISP",
            "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": 23,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40583,
            "slug": "vs19_547_019",
            "identifier": "vs19_547_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_019/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 1.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40581,
            "slug": "vs19_547_017",
            "identifier": "vs19_547_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_017/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 17,
            "title": "MOZ 1-502 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-502",
            "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": 23,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 71.34
        },
        {
            "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": 38397,
            "slug": "vs19_481_006",
            "identifier": "vs19_481_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_006/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 6,
            "title": "ODG 9/2329-A/6 - Votazione Ordine del giorno 9/2329-A/6 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/6 ",
            "description_title": "ODG 9/2329-A/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": 23,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 38402,
            "slug": "vs19_481_011",
            "identifier": "vs19_481_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_011/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2329-A/11 - Votazione Ordine del giorno 9/2329-A/11 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/11 ",
            "description_title": "ODG 9/2329-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": 23,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 59.24
        },
        {
            "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": 34256,
            "slug": "vs19_393_003",
            "identifier": "vs19_393_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_003/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.3 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1950",
            "description_title": "Emendamento 1.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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 38420,
            "slug": "vs19_481_029",
            "identifier": "vs19_481_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_029/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 29,
            "title": "ODG 9/2329-A/29 - Votazione Ordine del giorno 9/2329-A/29 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/29 ",
            "description_title": "ODG 9/2329-A/29",
            "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": 58.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38423,
            "slug": "vs19_481_032",
            "identifier": "vs19_481_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_032/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 32,
            "title": "ODG 9/2329-A/32 - Votazione Ordine del giorno 9/2329-A/32 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/32 ",
            "description_title": "ODG 9/2329-A/32",
            "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": 54.73,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 34236,
            "slug": "vs19_393_006",
            "identifier": "vs19_393_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_006/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.7 DORI DEVIS (AVS) - Votazione Emendamento 1.7 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.7 DDL n. 1950",
            "description_title": "Emendamento 1.7 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": 23,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 38419,
            "slug": "vs19_481_028",
            "identifier": "vs19_481_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_028/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 28,
            "title": "ODG 9/2329-A/28 - Votazione Ordine del giorno 9/2329-A/28 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/28 ",
            "description_title": "ODG 9/2329-A/28",
            "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": 58.85,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38417,
            "slug": "vs19_481_026",
            "identifier": "vs19_481_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_026/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 26,
            "title": "ODG 9/2329-A/26 - Votazione Ordine del giorno 9/2329-A/26 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/26 ",
            "description_title": "ODG 9/2329-A/26",
            "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": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 34181,
            "slug": "vs19_393_009",
            "identifier": "vs19_393_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_009/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.10 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.10 DDL n. 1950",
            "original_title": "Votazione Emendamento 1.10 DDL n. 1950",
            "description_title": "Emendamento 1.10 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": 23,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 38399,
            "slug": "vs19_481_008",
            "identifier": "vs19_481_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_008/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 8,
            "title": "ODG 9/2329-A/8 - Votazione Ordine del giorno 9/2329-A/8 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/8 ",
            "description_title": "ODG 9/2329-A/8",
            "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": 38396,
            "slug": "vs19_481_005",
            "identifier": "vs19_481_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_005/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2329-A/5 - Votazione Ordine del giorno 9/2329-A/5 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/5 ",
            "description_title": "ODG 9/2329-A/5",
            "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.14,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 38439,
            "slug": "vs19_481_048",
            "identifier": "vs19_481_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_048/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 48,
            "title": "ODG 9/2329-A/48 - Votazione Ordine del giorno 9/2329-A/48 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/48 ",
            "description_title": "ODG 9/2329-A/48",
            "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.14,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 34162,
            "slug": "vs19_396_011",
            "identifier": "vs19_396_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_011/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/2164/15 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/2164/15 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/15 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/15 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 66.12,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34215,
            "slug": "vs19_396_015",
            "identifier": "vs19_396_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_396_015/?format=api",
            "sitting": {
                "id": 1854,
                "date": "2024-12-10",
                "number": 396,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2164/19 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/2164/19 DDL n. 2164",
            "original_title": "Votazione Ordine del giorno 9/2164/19 DDL n. 2164",
            "description_title": "Ordine del giorno n. 9/2164/19 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 64.88,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 38442,
            "slug": "vs19_481_051",
            "identifier": "vs19_481_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_051/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 51,
            "title": "ODG 9/2329-A/51 - Votazione Ordine del giorno 9/2329-A/51 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/51 ",
            "description_title": "ODG 9/2329-A/51",
            "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": 52.67,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 34020,
            "slug": "vs19_397_082",
            "identifier": "vs19_397_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_082/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/2119/16 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/2119/16 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/16 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/16 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 38308,
            "slug": "vs19_479_016",
            "identifier": "vs19_479_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_016/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2362/1 - Votazione Ordine del giorno 9/2362/1 ",
            "original_title": "Votazione Ordine del giorno 9/2362/1 ",
            "description_title": "ODG 9/2362/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38313,
            "slug": "vs19_479_021",
            "identifier": "vs19_479_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_021/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 21,
            "title": "ODG 9/2362/6 - Votazione Ordine del giorno 9/2362/6 ",
            "original_title": "Votazione Ordine del giorno 9/2362/6 ",
            "description_title": "ODG 9/2362/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": 23,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38311,
            "slug": "vs19_479_019",
            "identifier": "vs19_479_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_019/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2362/4 - Votazione Ordine del giorno 9/2362/4 ",
            "original_title": "Votazione Ordine del giorno 9/2362/4 ",
            "description_title": "ODG 9/2362/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 37563,
            "slug": "vs19_455_017",
            "identifier": "vs19_455_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_017/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/153-AR/10 GADDA MARIA CHIARA (IVICRE) - Votazione Ordine del giorno 9/153-AR/10 PDL n. 0153",
            "original_title": "Votazione Ordine del giorno 9/153-AR/10 PDL n. 0153",
            "description_title": "Ordine del giorno n. 9/153-AR/10 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 37560,
            "slug": "vs19_455_014",
            "identifier": "vs19_455_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_455_014/?format=api",
            "sitting": {
                "id": 1949,
                "date": "2025-03-25",
                "number": 455,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/153-AR/5 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/153-AR/5 PDL n. 0153",
            "original_title": "Votazione Ordine del giorno 9/153-AR/5 PDL n. 0153",
            "description_title": "Ordine del giorno n. 9/153-AR/5 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 70.7
        },
        {
            "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": 34006,
            "slug": "vs19_397_078",
            "identifier": "vs19_397_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_078/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/2119/12 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/2119/12 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/12 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/12 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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 55.79,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38246,
            "slug": "vs19_477_012",
            "identifier": "vs19_477_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_012/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 1.93 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.93",
            "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": 58.85,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38235,
            "slug": "vs19_477_001",
            "identifier": "vs19_477_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_001/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2333-A - EM 1.2, 1.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2333-A - EM 1.2, 1.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34002,
            "slug": "vs19_397_083",
            "identifier": "vs19_397_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_083/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/2119/17 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/2119/17 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/17 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/17 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 34023,
            "slug": "vs19_397_091",
            "identifier": "vs19_397_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_397_091/?format=api",
            "sitting": {
                "id": 1856,
                "date": "2024-12-11",
                "number": 397,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/2119/27 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/2119/27 DDL n. 2119",
            "original_title": "Votazione Ordine del giorno 9/2119/27 DDL n. 2119",
            "description_title": "Ordine del giorno n. 9/2119/27 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 52.48,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 38204,
            "slug": "vs19_476_017",
            "identifier": "vs19_476_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_017/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 3.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 23,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38226,
            "slug": "vs19_476_043",
            "identifier": "vs19_476_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_043/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 43,
            "title": "ODG 9/741-A E ABB/5 - Votazione Ordine del giorno 9/741-A E ABB/5 ",
            "original_title": "Votazione Ordine del giorno 9/741-A E ABB/5 ",
            "description_title": "ODG 9/741-A E ABB/5",
            "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": 61.73,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38227,
            "slug": "vs19_476_044",
            "identifier": "vs19_476_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_044/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 44,
            "title": "ODG 9/741-A E ABB/6 - Votazione Ordine del giorno 9/741-A E ABB/6 ",
            "original_title": "Votazione Ordine del giorno 9/741-A E ABB/6 ",
            "description_title": "ODG 9/741-A E ABB/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 66.24
        }
    ]
}