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

{
    "count": 22891,
    "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=4",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&page=2",
    "results": [
        {
            "id": 40877,
            "slug": "vs19_555_039",
            "identifier": "vs19_555_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_039/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 39,
            "title": "EM 12.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40876,
            "slug": "vs19_555_038",
            "identifier": "vs19_555_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_038/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 12.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.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": 21,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40837,
            "slug": "vs19_555_037",
            "identifier": "vs19_555_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_037/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 37,
            "title": "ARTICOLO 11 - Votazione Articolo 11 ",
            "original_title": "Votazione Articolo 11 ",
            "description_title": "ARTICOLO 11",
            "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": 23,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40875,
            "slug": "vs19_555_036",
            "identifier": "vs19_555_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_036/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 36,
            "title": "EM 11.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40874,
            "slug": "vs19_555_035",
            "identifier": "vs19_555_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_035/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 35,
            "title": "EM 11.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.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": 5,
            "n_margin": 16,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40836,
            "slug": "vs19_555_034",
            "identifier": "vs19_555_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_034/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 34,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "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": 29,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40835,
            "slug": "vs19_555_033",
            "identifier": "vs19_555_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_033/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 33,
            "title": "ARTICOLO 9 - Votazione Articolo 9 ",
            "original_title": "Votazione Articolo 9 ",
            "description_title": "ARTICOLO 9",
            "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": 23,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40873,
            "slug": "vs19_555_032",
            "identifier": "vs19_555_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_032/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 9.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40872,
            "slug": "vs19_555_031",
            "identifier": "vs19_555_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_031/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 9.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 21,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40871,
            "slug": "vs19_555_030",
            "identifier": "vs19_555_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_030/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 9.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 5,
            "n_margin": 15,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40834,
            "slug": "vs19_555_029",
            "identifier": "vs19_555_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_029/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 29,
            "title": "ARTICOLO 8 - Votazione Articolo 8 ",
            "original_title": "Votazione Articolo 8 ",
            "description_title": "ARTICOLO 8",
            "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": 29,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40833,
            "slug": "vs19_555_028",
            "identifier": "vs19_555_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_028/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 28,
            "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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40832,
            "slug": "vs19_555_027",
            "identifier": "vs19_555_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_027/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 27,
            "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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40831,
            "slug": "vs19_555_026",
            "identifier": "vs19_555_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_026/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 26,
            "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": 2,
            "n_margin": 124,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40830,
            "slug": "vs19_555_025",
            "identifier": "vs19_555_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_025/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 25,
            "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": 5,
            "n_margin": 124,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40870,
            "slug": "vs19_555_024",
            "identifier": "vs19_555_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_024/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 4.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40869,
            "slug": "vs19_555_023",
            "identifier": "vs19_555_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_023/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 23,
            "title": "EM 4.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40868,
            "slug": "vs19_555_022",
            "identifier": "vs19_555_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_022/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 22,
            "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": 21,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40867,
            "slug": "vs19_555_021",
            "identifier": "vs19_555_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_021/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 4.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40866,
            "slug": "vs19_555_020",
            "identifier": "vs19_555_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_020/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 4.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 22,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40829,
            "slug": "vs19_555_019",
            "identifier": "vs19_555_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_019/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 19,
            "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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40828,
            "slug": "vs19_555_018",
            "identifier": "vs19_555_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_018/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 18,
            "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": 28,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40865,
            "slug": "vs19_555_017",
            "identifier": "vs19_555_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_017/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 2.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40864,
            "slug": "vs19_555_016",
            "identifier": "vs19_555_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_016/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 2.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40863,
            "slug": "vs19_555_015",
            "identifier": "vs19_555_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_015/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 15,
            "title": "EM 2.10, 2.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.10, 2.11",
            "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": 20,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40862,
            "slug": "vs19_555_014",
            "identifier": "vs19_555_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_014/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 2.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40861,
            "slug": "vs19_555_013",
            "identifier": "vs19_555_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_013/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 2.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 20,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40860,
            "slug": "vs19_555_012",
            "identifier": "vs19_555_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_012/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 2.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40859,
            "slug": "vs19_555_011",
            "identifier": "vs19_555_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_011/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 2.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40858,
            "slug": "vs19_555_010",
            "identifier": "vs19_555_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_010/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 2.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40857,
            "slug": "vs19_555_009",
            "identifier": "vs19_555_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_009/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 2.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40856,
            "slug": "vs19_555_008",
            "identifier": "vs19_555_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_008/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 8,
            "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": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40827,
            "slug": "vs19_555_007",
            "identifier": "vs19_555_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_007/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 7,
            "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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40855,
            "slug": "vs19_555_006",
            "identifier": "vs19_555_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_006/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 6,
            "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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40854,
            "slug": "vs19_555_005",
            "identifier": "vs19_555_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_005/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 5,
            "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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40853,
            "slug": "vs19_555_004",
            "identifier": "vs19_555_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_004/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40852,
            "slug": "vs19_555_003",
            "identifier": "vs19_555_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_003/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40851,
            "slug": "vs19_555_002",
            "identifier": "vs19_555_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_002/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 2,
            "title": "DDL 2393 - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2393 - 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": 23,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40850,
            "slug": "vs19_555_001",
            "identifier": "vs19_555_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_001/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 1,
            "title": "MOZ 1-497 RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-497 RIF",
            "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": 121,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40825,
            "slug": "19-360-1",
            "identifier": "19-360-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-360-1/?format=api",
            "sitting": {
                "id": 2120,
                "date": "2025-10-29",
                "number": 360,
                "branch": "S"
            },
            "number": 1,
            "title": "Disegno di legge n. 1578. Em. 1.9000, il Governo",
            "original_title": "Disegno di legge n. 1578. Em. 1.9000, il Governo",
            "description_title": null,
            "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": 18,
            "majority_cohesion_rate": 81.51,
            "minority_cohesion_rate": 72.29
        },
        {
            "id": 40741,
            "slug": "vs19_554_085",
            "identifier": "vs19_554_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_085/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 85,
            "title": "Disposizioni per la partecipazione italiana a Banche e a Fondi multilaterali di sviluppo",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2604 - VOTO FINALE",
            "public_title": "Disposizioni per la partecipazione italiana a Banche e a Fondi multilaterali di sviluppo",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 109,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 40824,
            "slug": "vs19_554_084",
            "identifier": "vs19_554_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_084/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 84,
            "title": "ODG 9/2604/2 - Votazione Ordine del giorno 9/2604/2 ",
            "original_title": "Votazione Ordine del giorno 9/2604/2 ",
            "description_title": "ODG 9/2604/2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 58,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 36.31
        },
        {
            "id": 40823,
            "slug": "vs19_554_083",
            "identifier": "vs19_554_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_083/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 83,
            "title": "ODG 9/2604/1 - Votazione Ordine del giorno 9/2604/1 ",
            "original_title": "Votazione Ordine del giorno 9/2604/1 ",
            "description_title": "ODG 9/2604/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": 2,
            "n_margin": 21,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40750,
            "slug": "vs19_554_082",
            "identifier": "vs19_554_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_082/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 82,
            "title": "ARTICOLO 9 - Votazione Articolo 9 ",
            "original_title": "Votazione Articolo 9 ",
            "description_title": "ARTICOLO 9",
            "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": 117,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40749,
            "slug": "vs19_554_081",
            "identifier": "vs19_554_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_081/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 81,
            "title": "ARTICOLO 8 - Votazione Articolo 8 ",
            "original_title": "Votazione Articolo 8 ",
            "description_title": "ARTICOLO 8",
            "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": 56.79,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40748,
            "slug": "vs19_554_080",
            "identifier": "vs19_554_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_080/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 80,
            "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": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40747,
            "slug": "vs19_554_079",
            "identifier": "vs19_554_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_079/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 79,
            "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": 0,
            "n_margin": 115,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40746,
            "slug": "vs19_554_078",
            "identifier": "vs19_554_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_078/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 78,
            "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": 119,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40745,
            "slug": "vs19_554_077",
            "identifier": "vs19_554_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_077/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 77,
            "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": 116,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40744,
            "slug": "vs19_554_076",
            "identifier": "vs19_554_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_076/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 76,
            "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": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 63.06
        }
    ]
}