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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=120",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=118",
    "results": [
        {
            "id": 39776,
            "slug": "vs19_508_044",
            "identifier": "vs19_508_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_044/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 44,
            "title": "ODG 9/2416-A/86 - Votazione Ordine del giorno 9/2416-A/86 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/86 ",
            "description_title": "ODG 9/2416-A/86",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 39040,
            "slug": "vs19_498_149",
            "identifier": "vs19_498_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_149/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 149,
            "title": "ARTICOLO 18 - Votazione Articolo 18 ",
            "original_title": "Votazione Articolo 18 ",
            "description_title": "ARTICOLO 18",
            "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": 63,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 38.46
        },
        {
            "id": 39766,
            "slug": "vs19_508_034",
            "identifier": "vs19_508_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_034/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2416-A/74 - Votazione Ordine del giorno 9/2416-A/74 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/74 ",
            "description_title": "ODG 9/2416-A/74",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39886,
            "slug": "vs19_515_045",
            "identifier": "vs19_515_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_045/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 12-TER.1001, 12-TER.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12-TER.1001, 12-TER.1002",
            "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": 27,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 39861,
            "slug": "vs19_515_020",
            "identifier": "vs19_515_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_020/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 20,
            "title": "ART AGG 1.028 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.028",
            "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": 27,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39889,
            "slug": "vs19_515_048",
            "identifier": "vs19_515_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_048/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 48,
            "title": "ART AGG 12-TER.01000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 12-TER.01000",
            "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": 121,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 39884,
            "slug": "vs19_515_043",
            "identifier": "vs19_515_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_043/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 12-BIS.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12-BIS.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39891,
            "slug": "vs19_515_050",
            "identifier": "vs19_515_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_050/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 14.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.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": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39883,
            "slug": "vs19_515_042",
            "identifier": "vs19_515_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_042/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 42,
            "title": "ART AGG 11.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 11.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 39864,
            "slug": "vs19_515_023",
            "identifier": "vs19_515_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_023/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 23,
            "title": "ART AGG 1.033 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.033",
            "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": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 39880,
            "slug": "vs19_515_039",
            "identifier": "vs19_515_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_039/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 8.042 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.042",
            "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": 26,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39868,
            "slug": "vs19_515_027",
            "identifier": "vs19_515_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_027/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 27,
            "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": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39869,
            "slug": "vs19_515_028",
            "identifier": "vs19_515_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_028/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 28,
            "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": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 38827,
            "slug": "vs19_491_129",
            "identifier": "vs19_491_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_129/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 129,
            "title": "ARTICOLO 29 - Votazione Articolo 29 ",
            "original_title": "Votazione Articolo 29 ",
            "description_title": "ARTICOLO 29",
            "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": 82,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 33.97
        },
        {
            "id": 39147,
            "slug": "vs19_498_108",
            "identifier": "vs19_498_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_108/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 108,
            "title": "EM 12.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.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": 21,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 71.79
        },
        {
            "id": 38942,
            "slug": "vs19_491_125",
            "identifier": "vs19_491_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_125/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 125,
            "title": "EM 27.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 27.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": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 38915,
            "slug": "vs19_491_087",
            "identifier": "vs19_491_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_087/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 87,
            "title": "EM 16.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 16.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": 10,
            "n_margin": 41,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 43.59
        },
        {
            "id": 38919,
            "slug": "vs19_491_093",
            "identifier": "vs19_491_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_093/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 93,
            "title": "EM 18.1, 18.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.1, 18.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 38809,
            "slug": "vs19_491_077",
            "identifier": "vs19_491_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_077/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 77,
            "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": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 38922,
            "slug": "vs19_491_103",
            "identifier": "vs19_491_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_103/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 103,
            "title": "EM 25.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.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": 30,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 38934,
            "slug": "vs19_491_116",
            "identifier": "vs19_491_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_116/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 116,
            "title": "EM 26.4, 26.1007, 26.1014 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.4, 26.1007, 26.1014",
            "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": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38874,
            "slug": "vs19_491_038",
            "identifier": "vs19_491_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_038/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 8.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.1001",
            "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": 23,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 38929,
            "slug": "vs19_491_111",
            "identifier": "vs19_491_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_111/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 111,
            "title": "EM 26.1, 26.1002, 26.1011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1, 26.1002, 26.1011",
            "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": 31,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 38924,
            "slug": "vs19_491_105",
            "identifier": "vs19_491_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_105/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 105,
            "title": "EM 25.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 38868,
            "slug": "vs19_491_032",
            "identifier": "vs19_491_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_032/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 8.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.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": 2,
            "n_margin": 56,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 42.95
        },
        {
            "id": 38865,
            "slug": "vs19_491_026",
            "identifier": "vs19_491_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_026/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 5.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.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": 26,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 38869,
            "slug": "vs19_491_033",
            "identifier": "vs19_491_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_033/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 33,
            "title": "EM 8.4, 8.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.4, 8.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 38932,
            "slug": "vs19_491_114",
            "identifier": "vs19_491_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_114/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 114,
            "title": "EM 26.3, 26.1004, 26.1012 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.3, 26.1004, 26.1012",
            "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": 32,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 38816,
            "slug": "vs19_491_094",
            "identifier": "vs19_491_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_094/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 94,
            "title": "ARTICOLO 18 - Votazione Articolo 18 ",
            "original_title": "Votazione Articolo 18 ",
            "description_title": "ARTICOLO 18",
            "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": 83,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 35.9
        },
        {
            "id": 38803,
            "slug": "vs19_491_027",
            "identifier": "vs19_491_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_027/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 27,
            "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": 85,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 37.18
        },
        {
            "id": 34367,
            "slug": "19-253-48",
            "identifier": "19-253-48",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-48/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 48,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.15, Martella e altri",
            "original_title": "Em. 35.0.15, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34361,
            "slug": "19-253-54",
            "identifier": "19-253-54",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-54/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 54,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 36.6 (testo 2) (1a parte), Pirro e altri",
            "original_title": "Em. 36.6 (testo 2) (1a parte), Pirro e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34362,
            "slug": "19-253-53",
            "identifier": "19-253-53",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-53/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 53,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 36.5, Pirro",
            "original_title": "Em. 36.5, Pirro",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34390,
            "slug": "19-253-29",
            "identifier": "19-253-29",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-29/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 29,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.6, Martella e altri",
            "original_title": "Em. 35.6, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34384,
            "slug": "19-253-30",
            "identifier": "19-253-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-30/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 30,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.7, Martella e altri",
            "original_title": "Em. 35.7, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34392,
            "slug": "19-253-27",
            "identifier": "19-253-27",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-27/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 27,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.4, Martella e altri",
            "original_title": "Em. 35.4, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34394,
            "slug": "19-253-25",
            "identifier": "19-253-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-25/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 25,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.2, Martella e altri",
            "original_title": "Em. 35.2, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34396,
            "slug": "19-253-23",
            "identifier": "19-253-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-23/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 23,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 34",
            "original_title": "Articolo 34",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "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": 9,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34393,
            "slug": "19-253-26",
            "identifier": "19-253-26",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-26/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 26,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.3, Martella e altri",
            "original_title": "Em. 35.3, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 61.9
        },
        {
            "id": 34383,
            "slug": "19-253-31",
            "identifier": "19-253-31",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-31/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 31,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.8, Martella e altri",
            "original_title": "Em. 35.8, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34382,
            "slug": "19-253-32",
            "identifier": "19-253-32",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-32/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 32,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.9, Martella e altri",
            "original_title": "Em. 35.9, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34381,
            "slug": "19-253-33",
            "identifier": "19-253-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-33/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 33,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.10, Martella e altri",
            "original_title": "Em. 35.10, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 34378,
            "slug": "19-253-36",
            "identifier": "19-253-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-36/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 36,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Articolo 35",
            "original_title": "Articolo 35",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "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": 13,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 60.71
        },
        {
            "id": 34395,
            "slug": "19-253-24",
            "identifier": "19-253-24",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-24/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 24,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.1, Magni e altri",
            "original_title": "Em. 35.1, Magni e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 34374,
            "slug": "19-253-40",
            "identifier": "19-253-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-40/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 40,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.4, Martella e altri",
            "original_title": "Em. 35.0.4, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34379,
            "slug": "19-253-35",
            "identifier": "19-253-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-35/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 35,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.12, Martella e altri",
            "original_title": "Em. 35.12, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 61.9
        },
        {
            "id": 34376,
            "slug": "19-253-38",
            "identifier": "19-253-38",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-38/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 38,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.2, Martella e altri",
            "original_title": "Em. 35.0.2, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34372,
            "slug": "19-253-42",
            "identifier": "19-253-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-42/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 42,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.5, Martella e altri",
            "original_title": "Em. 35.0.5, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34369,
            "slug": "19-253-45",
            "identifier": "19-253-45",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-45/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 45,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.11, Martella e altri",
            "original_title": "Em. 35.0.11, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 34366,
            "slug": "19-253-49",
            "identifier": "19-253-49",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-49/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 49,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.0.18, Fregolent",
            "original_title": "Em. 35.0.18, Fregolent",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 40.48
        }
    ]
}