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

{
    "count": 25041,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=61",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=59",
    "results": [
        {
            "id": 42345,
            "slug": "vs19_603_052",
            "identifier": "vs19_603_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_052/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 52,
            "title": "ODG 9/2511-A/13 - Votazione Ordine del giorno 9/2511-A/13 ",
            "original_title": "Votazione Ordine del giorno 9/2511-A/13 ",
            "description_title": "ODG 9/2511-A/13",
            "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": 64.97
        },
        {
            "id": 42237,
            "slug": "vs19_599_018",
            "identifier": "vs19_599_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_599_018/?format=api",
            "sitting": {
                "id": 2188,
                "date": "2026-01-22",
                "number": 599,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 7.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 41604,
            "slug": "vs19_580_033",
            "identifier": "vs19_580_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_580_033/?format=api",
            "sitting": {
                "id": 2153,
                "date": "2025-12-09",
                "number": 580,
                "branch": "C"
            },
            "number": 33,
            "title": "EM 1.191 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.191",
            "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": 68.79
        },
        {
            "id": 41466,
            "slug": "vs19_577_006",
            "identifier": "vs19_577_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_577_006/?format=api",
            "sitting": {
                "id": 2148,
                "date": "2025-12-03",
                "number": 577,
                "branch": "C"
            },
            "number": 6,
            "title": "ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 69,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41111,
            "slug": "vs19_571_016",
            "identifier": "vs19_571_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_571_016/?format=api",
            "sitting": {
                "id": 2141,
                "date": "2025-11-25",
                "number": 571,
                "branch": "C"
            },
            "number": 16,
            "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": 2,
            "n_margin": 121,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41143,
            "slug": "vs19_571_035",
            "identifier": "vs19_571_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_571_035/?format=api",
            "sitting": {
                "id": 2141,
                "date": "2025-11-25",
                "number": 571,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2528/12 - Votazione Ordine del giorno 9/2528/12 ",
            "original_title": "Votazione Ordine del giorno 9/2528/12 ",
            "description_title": "ODG 9/2528/12",
            "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": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "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": 41199,
            "slug": "vs19_572_125",
            "identifier": "vs19_572_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_125/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 125,
            "title": "ARTICOLO 37 - Votazione Articolo 37 ",
            "original_title": "Votazione Articolo 37 ",
            "description_title": "ARTICOLO 37",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 41227,
            "slug": "vs19_572_179",
            "identifier": "vs19_572_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_179/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 179,
            "title": "MANTENIMENTO ARTICOLO 65 - Votazione Articolo 65 ",
            "original_title": "Votazione Articolo 65 ",
            "description_title": "MANTENIMENTO ARTICOLO 65",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 42964,
            "slug": "vs19_634_003",
            "identifier": "vs19_634_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_634_003/?format=api",
            "sitting": {
                "id": 2232,
                "date": "2026-03-25",
                "number": 634,
                "branch": "C"
            },
            "number": 3,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 73,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 40487,
            "slug": "vs19_543_031",
            "identifier": "vs19_543_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_031/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.27 FERRARI SARA (PD-IDP) - Votazione Emendamento 1.27 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.27 DDL n. 2473",
            "description_title": "Emendamento 1.27 FERRARI SARA (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": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40493,
            "slug": "vs19_543_037",
            "identifier": "vs19_543_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_037/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2473/2 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/2473/2 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/2 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/2 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": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40919,
            "slug": "vs19_555_087",
            "identifier": "vs19_555_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_087/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 87,
            "title": "EM 18.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40808,
            "slug": "vs19_554_058",
            "identifier": "vs19_554_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_058/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 6.1 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 6.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2662",
            "description_title": "Emendamento 6.1 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.06
        },
        {
            "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": 40496,
            "slug": "vs19_543_040",
            "identifier": "vs19_543_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_040/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2473/5 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/2473/5 DDL n. 2473",
            "original_title": "Votazione Ordine del giorno 9/2473/5 DDL n. 2473",
            "description_title": "Ordine del giorno n. 9/2473/5 COLUCCI ALFONSO (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": 28,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42352,
            "slug": "vs19_603_061",
            "identifier": "vs19_603_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_061/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 61,
            "title": "EM 2.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 41612,
            "slug": "vs19_580_041",
            "identifier": "vs19_580_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_580_041/?format=api",
            "sitting": {
                "id": 2153,
                "date": "2025-12-09",
                "number": 580,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 1.239 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.239",
            "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": 16,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41627,
            "slug": "vs19_580_056",
            "identifier": "vs19_580_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_580_056/?format=api",
            "sitting": {
                "id": 2153,
                "date": "2025-12-09",
                "number": 580,
                "branch": "C"
            },
            "number": 56,
            "title": "ODG 9/2682/18 - Votazione Ordine del giorno 9/2682/18 ",
            "original_title": "Votazione Ordine del giorno 9/2682/18 ",
            "description_title": "ODG 9/2682/18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 62.42
        },
        {
            "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": 40484,
            "slug": "vs19_543_028",
            "identifier": "vs19_543_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_543_028/?format=api",
            "sitting": {
                "id": 2099,
                "date": "2025-10-07",
                "number": 543,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 1.23 FERRARI SARA (PD-IDP) e 1.24 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.23 DDL n. 2473",
            "original_title": "Votazione Emendamento 1.23 DDL n. 2473",
            "description_title": "Identici emendamenti 1.23 FERRARI SARA (PD-IDP) e 1.24 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 63.69
        },
        {
            "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": 40296,
            "slug": "vs19_536_006",
            "identifier": "vs19_536_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_006/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.1 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.1 DDL n. 2570",
            "original_title": "Votazione Emendamento 2.1 DDL n. 2570",
            "description_title": "Emendamento 2.1 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 41444,
            "slug": "vs19_576_028",
            "identifier": "vs19_576_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_576_028/?format=api",
            "sitting": {
                "id": 2146,
                "date": "2025-12-02",
                "number": 576,
                "branch": "C"
            },
            "number": 28,
            "title": "ODG 9/2423-A E ABB/10 - Votazione Ordine del giorno 9/2423-A E ABB/10 ",
            "original_title": "Votazione Ordine del giorno 9/2423-A E ABB/10 ",
            "description_title": "ODG 9/2423-A E ABB/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 41201,
            "slug": "vs19_572_127",
            "identifier": "vs19_572_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_127/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 127,
            "title": "ARTICOLO 39 - Votazione Articolo 39 ",
            "original_title": "Votazione Articolo 39 ",
            "description_title": "ARTICOLO 39",
            "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": 32,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 41629,
            "slug": "vs19_580_058",
            "identifier": "vs19_580_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_580_058/?format=api",
            "sitting": {
                "id": 2153,
                "date": "2025-12-09",
                "number": 580,
                "branch": "C"
            },
            "number": 58,
            "title": "ODG 9/2682/21 - Votazione Ordine del giorno 9/2682/21 ",
            "original_title": "Votazione Ordine del giorno 9/2682/21 ",
            "description_title": "ODG 9/2682/21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 62.42
        },
        {
            "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": 40786,
            "slug": "vs19_554_036",
            "identifier": "vs19_554_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_036/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 36,
            "title": "Identici emendamenti 2-bis.1 ORRICO ANNA LAURA (M5S), 2-bis.2 PICCOLOTTI ELISABETTA (AVS) e 2-bis.3 MANZI IRENE (PD-IDP) - Votazione Emendamento 2-bis.1 DDL n. 2662",
            "original_title": "Votazione Emendamento 2-bis.1 DDL n. 2662",
            "description_title": "Identici emendamenti 2-bis.1 ORRICO ANNA LAURA (M5S), 2-bis.2 PICCOLOTTI ELISABETTA (AVS) e 2-bis.3 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42364,
            "slug": "vs19_603_074",
            "identifier": "vs19_603_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_074/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 74,
            "title": "EM 3.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40328,
            "slug": "vs19_536_038",
            "identifier": "vs19_536_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_038/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 8.3 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 8.3 DDL n. 2570",
            "original_title": "Votazione Emendamento 8.3 DDL n. 2570",
            "description_title": "Emendamento 8.3 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40348,
            "slug": "vs19_536_058",
            "identifier": "vs19_536_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_058/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/2570/6 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/2570/6 DDL n. 2570",
            "original_title": "Votazione Ordine del giorno 9/2570/6 DDL n. 2570",
            "description_title": "Ordine del giorno n. 9/2570/6 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42339,
            "slug": "vs19_603_046",
            "identifier": "vs19_603_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_046/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 46,
            "title": "ODG 9/2511-A/3 - Votazione Ordine del giorno 9/2511-A/3 ",
            "original_title": "Votazione Ordine del giorno 9/2511-A/3 ",
            "description_title": "ODG 9/2511-A/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": 25,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40818,
            "slug": "vs19_554_068",
            "identifier": "vs19_554_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_068/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 68,
            "title": "ODG 9/2662/10 - Votazione Ordine del giorno 9/2662/10 ",
            "original_title": "Votazione Ordine del giorno 9/2662/10 ",
            "description_title": "ODG 9/2662/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 42346,
            "slug": "vs19_603_054",
            "identifier": "vs19_603_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_603_054/?format=api",
            "sitting": {
                "id": 2192,
                "date": "2026-01-28",
                "number": 603,
                "branch": "C"
            },
            "number": 54,
            "title": "DDL 2336-A E ABB - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2336-A E ABB - EM 1.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40370,
            "slug": "vs19_539_008",
            "identifier": "vs19_539_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_539_008/?format=api",
            "sitting": {
                "id": 2092,
                "date": "2025-09-30",
                "number": 539,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.7 DORI DEVIS (AVS) - Votazione Emendamento 1.7 DDL n. 2623",
            "original_title": "Votazione Emendamento 1.7 DDL n. 2623",
            "description_title": "Emendamento 1.7 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 41626,
            "slug": "vs19_580_055",
            "identifier": "vs19_580_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_580_055/?format=api",
            "sitting": {
                "id": 2153,
                "date": "2025-12-09",
                "number": 580,
                "branch": "C"
            },
            "number": 55,
            "title": "ODG 9/2682/17 - Votazione Ordine del giorno 9/2682/17 ",
            "original_title": "Votazione Ordine del giorno 9/2682/17 ",
            "description_title": "ODG 9/2682/17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42627,
            "slug": "vs19_609_057",
            "identifier": "vs19_609_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_057/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 57,
            "title": "ART AGG 13.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40324,
            "slug": "vs19_536_034",
            "identifier": "vs19_536_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_034/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 6.6 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.6 DDL n. 2570",
            "original_title": "Votazione Emendamento 6.6 DDL n. 2570",
            "description_title": "Emendamento 6.6 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 65.61
        },
        {
            "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": 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": 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": 32362,
            "slug": "vs19_357_032",
            "identifier": "vs19_357_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_032/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1532",
            "original_title": "Votazione Articolo 14 DDL n. 1532",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 67.72
        },
        {
            "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
        },
        {
            "id": 32414,
            "slug": "vs19_357_068",
            "identifier": "vs19_357_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_068/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 68,
            "title": "Identici emendamenti 32.1 SPORTIELLO GILDA (M5S) e 32.2 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 32.1 DDL n. 1532",
            "original_title": "Votazione Emendamento 32.1 DDL n. 1532",
            "description_title": "Identici emendamenti 32.1 SPORTIELLO GILDA (M5S) e 32.2 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": 18,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 66.46
        },
        {
            "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": 32798,
            "slug": "vs19_371_018",
            "identifier": "vs19_371_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_018/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 18,
            "title": "ART AGG 6.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 6.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": 2,
            "n_margin": 59,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 40.51
        },
        {
            "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": 32796,
            "slug": "vs19_371_014",
            "identifier": "vs19_371_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_014/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 4.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 51,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 43.04
        },
        {
            "id": 32800,
            "slug": "vs19_371_020",
            "identifier": "vs19_371_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_020/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 20,
            "title": "ARTICOLO 7 - Votazione Articolo 7 ",
            "original_title": "Votazione Articolo 7 ",
            "description_title": "ARTICOLO 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 60.13
        }
    ]
}