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

{
    "count": 22091,
    "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=majority_cohesion_rate&page=35",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=33",
    "results": [
        {
            "id": 35155,
            "slug": "vs19_353_055",
            "identifier": "vs19_353_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_055/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1830/15 IACONO GIOVANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1830/15 IACONO GIOVANNA (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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 65.41
        },
        {
            "id": 34787,
            "slug": "vs19_353_041",
            "identifier": "vs19_353_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_041/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 2.2 ORRICO ANNA LAURA (M5S)",
            "original_title": "Emendamento 2.2 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "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": 17,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34768,
            "slug": "vs19_353_021",
            "identifier": "vs19_353_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_021/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.35 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.35 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 17,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 66.04
        },
        {
            "id": 34784,
            "slug": "vs19_353_037",
            "identifier": "vs19_353_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_037/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.59 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.59 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 57.5,
            "minority_cohesion_rate": 63.52
        },
        {
            "id": 34766,
            "slug": "vs19_353_019",
            "identifier": "vs19_353_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_019/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.34 ORRICO ANNA LAURA (M5S)",
            "original_title": "Emendamento 1.34 ORRICO ANNA LAURA (M5S)",
            "description_title": "",
            "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": 57.5,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 35162,
            "slug": "vs19_353_062",
            "identifier": "vs19_353_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_062/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1830/23, così come riformulato, RUFFINO DANIELA (APERRE)",
            "original_title": "Ordine del giorno n. 9/1830/23, così come riformulato, RUFFINO DANIELA (APERRE)",
            "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": 5,
            "n_margin": 118,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 64.15
        },
        {
            "id": 35160,
            "slug": "vs19_353_060",
            "identifier": "vs19_353_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_060/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1830/20 GRIPPO VALENTINA (APERRE)",
            "original_title": "Ordine del giorno n. 9/1830/20 GRIPPO VALENTINA (APERRE)",
            "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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 59.75
        },
        {
            "id": 35153,
            "slug": "vs19_353_053",
            "identifier": "vs19_353_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_053/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1830/13 FERRARI SARA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1830/13 FERRARI SARA (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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 64.15
        },
        {
            "id": 35156,
            "slug": "vs19_353_056",
            "identifier": "vs19_353_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_056/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1830/16 ASCANI ANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1830/16 ASCANI ANNA (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": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 64.15
        },
        {
            "id": 32459,
            "slug": "vs19_359_034",
            "identifier": "vs19_359_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_034/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/2066/58, nel testo riformulato, PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/2066/58, DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/58, DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/58, nel testo riformulato, PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 123,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 69.18
        },
        {
            "id": 30910,
            "slug": "vs19_317_088",
            "identifier": "vs19_317_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_088/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 88,
            "title": "Ordine del giorno n. 9/1933/99, nel testo riformulato, CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1933/99, DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/99, DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/99, nel testo riformulato, CARMINA IDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 112,
            "majority_cohesion_rate": 57.56,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 30325,
            "slug": "vs19_301_011",
            "identifier": "vs19_301_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_301_011/?format=api",
            "sitting": {
                "id": 1702,
                "date": "2024-05-29",
                "number": 301,
                "branch": "C"
            },
            "number": 11,
            "title": "Questioni pregiudiziali di costituzionalità n. 1 AURIEMMA CARMELA (M5S) ed altri, n. 2 ZARATTI FILIBERTO (AVS) ed altri e n. 3 BRAGA CHIARA (PD-IDP) ed altri - Votazione pregiudiziale DDL n. 1665",
            "original_title": "Votazione pregiudiziale DDL n. 1665",
            "description_title": "Questioni pregiudiziali di costituzionalità n. 1 AURIEMMA CARMELA (M5S) ed altri, n. 2 ZARATTI FILIBERTO (AVS) ed altri e n. 3 BRAGA CHIARA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.56,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 31686,
            "slug": "vs19_342_062",
            "identifier": "vs19_342_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_062/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/2002/77 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/2002/77 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/77 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/77 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.56,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 30350,
            "slug": "vs19_297_023",
            "identifier": "vs19_297_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_023/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1877/32 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1877/32 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/32 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/32 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 57.56,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 38520,
            "slug": "vs19_482_070",
            "identifier": "vs19_482_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_070/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 70,
            "title": "ODG 9/2402/3 - Votazione Ordine del giorno 9/2402/3 ",
            "original_title": "Votazione Ordine del giorno 9/2402/3 ",
            "description_title": "ODG 9/2402/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38316,
            "slug": "vs19_479_024",
            "identifier": "vs19_479_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_024/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 24,
            "title": "ODG 9/2362/9 - Votazione Ordine del giorno 9/2362/9 ",
            "original_title": "Votazione Ordine del giorno 9/2362/9 ",
            "description_title": "ODG 9/2362/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": 20,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 37773,
            "slug": "vs19_464_042",
            "identifier": "vs19_464_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_042/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1621/12 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1621/12 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/12 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/12 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 38237,
            "slug": "vs19_477_003",
            "identifier": "vs19_477_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_003/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.6, 1.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6, 1.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 37776,
            "slug": "vs19_464_045",
            "identifier": "vs19_464_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_045/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1621/15 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1621/15 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/15 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/15 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 38415,
            "slug": "vs19_481_024",
            "identifier": "vs19_481_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_024/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 24,
            "title": "ODG 9/2329-A/24 - Votazione Ordine del giorno 9/2329-A/24 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/24 ",
            "description_title": "ODG 9/2329-A/24",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 37730,
            "slug": "vs19_463_039",
            "identifier": "vs19_463_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_463_039/?format=api",
            "sitting": {
                "id": 1960,
                "date": "2025-04-08",
                "number": 463,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 2.05 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.05 PDL n. 1621",
            "original_title": "Votazione Emendamento 2.05 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 2.05 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 61.15
        },
        {
            "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": 38293,
            "slug": "vs19_479_001",
            "identifier": "vs19_479_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_001/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2362 - EM 1.1, 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2362 - EM 1.1, 1.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": 27,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 37771,
            "slug": "vs19_464_040",
            "identifier": "vs19_464_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_040/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1621/10 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1621/10 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/10 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/10 DORI DEVIS (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": 27,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38248,
            "slug": "vs19_477_014",
            "identifier": "vs19_477_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_014/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 1.202 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.202",
            "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": 57.61,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38496,
            "slug": "vs19_482_046",
            "identifier": "vs19_482_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_046/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 46,
            "title": "EM 1.46 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.46",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 37246,
            "slug": "vs19_449_087",
            "identifier": "vs19_449_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_087/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/2285/20 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/2285/20 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/20 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/20 GRIMALDI MARCO (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": 28,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 37324,
            "slug": "vs19_450_065",
            "identifier": "vs19_450_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_450_065/?format=api",
            "sitting": {
                "id": 1943,
                "date": "2025-03-19",
                "number": 450,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/2084/5 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/2084/5 PDL n. 2084",
            "original_title": "Votazione Ordine del giorno 9/2084/5 PDL n. 2084",
            "description_title": "Ordine del giorno n. 9/2084/5 ASCARI STEFANIA (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": 31,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 37250,
            "slug": "vs19_449_091",
            "identifier": "vs19_449_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_091/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 91,
            "title": "Conversione decreto ex Ilva",
            "original_title": "Votazione finale DDL n. 2285",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 24 gennaio 2025, n. 3, recante misure urgenti per assicurare la continuità produttiva ed occupazionale degli impianti ex Ilva (Approvato dal Senato) (DDL 2285)",
            "public_title": "Conversione decreto ex Ilva",
            "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": 24,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 38251,
            "slug": "vs19_477_017",
            "identifier": "vs19_477_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_017/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 1.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38259,
            "slug": "vs19_477_025",
            "identifier": "vs19_477_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_025/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 1.43 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.43",
            "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": 57.61,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38256,
            "slug": "vs19_477_022",
            "identifier": "vs19_477_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_022/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 1.32, 1.33 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.32, 1.33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38264,
            "slug": "vs19_477_030",
            "identifier": "vs19_477_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_030/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 1.56 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.56",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 37770,
            "slug": "vs19_464_039",
            "identifier": "vs19_464_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_039/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1621/9 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1621/9 PDL n. 1621",
            "original_title": "Votazione Ordine del giorno 9/1621/9 PDL n. 1621",
            "description_title": "Ordine del giorno n. 9/1621/9 ALIFANO ENRICA (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": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 38500,
            "slug": "vs19_482_050",
            "identifier": "vs19_482_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_050/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 1.50 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.50",
            "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": 59.87
        },
        {
            "id": 38279,
            "slug": "vs19_477_045",
            "identifier": "vs19_477_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_045/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 45,
            "title": "ODG 9/2333-A/7 - Votazione Ordine del giorno 9/2333-A/7 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/7 ",
            "description_title": "ODG 9/2333-A/7",
            "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": 18,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 37245,
            "slug": "vs19_449_086",
            "identifier": "vs19_449_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_086/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/2285/19 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/2285/19 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/19 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/19 ZANELLA LUANA (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": 28,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 38434,
            "slug": "vs19_481_043",
            "identifier": "vs19_481_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_043/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 43,
            "title": "ODG 9/2329-A/43 - Votazione Ordine del giorno 9/2329-A/43 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/43 ",
            "description_title": "ODG 9/2329-A/43",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 38493,
            "slug": "vs19_482_043",
            "identifier": "vs19_482_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_043/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 1.43 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.43",
            "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": 27,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "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": 38281,
            "slug": "vs19_477_047",
            "identifier": "vs19_477_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_047/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 47,
            "title": "ODG 9/2333-A/11 - Votazione Ordine del giorno 9/2333-A/11 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/11 ",
            "description_title": "ODG 9/2333-A/11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 37248,
            "slug": "vs19_449_089",
            "identifier": "vs19_449_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_089/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/2285/22 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/2285/22 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/22 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/22 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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38315,
            "slug": "vs19_479_023",
            "identifier": "vs19_479_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_479_023/?format=api",
            "sitting": {
                "id": 1987,
                "date": "2025-05-13",
                "number": 479,
                "branch": "C"
            },
            "number": 23,
            "title": "ODG 9/2362/8 - Votazione Ordine del giorno 9/2362/8 ",
            "original_title": "Votazione Ordine del giorno 9/2362/8 ",
            "description_title": "ODG 9/2362/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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 32351,
            "slug": "vs19_357_070",
            "identifier": "vs19_357_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_070/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 32.4 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 32.4 DDL n. 1532",
            "original_title": "Votazione Emendamento 32.4 DDL n. 1532",
            "description_title": "Emendamento 32.4 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 67.09
        },
        {
            "id": 32485,
            "slug": "vs19_359_020",
            "identifier": "vs19_359_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_020/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2066/26 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/2066/26 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/26 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/26 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 60.13
        },
        {
            "id": 32776,
            "slug": "vs19_371_015",
            "identifier": "vs19_371_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_015/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 15,
            "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": 3,
            "n_margin": 30,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 56.96
        },
        {
            "id": 32380,
            "slug": "vs19_357_033",
            "identifier": "vs19_357_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_033/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 14.04 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 14.04 DDL n. 1532",
            "original_title": "Votazione Emendamento 14.04 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 14.04 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 32764,
            "slug": "vs19_370_017",
            "identifier": "vs19_370_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_017/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 17,
            "title": "DOC XXII, N 31-A MANTENIMENTO ART 1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC XXII, N 31-A MANTENIMENTO ART 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 72.15
        },
        {
            "id": 32401,
            "slug": "vs19_357_020",
            "identifier": "vs19_357_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_020/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 10.5 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 10.5 DDL n. 1532",
            "original_title": "Votazione Emendamento 10.5 DDL n. 1532",
            "description_title": "Emendamento 10.5 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 61.39
        },
        {
            "id": 32720,
            "slug": "vs19_366_048",
            "identifier": "vs19_366_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_366_048/?format=api",
            "sitting": {
                "id": 1805,
                "date": "2024-10-16",
                "number": 366,
                "branch": "C"
            },
            "number": 48,
            "title": "MOZ 1-344 CPV 3 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-344 CPV 3 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 58.23
        }
    ]
}