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

{
    "count": 22130,
    "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": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=442",
    "results": [
        {
            "id": 40176,
            "slug": "vs19_527_017",
            "identifier": "vs19_527_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_017/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 17,
            "title": "ARTICOLO 3",
            "original_title": "ARTICOLO 3",
            "description_title": "",
            "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": 141,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40181,
            "slug": "vs19_527_023",
            "identifier": "vs19_527_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_023/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 23,
            "title": "ARTICOLO 3",
            "original_title": "ARTICOLO 3",
            "description_title": "",
            "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": 139,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 40165,
            "slug": "vs19_527_012",
            "identifier": "vs19_527_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_012/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 12,
            "title": "DDL 1451-A - VOTO FINALE",
            "original_title": "DDL 1451-A - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 139,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 82.17
        },
        {
            "id": 40171,
            "slug": "vs19_527_007",
            "identifier": "vs19_527_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_007/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 7,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "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": 140,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40185,
            "slug": "vs19_527_030",
            "identifier": "vs19_527_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_030/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 30,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "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": 135,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 40166,
            "slug": "vs19_527_020",
            "identifier": "vs19_527_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_020/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 20,
            "title": "DDL 1501-A - VOTO FINALE",
            "original_title": "DDL 1501-A - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 138,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 40177,
            "slug": "vs19_527_018",
            "identifier": "vs19_527_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_018/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 18,
            "title": "ARTICOLO 4",
            "original_title": "ARTICOLO 4",
            "description_title": "",
            "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": 140,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40167,
            "slug": "vs19_527_028",
            "identifier": "vs19_527_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_028/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 28,
            "title": "DDL 1502-A - VOTO FINALE",
            "original_title": "DDL 1502-A - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 140,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40172,
            "slug": "vs19_527_010",
            "identifier": "vs19_527_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_010/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 10,
            "title": "ARTICOLO 3",
            "original_title": "ARTICOLO 3",
            "description_title": "",
            "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": 142,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 81.53
        },
        {
            "id": 40188,
            "slug": "vs19_527_035",
            "identifier": "vs19_527_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_035/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 35,
            "title": "DDL 2292 - ARTICOLO 1",
            "original_title": "DDL 2292 - ARTICOLO 1",
            "description_title": "",
            "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": 135,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 40173,
            "slug": "vs19_527_011",
            "identifier": "vs19_527_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_011/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 11,
            "title": "ARTICOLO 4",
            "original_title": "ARTICOLO 4",
            "description_title": "",
            "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": 141,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40178,
            "slug": "vs19_527_019",
            "identifier": "vs19_527_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_019/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 19,
            "title": "ARTICOLO 5",
            "original_title": "ARTICOLO 5",
            "description_title": "",
            "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": 138,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40168,
            "slug": "vs19_527_034",
            "identifier": "vs19_527_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_034/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 34,
            "title": "DDL 2188 - VOTO FINALE",
            "original_title": "DDL 2188 - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 99,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 40182,
            "slug": "vs19_527_026",
            "identifier": "vs19_527_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_026/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 26,
            "title": "ARTICOLO 4",
            "original_title": "ARTICOLO 4",
            "description_title": "",
            "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": 137,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 40174,
            "slug": "vs19_527_013",
            "identifier": "vs19_527_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_013/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 13,
            "title": "DDL 1501-A - ARTICOLO 1",
            "original_title": "DDL 1501-A - ARTICOLO 1",
            "description_title": "",
            "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": 140,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 82.17
        },
        {
            "id": 40194,
            "slug": "vs19_527_003",
            "identifier": "vs19_527_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_003/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-482",
            "original_title": "MOZ 1-482",
            "description_title": "",
            "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": 106,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 38.85
        },
        {
            "id": 40186,
            "slug": "vs19_527_031",
            "identifier": "vs19_527_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_031/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 31,
            "title": "ARTICOLO 3",
            "original_title": "ARTICOLO 3",
            "description_title": "",
            "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": 136,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 40179,
            "slug": "vs19_527_021",
            "identifier": "vs19_527_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_021/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 21,
            "title": "DDL 1502-A - ARTICOLO 1",
            "original_title": "DDL 1502-A - ARTICOLO 1",
            "description_title": "",
            "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": 141,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40183,
            "slug": "vs19_527_027",
            "identifier": "vs19_527_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_027/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 27,
            "title": "ARTICOLO 5",
            "original_title": "ARTICOLO 5",
            "description_title": "",
            "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": 140,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40197,
            "slug": "vs19_527_008",
            "identifier": "vs19_527_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_008/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 3.200",
            "original_title": "EM 3.200",
            "description_title": "",
            "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": 138,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40180,
            "slug": "vs19_527_022",
            "identifier": "vs19_527_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_022/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 22,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "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": 138,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 40189,
            "slug": "vs19_527_036",
            "identifier": "vs19_527_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_036/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 36,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "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": 133,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 40184,
            "slug": "vs19_527_029",
            "identifier": "vs19_527_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_029/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 29,
            "title": "DDL 2188 - ARTICOLO 1",
            "original_title": "DDL 2188 - ARTICOLO 1",
            "description_title": "",
            "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": 134,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 40187,
            "slug": "vs19_527_032",
            "identifier": "vs19_527_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_032/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 32,
            "title": "ARTICOLO 4",
            "original_title": "ARTICOLO 4",
            "description_title": "",
            "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": 133,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 40191,
            "slug": "vs19_527_038",
            "identifier": "vs19_527_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_038/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 38,
            "title": "ARTICOLO 4",
            "original_title": "ARTICOLO 4",
            "description_title": "",
            "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": 133,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 40193,
            "slug": "vs19_527_002",
            "identifier": "vs19_527_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_002/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-481 NF",
            "original_title": "MOZ 1-481 NF",
            "description_title": "",
            "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": 64,
            "majority_cohesion_rate": 64.61,
            "minority_cohesion_rate": 35.03
        },
        {
            "id": 40199,
            "slug": "vs19_527_015",
            "identifier": "vs19_527_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_015/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 15,
            "title": "EM 3.200",
            "original_title": "EM 3.200",
            "description_title": "",
            "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": 139,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 81.53
        },
        {
            "id": 40195,
            "slug": "vs19_527_004",
            "identifier": "vs19_527_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_004/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-483 NF",
            "original_title": "MOZ 1-483 NF",
            "description_title": "",
            "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": 125,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 40196,
            "slug": "vs19_527_005",
            "identifier": "vs19_527_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_005/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-486",
            "original_title": "MOZ 1-486",
            "description_title": "",
            "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": 58,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 40198,
            "slug": "vs19_527_009",
            "identifier": "vs19_527_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_009/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 3.201",
            "original_title": "EM 3.201",
            "description_title": "",
            "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": 139,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 80.89
        }
    ]
}