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

{
    "count": 22904,
    "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&page=10",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&page=8",
    "results": [
        {
            "id": 40549,
            "slug": "vs19_547_046",
            "identifier": "vs19_547_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_046/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 46,
            "title": "DDL 1804 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 1804 - 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": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40533,
            "slug": "vs19_547_045",
            "identifier": "vs19_547_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_045/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 45,
            "title": "Ratifica protocollo su lavoro forzato e obbligatorio",
            "original_title": "Votazione finale ",
            "description_title": "DDL 1539 - VOTO FINALE",
            "public_title": "Ratifica protocollo su lavoro forzato e obbligatorio",
            "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": 119,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40548,
            "slug": "vs19_547_044",
            "identifier": "vs19_547_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_044/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 44,
            "title": "DDL 1539 - ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "DDL 1539 - 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": 0,
            "n_margin": 118,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40547,
            "slug": "vs19_547_043",
            "identifier": "vs19_547_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_043/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 43,
            "title": "DDL 1539 - ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "DDL 1539 - ARTICOLO 3",
            "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": 120,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40546,
            "slug": "vs19_547_042",
            "identifier": "vs19_547_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_042/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 42,
            "title": "DDL 1539 - ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "DDL 1539 - 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": 118,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40545,
            "slug": "vs19_547_041",
            "identifier": "vs19_547_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_041/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 41,
            "title": "DDL 1539 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 1539 - 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": 0,
            "n_margin": 119,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40532,
            "slug": "vs19_547_040",
            "identifier": "vs19_547_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_040/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 40,
            "title": "Disposizioni per la revisione dei servizi per i cittadini e le imprese all’estero",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2369-A - VOTO FINALE",
            "public_title": "Disposizioni per la revisione dei servizi per i cittadini e le imprese all’estero",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 40596,
            "slug": "vs19_547_039",
            "identifier": "vs19_547_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_039/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 39,
            "title": "ODG 9/2369-A/14 - Votazione Ordine del giorno 9/2369-A/14 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/14 ",
            "description_title": "ODG 9/2369-A/14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40595,
            "slug": "vs19_547_038",
            "identifier": "vs19_547_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_038/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 38,
            "title": "ODG 9/2369-A/10 - Votazione Ordine del giorno 9/2369-A/10 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/10 ",
            "description_title": "ODG 9/2369-A/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40594,
            "slug": "vs19_547_037",
            "identifier": "vs19_547_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_037/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 37,
            "title": "ODG 9/2369-A/9 - Votazione Ordine del giorno 9/2369-A/9 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/9 ",
            "description_title": "ODG 9/2369-A/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40593,
            "slug": "vs19_547_036",
            "identifier": "vs19_547_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_036/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 36,
            "title": "ODG 9/2369-A/7 - Votazione Ordine del giorno 9/2369-A/7 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/7 ",
            "description_title": "ODG 9/2369-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": 19,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40592,
            "slug": "vs19_547_035",
            "identifier": "vs19_547_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_035/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2369-A/6 - Votazione Ordine del giorno 9/2369-A/6 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/6 ",
            "description_title": "ODG 9/2369-A/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40591,
            "slug": "vs19_547_034",
            "identifier": "vs19_547_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_034/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2369-A/1 - Votazione Ordine del giorno 9/2369-A/1 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/1 ",
            "description_title": "ODG 9/2369-A/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40544,
            "slug": "vs19_547_033",
            "identifier": "vs19_547_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_033/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 33,
            "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": 19,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40543,
            "slug": "vs19_547_032",
            "identifier": "vs19_547_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_032/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 32,
            "title": "ARTICOLO 6 - Votazione Articolo 6 ",
            "original_title": "Votazione Articolo 6 ",
            "description_title": "ARTICOLO 6",
            "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": 20,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40590,
            "slug": "vs19_547_031",
            "identifier": "vs19_547_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_031/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 6.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.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": 18,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40542,
            "slug": "vs19_547_030",
            "identifier": "vs19_547_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_030/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 30,
            "title": "ARTICOLO 5 - Votazione Articolo 5 ",
            "original_title": "Votazione Articolo 5 ",
            "description_title": "ARTICOLO 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40589,
            "slug": "vs19_547_029",
            "identifier": "vs19_547_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_029/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 29,
            "title": "EM 5.200 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.200",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40541,
            "slug": "vs19_547_028",
            "identifier": "vs19_547_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_028/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 28,
            "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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40540,
            "slug": "vs19_547_027",
            "identifier": "vs19_547_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_027/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 27,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40588,
            "slug": "vs19_547_026",
            "identifier": "vs19_547_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_026/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40539,
            "slug": "vs19_547_025",
            "identifier": "vs19_547_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_025/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 25,
            "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": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40587,
            "slug": "vs19_547_024",
            "identifier": "vs19_547_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_024/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 2.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 17,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40538,
            "slug": "vs19_547_023",
            "identifier": "vs19_547_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_023/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 23,
            "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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40586,
            "slug": "vs19_547_022",
            "identifier": "vs19_547_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_022/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 1.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40585,
            "slug": "vs19_547_021",
            "identifier": "vs19_547_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_021/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40584,
            "slug": "vs19_547_020",
            "identifier": "vs19_547_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_020/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 22,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40583,
            "slug": "vs19_547_019",
            "identifier": "vs19_547_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_019/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 1.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40582,
            "slug": "vs19_547_018",
            "identifier": "vs19_547_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_018/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 18,
            "title": "DDL 2369-A - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2369-A - 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": 18,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40581,
            "slug": "vs19_547_017",
            "identifier": "vs19_547_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_017/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 17,
            "title": "MOZ 1-502 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-502",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40580,
            "slug": "vs19_547_016",
            "identifier": "vs19_547_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_016/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 16,
            "title": "MOZ 1-472 NF PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF PREMESSA",
            "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": 62.55,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40579,
            "slug": "vs19_547_015",
            "identifier": "vs19_547_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_015/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 15,
            "title": "MOZ 1-472 NF CPV 15 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 15 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 132,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40578,
            "slug": "vs19_547_014",
            "identifier": "vs19_547_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_014/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 14,
            "title": "MOZ 1-472 NF CPV 14 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 14 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40577,
            "slug": "vs19_547_013",
            "identifier": "vs19_547_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_013/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 13,
            "title": "MOZ 1-472 NF CPV 13 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 13 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 129,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40576,
            "slug": "vs19_547_012",
            "identifier": "vs19_547_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_012/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 12,
            "title": "MOZ 1-472 NF CPV 12 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 12 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40575,
            "slug": "vs19_547_011",
            "identifier": "vs19_547_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_011/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 11,
            "title": "MOZ 1-472 NF CPV 11 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 11 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40574,
            "slug": "vs19_547_010",
            "identifier": "vs19_547_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_010/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-472 NF CPV 10 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 10 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 130,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40573,
            "slug": "vs19_547_009",
            "identifier": "vs19_547_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_009/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 9,
            "title": "MOZ 1-472 NF CPV 9 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 9 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40572,
            "slug": "vs19_547_008",
            "identifier": "vs19_547_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_008/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 8,
            "title": "MOZ 1-472 NF CPV 8 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 8 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 130,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40571,
            "slug": "vs19_547_007",
            "identifier": "vs19_547_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_007/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 7,
            "title": "MOZ 1-472 NF CPV 7 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 7 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 130,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40570,
            "slug": "vs19_547_006",
            "identifier": "vs19_547_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_006/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 6,
            "title": "MOZ 1-472 NF CPV 6 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 6 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 129,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40569,
            "slug": "vs19_547_005",
            "identifier": "vs19_547_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_005/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-472 NF CPV 5 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 5 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40568,
            "slug": "vs19_547_004",
            "identifier": "vs19_547_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_004/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-472 NF CPV 4 RIF DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 4 RIF DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40567,
            "slug": "vs19_547_003",
            "identifier": "vs19_547_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_003/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-472 NF CPV 3 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 3 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 127,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40566,
            "slug": "vs19_547_002",
            "identifier": "vs19_547_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_002/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-472 NF CPV 2 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 2 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40565,
            "slug": "vs19_547_001",
            "identifier": "vs19_547_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_001/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 1,
            "title": "MOZ 1-472 NF CPV 1 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-472 NF CPV 1 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40531,
            "slug": "vs19_545_004",
            "identifier": "vs19_545_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_004/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 4,
            "title": "DPFP 2025-DOC CCXLIV,N 1- RIS 6-205 - Votazione Risoluzione 6_00205",
            "original_title": "Votazione Risoluzione 6_00205",
            "description_title": "DPFP 2025-DOC CCXLIV,N 1- RIS 6-205",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 72.43,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40530,
            "slug": "vs19_545_003",
            "identifier": "vs19_545_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_003/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 3,
            "title": "DOC IV-BIS, N 1-A - SOTT. MANTOVANO - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC IV-BIS, N 1-A - SOTT. MANTOVANO",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 96.71,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40529,
            "slug": "vs19_545_002",
            "identifier": "vs19_545_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_002/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 2,
            "title": "DOC IV-BIS, N 1-A - MIN. PIANTEDOSI - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC IV-BIS, N 1-A - MIN. PIANTEDOSI",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 55,
            "majority_cohesion_rate": 96.3,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40528,
            "slug": "vs19_545_001",
            "identifier": "vs19_545_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_001/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 1,
            "title": "DOC IV-BIS, N 1-A - MIN. NORDIO - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC IV-BIS, N 1-A - MIN. NORDIO",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 96.71,
            "minority_cohesion_rate": 80.89
        }
    ]
}