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

{
    "count": 22890,
    "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=56",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=54",
    "results": [
        {
            "id": 38849,
            "slug": "vs19_491_006",
            "identifier": "vs19_491_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_006/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 6,
            "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": 21,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39433,
            "slug": "vs19_503_098",
            "identifier": "vs19_503_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_098/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo aggiuntivo 13-bis.011 CASO ANTONIO (M5S) - Votazione Emendamento 13-bis.011 DDL n. 2482",
            "original_title": "Votazione Emendamento 13-bis.011 DDL n. 2482",
            "description_title": "Articolo aggiuntivo 13-bis.011 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39114,
            "slug": "vs19_498_074",
            "identifier": "vs19_498_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_074/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 74,
            "title": "ART AGG 10.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 10.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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39077,
            "slug": "vs19_498_030",
            "identifier": "vs19_498_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_030/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 30,
            "title": "EM 4.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39960,
            "slug": "vs19_517_034",
            "identifier": "vs19_517_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_034/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 34,
            "title": "EM 9-BIS.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9-BIS.1006",
            "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": 58.61,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 39132,
            "slug": "vs19_498_092",
            "identifier": "vs19_498_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_092/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 92,
            "title": "EM 11.20, 11.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.20, 11.21",
            "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": 58.61,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39133,
            "slug": "vs19_498_093",
            "identifier": "vs19_498_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_093/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 93,
            "title": "EM 11.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.22",
            "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": 58.61,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39088,
            "slug": "vs19_498_042",
            "identifier": "vs19_498_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_042/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 5.9, 5.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.9, 5.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39841,
            "slug": "vs19_515_059",
            "identifier": "vs19_515_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_059/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 59,
            "title": "Conversione decreto fiscale",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2460-A - VOTO FINALE",
            "public_title": "Conversione decreto fiscale",
            "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": 29,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 39097,
            "slug": "vs19_498_053",
            "identifier": "vs19_498_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_053/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 53,
            "title": "EM 7.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 23,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39027,
            "slug": "vs19_498_046",
            "identifier": "vs19_498_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_046/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 46,
            "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": 29,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39944,
            "slug": "vs19_517_018",
            "identifier": "vs19_517_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_018/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 7.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 25,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 39256,
            "slug": "vs19_498_231",
            "identifier": "vs19_498_231",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_231/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 231,
            "title": "EM 24.20 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.20",
            "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.61,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 38829,
            "slug": "vs19_491_160",
            "identifier": "vs19_491_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_160/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 160,
            "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": 1,
            "n_margin": 119,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39112,
            "slug": "vs19_498_071",
            "identifier": "vs19_498_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_071/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 71,
            "title": "EM 10.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 58.61,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39965,
            "slug": "vs19_517_039",
            "identifier": "vs19_517_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_039/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 10.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 10.02",
            "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": 58.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 38836,
            "slug": "vs19_491_170",
            "identifier": "vs19_491_170",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_170/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 170,
            "title": "DDL 2101 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2101 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 51.28
        },
        {
            "id": 39092,
            "slug": "vs19_498_047",
            "identifier": "vs19_498_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_047/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 47,
            "title": "EM 6.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 71,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 55.77
        },
        {
            "id": 39796,
            "slug": "vs19_511_014",
            "identifier": "vs19_511_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_014/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 14,
            "title": "DDL 2189 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2189 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 122,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39961,
            "slug": "vs19_517_035",
            "identifier": "vs19_517_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_035/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 35,
            "title": "EM 9-BIS.1009 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9-BIS.1009",
            "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": 58.61,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 38835,
            "slug": "vs19_491_168",
            "identifier": "vs19_491_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_168/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 168,
            "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": 0,
            "n_margin": 119,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39066,
            "slug": "vs19_498_018",
            "identifier": "vs19_498_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_018/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 3.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39810,
            "slug": "vs19_511_018",
            "identifier": "vs19_511_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_018/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2189/1 - Votazione Ordine del giorno 9/2189/1 ",
            "original_title": "Votazione Ordine del giorno 9/2189/1 ",
            "description_title": "ODG 9/2189/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 38839,
            "slug": "vs19_491_173",
            "identifier": "vs19_491_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_173/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 173,
            "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": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 52.56
        },
        {
            "id": 39134,
            "slug": "vs19_498_094",
            "identifier": "vs19_498_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_094/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 94,
            "title": "EM 11.23 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 38838,
            "slug": "vs19_491_172",
            "identifier": "vs19_491_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_172/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 172,
            "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": 75,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 51.92
        },
        {
            "id": 39203,
            "slug": "vs19_498_174",
            "identifier": "vs19_498_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_174/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 174,
            "title": "ART AGG 25.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.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": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39913,
            "slug": "vs19_516_010",
            "identifier": "vs19_516_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_010/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/DOC VIII, N 6/20 - Votazione Ordine del giorno 9/DOC VIII, N 6/20 ",
            "original_title": "Votazione Ordine del giorno 9/DOC VIII, N 6/20 ",
            "description_title": "ODG 9/DOC VIII, N 6/20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 127,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 40061,
            "slug": "vs19_521_004",
            "identifier": "vs19_521_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_004/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 4,
            "title": "ODG 9/2527/9 - Votazione Ordine del giorno 9/2527/9 ",
            "original_title": "Votazione Ordine del giorno 9/2527/9 ",
            "description_title": "ODG 9/2527/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39084,
            "slug": "vs19_498_038",
            "identifier": "vs19_498_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_038/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 5.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39971,
            "slug": "vs19_517_045",
            "identifier": "vs19_517_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_045/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 13.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 25,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 32629,
            "slug": "19-232-41",
            "identifier": "19-232-41",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-41/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 41,
            "title": "Ratifica Accordo UE-Ghana di partenariato economico interinale - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "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": 58,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 32627,
            "slug": "19-232-45",
            "identifier": "19-232-45",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-45/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 45,
            "title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "original_title": "Votazione finale",
            "description_title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "public_title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "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": 59,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 32648,
            "slug": "19-232-43",
            "identifier": "19-232-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-43/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 43,
            "title": "Ratifica Accordo UE-Ghana di partenariato economico interinale - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Ratifica Accordo UE-Ghana di partenariato economico interinale",
            "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": 59,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 31342,
            "slug": "19-221-13",
            "identifier": "19-221-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-221-13/?format=api",
            "sitting": {
                "id": 1774,
                "date": "2024-09-18",
                "number": 221,
                "branch": "S"
            },
            "number": 13,
            "title": "Agevolazioni fiscali start-up - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Agevolazioni fiscali start-up",
            "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": 38,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 51.16
        },
        {
            "id": 31343,
            "slug": "19-221-12",
            "identifier": "19-221-12",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-221-12/?format=api",
            "sitting": {
                "id": 1774,
                "date": "2024-09-18",
                "number": 221,
                "branch": "S"
            },
            "number": 12,
            "title": "Agevolazioni fiscali start-up - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Agevolazioni fiscali start-up",
            "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": 38,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 53.49
        },
        {
            "id": 30085,
            "slug": "19-184-4",
            "identifier": "19-184-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-4/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 4,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo",
            "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": 58,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 28395,
            "slug": "19-162-2",
            "identifier": "19-162-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-162-2/?format=api",
            "sitting": {
                "id": 1616,
                "date": "2024-02-22",
                "number": 162,
                "branch": "S"
            },
            "number": 2,
            "title": "Bullismo e cyberbullismo - Em. 1.101, Versace e altri",
            "original_title": "Em. 1.101, Versace e altri",
            "description_title": "Bullismo e cyberbullismo",
            "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": 25,
            "majority_cohesion_rate": 58.62,
            "minority_cohesion_rate": 39.53
        },
        {
            "id": 30067,
            "slug": "vs19_281_053",
            "identifier": "vs19_281_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_053/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1752/77 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1752/77 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/77 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/77 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19142,
            "slug": "vs19_045_037",
            "identifier": "vs19_045_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_037/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/785/1 PASTORELLA GIULIA (AIV-RE) - Votazione Ordine del giorno 9/785/1 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/1 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/1 PASTORELLA GIULIA (AIV-RE)",
            "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": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25299,
            "slug": "vs19_203_028",
            "identifier": "vs19_203_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_028/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1458/29 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1458/29 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/29 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/29 BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 19996,
            "slug": "vs19_072_107",
            "identifier": "vs19_072_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_107/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 107,
            "title": "Ordine del giorno n. 9/977/10 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/977/10 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/10 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/10 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25476,
            "slug": "vs19_206_010",
            "identifier": "vs19_206_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_010/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.33 FONTANA ILARIA (M5S) - Votazione Emendamento 2.33 DDL n. 1474",
            "original_title": "Votazione Emendamento 2.33 DDL n. 1474",
            "description_title": "Emendamento 2.33 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25466,
            "slug": "vs19_206_031",
            "identifier": "vs19_206_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_031/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 5.1003 SPERANZA ROBERTO (PD-IDP) - Votazione Emendamento 5.1003 DDL n. 1474",
            "original_title": "Votazione Emendamento 5.1003 DDL n. 1474",
            "description_title": "Emendamento 5.1003 SPERANZA ROBERTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29723,
            "slug": "vs19_261_035",
            "identifier": "vs19_261_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_035/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 4.13 CANTONE LUCIANO (M5S) - Votazione Emendamento 4.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 4.13 DDL n. 1435",
            "description_title": "Emendamento 4.13 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25735,
            "slug": "vs19_209_001",
            "identifier": "vs19_209_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_001/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto referendum",
            "original_title": "Votazione finale DDL n. 1491",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 18 ottobre 2023, n. 144, recante disposizioni urgenti per gli Uffici presso la Corte di cassazione in materia di referendum (DDL 1491)",
            "public_title": "Conversione decreto referendum",
            "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": 107,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 24735,
            "slug": "vs19_185_006",
            "identifier": "vs19_185_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_006/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1294",
            "original_title": "Votazione Articolo 5 DDL n. 1294",
            "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": 118,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 30039,
            "slug": "vs19_281_090",
            "identifier": "vs19_281_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_090/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1752/117 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1752/117 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/117 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/117 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 30063,
            "slug": "vs19_282_020",
            "identifier": "vs19_282_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_020/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1752/142 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1752/142 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/142 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/142 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 25128,
            "slug": "vs19_197_043",
            "identifier": "vs19_197_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_043/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1324",
            "original_title": "Votazione Articolo 6 DDL n. 1324",
            "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": 14,
            "n_margin": 44,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 33.33
        }
    ]
}