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

{
    "count": 22951,
    "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_rebels&page=332",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=330",
    "results": [
        {
            "id": 18198,
            "slug": "vs19_009_071",
            "identifier": "vs19_009_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_071/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/5/33 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/5/33 DDL n. 0005",
            "original_title": "Votazione Ordine del giorno 9/5/33 DDL n. 0005",
            "description_title": "Ordine del giorno n. 9/5/33 MARI FRANCESCO (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": 1,
            "n_margin": 43,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 39079,
            "slug": "vs19_498_032",
            "identifier": "vs19_498_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_032/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 4.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 69.87
        },
        {
            "id": 39093,
            "slug": "vs19_498_049",
            "identifier": "vs19_498_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_049/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 49,
            "title": "EM 7.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 18179,
            "slug": "vs19_009_026",
            "identifier": "vs19_009_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_026/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 7.01 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 7.01 DDL n. 0005",
            "original_title": "Votazione Emendamento 7.01 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 7.01 BERRUTO MAURO (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": 29,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 27705,
            "slug": "vs19_240_001",
            "identifier": "vs19_240_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_001/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 1304 E ABB - EM 1.1000 - Votazione PDL n. 1304",
            "original_title": "Votazione PDL n. 1304",
            "description_title": "PDL 1304 E ABB - EM 1.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 39042,
            "slug": "vs19_498_160",
            "identifier": "vs19_498_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_160/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 160,
            "title": "ARTICOLO 22 - Votazione Articolo 22 ",
            "original_title": "Votazione Articolo 22 ",
            "description_title": "ARTICOLO 22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 78,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 27773,
            "slug": "vs19_240_032",
            "identifier": "vs19_240_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_032/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 32,
            "title": "Disposizioni per il riconoscimento della figura dell'agricoltore custode dell'ambiente e del territorio e per l'istituzione della Giornata nazionale dell'agricoltura",
            "original_title": "Votazione finale PDL n. 1304",
            "description_title": "Disposizioni per il riconoscimento della figura dell'agricoltore custode dell'ambiente e del territorio e per l'istituzione della Giornata nazionale dell'agricoltura\" (Approvata dal Senato) (PDL 1304 e abbinata PDL 1123)",
            "public_title": "Disposizioni per il riconoscimento della figura dell'agricoltore custode dell'ambiente e del territorio e per l'istituzione della Giornata nazionale dell'agricoltura",
            "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": 98,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 39046,
            "slug": "vs19_498_211",
            "identifier": "vs19_498_211",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_211/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 211,
            "title": "ARTICOLO 20 - Votazione Articolo 20 ",
            "original_title": "Votazione Articolo 20 ",
            "description_title": "ARTICOLO 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 27750,
            "slug": "vs19_240_034",
            "identifier": "vs19_240_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_034/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.2 PELLEGRINI MARCO (M5S) - Votazione Emendamento 1.2 DDL n. 1666",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1666",
            "description_title": "Emendamento 1.2 PELLEGRINI MARCO (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": 82,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 39245,
            "slug": "vs19_498_220",
            "identifier": "vs19_498_220",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_220/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 220,
            "title": "EM 24.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 18128,
            "slug": "vs19_009_042",
            "identifier": "vs19_009_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_042/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 15.2 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 15.2 DDL n. 0005",
            "original_title": "Votazione Emendamento 15.2 DDL n. 0005",
            "description_title": "Emendamento 15.2 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": 52,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 27779,
            "slug": "vs19_240_033",
            "identifier": "vs19_240_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_033/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 33,
            "title": "Identici emendamenti Dis.1.1 RICCIARDI RICCARDO (M5S) e Dis.1.5 FRATOIANNI NICOLA (AVS) - Votazione Emendamento Dis.1.1 DDL n. 1666",
            "original_title": "Votazione Emendamento Dis.1.1 DDL n. 1666",
            "description_title": "Identici emendamenti Dis.1.1 RICCIARDI RICCARDO (M5S) e Dis.1.5 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 82,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 27285,
            "slug": "vs19_233_053",
            "identifier": "vs19_233_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_053/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1606/87 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1606/87 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/87 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/87 MAURI MATTEO (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": 27,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 39269,
            "slug": "vs19_498_247",
            "identifier": "vs19_498_247",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_247/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 247,
            "title": "ODG 9/2316/17 - Votazione Ordine del giorno 9/2316/17 ",
            "original_title": "Votazione Ordine del giorno 9/2316/17 ",
            "description_title": "ODG 9/2316/17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 36.54
        },
        {
            "id": 39153,
            "slug": "vs19_498_115",
            "identifier": "vs19_498_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_115/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 115,
            "title": "EM 13.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39182,
            "slug": "vs19_498_150",
            "identifier": "vs19_498_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_150/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 150,
            "title": "ART AGG 18.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 18.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 18181,
            "slug": "vs19_009_021",
            "identifier": "vs19_009_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_021/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 5.7 TORTO DANIELA (M5S) - Votazione Emendamento 5.7 DDL n. 0005",
            "original_title": "Votazione Emendamento 5.7 DDL n. 0005",
            "description_title": "Emendamento 5.7 TORTO 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 18174,
            "slug": "vs19_009_037",
            "identifier": "vs19_009_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_037/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 11.1 MANZI IRENE (PD-IDP) - Votazione Emendamento 11.1 DDL n. 0005",
            "original_title": "Votazione Emendamento 11.1 DDL n. 0005",
            "description_title": "Emendamento 11.1 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 27288,
            "slug": "vs19_233_007",
            "identifier": "vs19_233_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_007/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1606/25 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1606/25 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/25 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/25 TRAVERSI ROBERTO (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": 62.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27291,
            "slug": "vs19_233_072",
            "identifier": "vs19_233_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_072/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1606/111 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1606/111 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/111 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/111 GNASSI 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 18192,
            "slug": "vs19_009_073",
            "identifier": "vs19_009_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_073/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/5/37 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/5/37 DDL n. 0005",
            "original_title": "Votazione Ordine del giorno 9/5/37 DDL n. 0005",
            "description_title": "Ordine del giorno n. 9/5/37 ZAN ALESSANDRO (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": 28,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 18177,
            "slug": "vs19_009_022",
            "identifier": "vs19_009_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_022/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 5.9 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 5.9 DDL n. 0005",
            "original_title": "Votazione Emendamento 5.9 DDL n. 0005",
            "description_title": "Emendamento 5.9 DE LUCA PIERO (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": 46,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 27782,
            "slug": "vs19_240_028",
            "identifier": "vs19_240_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_028/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1304 E ABB/8 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1304 E ABB/8 PDL n. 1304",
            "original_title": "Votazione Ordine del giorno 9/1304 E ABB/8 PDL n. 1304",
            "description_title": "Ordine del giorno n. 9/1304 E ABB/8 EVI ELEONORA (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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39111,
            "slug": "vs19_498_070",
            "identifier": "vs19_498_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_070/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 70,
            "title": "EM 10.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 27792,
            "slug": "vs19_240_037",
            "identifier": "vs19_240_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_037/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1666/2 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1666/2 DDL n. 1666",
            "original_title": "Votazione Ordine del giorno 9/1666/2 DDL n. 1666",
            "description_title": "Ordine del giorno n. 9/1666/2 LOMUTI ARNALDO (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": 81,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 39207,
            "slug": "vs19_498_178",
            "identifier": "vs19_498_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_178/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 178,
            "title": "ART AGG 25.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.05",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 18149,
            "slug": "vs19_009_013",
            "identifier": "vs19_009_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_013/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.4 FENU EMILIANO (M5S) - Votazione Emendamento 2.4 DDL n. 0005",
            "original_title": "Votazione Emendamento 2.4 DDL n. 0005",
            "description_title": "Emendamento 2.4 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 86.42
        },
        {
            "id": 39212,
            "slug": "vs19_498_183",
            "identifier": "vs19_498_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_183/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 183,
            "title": "EM 26.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 45.51
        },
        {
            "id": 39213,
            "slug": "vs19_498_184",
            "identifier": "vs19_498_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_184/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 184,
            "title": "EM 26.4, 26.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.4, 26.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 44.23
        },
        {
            "id": 39217,
            "slug": "vs19_498_189",
            "identifier": "vs19_498_189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_189/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 189,
            "title": "ART AGG 26.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39244,
            "slug": "vs19_498_219",
            "identifier": "vs19_498_219",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_219/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 219,
            "title": "EM 24.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39246,
            "slug": "vs19_498_221",
            "identifier": "vs19_498_221",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_221/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 221,
            "title": "EM 24.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39247,
            "slug": "vs19_498_222",
            "identifier": "vs19_498_222",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_222/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 222,
            "title": "EM 24.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39248,
            "slug": "vs19_498_223",
            "identifier": "vs19_498_223",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_223/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 223,
            "title": "EM 24.9, 24.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.9, 24.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39095,
            "slug": "vs19_498_051",
            "identifier": "vs19_498_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_051/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 51,
            "title": "EM 7.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 27311,
            "slug": "vs19_233_080",
            "identifier": "vs19_233_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_080/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1606/97 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1606/97 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/97 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/97 FORATTINI ANTONELLA (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": 28,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 18131,
            "slug": "vs19_009_005",
            "identifier": "vs19_009_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_005/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo premissivo 01.05 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 01.05 DDL n. 0005",
            "original_title": "Votazione Emendamento 01.05 DDL n. 0005",
            "description_title": "Articolo premissivo 01.05 MARATTIN LUIGI (AIV-RE)",
            "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": 53,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 39101,
            "slug": "vs19_498_057",
            "identifier": "vs19_498_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_057/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 57,
            "title": "EM 7.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 27319,
            "slug": "vs19_233_021",
            "identifier": "vs19_233_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_021/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1606/43, nel testo riformulato, RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1606/43, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/43, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/43, nel testo riformulato, RAFFA ANGELA (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": 1,
            "n_margin": 125,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27294,
            "slug": "vs19_233_002",
            "identifier": "vs19_233_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_002/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1606/3 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1606/3 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/3 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/3 BENZONI FABRIZIO (APERRE)",
            "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": 56,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 29.63
        },
        {
            "id": 18379,
            "slug": "vs19_016_008",
            "identifier": "vs19_016_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_016_008/?format=api",
            "sitting": {
                "id": 1235,
                "date": "2022-11-30",
                "number": 16,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00025, limitatamente al capoverso quarto della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) ed altri - Votazione Mozione 1_00025",
            "original_title": "Votazione Mozione 1_00025",
            "description_title": "Mozione n. 1-00025, limitatamente al capoverso quarto della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 18333,
            "slug": "vs19_016_012",
            "identifier": "vs19_016_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_016_012/?format=api",
            "sitting": {
                "id": 1235,
                "date": "2022-11-30",
                "number": 16,
                "branch": "C"
            },
            "number": 12,
            "title": "Mozione n. 1-00031, limitatamente al capoverso terzo, TREMONTI GIULIO (FDI), FORMENTINI PAOLO (LEGA), MULE' GIORGIO (FI-PPE) - Votazione Mozione 1_00031",
            "original_title": "Votazione Mozione 1_00031",
            "description_title": "Mozione n. 1-00031, limitatamente al capoverso terzo, TREMONTI GIULIO (FDI), FORMENTINI PAOLO (LEGA), MULE' GIORGIO (FI-PPE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 69,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 18375,
            "slug": "vs19_016_005",
            "identifier": "vs19_016_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_016_005/?format=api",
            "sitting": {
                "id": 1235,
                "date": "2022-11-30",
                "number": 16,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00022, limitatamente premessa, RICHETTI MATTEO (AIV-RE) ed altri - Votazione Mozione 1_00022",
            "original_title": "Votazione Mozione 1_00022",
            "description_title": "Mozione n. 1-00022, limitatamente premessa, RICHETTI MATTEO (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 6,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 39151,
            "slug": "vs19_498_112",
            "identifier": "vs19_498_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_112/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 112,
            "title": "EM 12.300 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.300",
            "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": 25,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 27373,
            "slug": "vs19_233_066",
            "identifier": "vs19_233_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_066/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1606/105 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1606/105 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/105 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/105 BERRUTO MAURO (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": 30,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 27714,
            "slug": "vs19_240_010",
            "identifier": "vs19_240_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_010/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1304",
            "original_title": "Votazione Articolo 4 PDL n. 1304",
            "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": 1,
            "n_margin": 86,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 28332,
            "slug": "vs19_247_011",
            "identifier": "vs19_247_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_011/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1633/20, come riformulato, CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1633/20, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/20, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/20, come riformulato, CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 131,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 18346,
            "slug": "vs19_016_020",
            "identifier": "vs19_016_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_016_020/?format=api",
            "sitting": {
                "id": 1235,
                "date": "2022-11-30",
                "number": 16,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00023 CONTE GIUSEPPE (M5S) ed altri - Votazione Mozione 1_00023",
            "original_title": "Votazione Mozione 1_00023",
            "description_title": "Mozione n. 1-00023 CONTE GIUSEPPE (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 38450,
            "slug": "vs19_482_086",
            "identifier": "vs19_482_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_482_086/?format=api",
            "sitting": {
                "id": 1993,
                "date": "2025-05-20",
                "number": 482,
                "branch": "C"
            },
            "number": 86,
            "title": "Conversione decreto cittadinanza italiana",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2402 - VOTO FINALE",
            "public_title": "Conversione decreto cittadinanza italiana",
            "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": 26,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 18365,
            "slug": "vs19_016_022",
            "identifier": "vs19_016_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_016_022/?format=api",
            "sitting": {
                "id": 1235,
                "date": "2022-11-30",
                "number": 16,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00028 GRIMALDI MARCO (AVS) ed altri - Votazione Mozione 1_00028",
            "original_title": "Votazione Mozione 1_00028",
            "description_title": "Mozione n. 1-00028 GRIMALDI MARCO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 71.6
        }
    ]
}