Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=58
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=59",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=57",
    "results": [
        {
            "id": 32418,
            "slug": "vs19_357_005",
            "identifier": "vs19_357_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_005/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1532",
            "original_title": "Votazione Articolo 4 DDL n. 1532",
            "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": 15,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 70.25
        },
        {
            "id": 32456,
            "slug": "vs19_359_024",
            "identifier": "vs19_359_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_024/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2066/32 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/2066/32 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/32 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/32 MORFINO DANIELA (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": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 55.7
        },
        {
            "id": 39438,
            "slug": "vs19_503_103",
            "identifier": "vs19_503_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_103/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 103,
            "title": "ART AGG 13-BIS.016 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13-BIS.016",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39087,
            "slug": "vs19_498_041",
            "identifier": "vs19_498_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_041/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 5.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39086,
            "slug": "vs19_498_040",
            "identifier": "vs19_498_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_040/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 5.6, 5.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.6, 5.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": 18,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 38824,
            "slug": "vs19_491_122",
            "identifier": "vs19_491_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_122/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 122,
            "title": "ARTICOLO 26 - Votazione Articolo 26 ",
            "original_title": "Votazione Articolo 26 ",
            "description_title": "ARTICOLO 26",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 78,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 34.62
        },
        {
            "id": 39845,
            "slug": "vs19_515_004",
            "identifier": "vs19_515_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_004/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39964,
            "slug": "vs19_517_038",
            "identifier": "vs19_517_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_038/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 38,
            "title": "EM 9-TER.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9-TER.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 39949,
            "slug": "vs19_517_023",
            "identifier": "vs19_517_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_023/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 23,
            "title": "EM 9.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39129,
            "slug": "vs19_498_089",
            "identifier": "vs19_498_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_089/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 89,
            "title": "EM 11.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 40073,
            "slug": "vs19_521_016",
            "identifier": "vs19_521_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_016/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2527/28 - Votazione Ordine del giorno 9/2527/28 ",
            "original_title": "Votazione Ordine del giorno 9/2527/28 ",
            "description_title": "ODG 9/2527/28",
            "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": 25,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 39215,
            "slug": "vs19_498_186",
            "identifier": "vs19_498_186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_186/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 186,
            "title": "EM 26.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.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": 39,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 44.23
        },
        {
            "id": 39207,
            "slug": "vs19_498_178",
            "identifier": "vs19_498_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_178/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 178,
            "title": "ART AGG 25.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.05",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 38856,
            "slug": "vs19_491_013",
            "identifier": "vs19_491_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_013/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 1.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.13",
            "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": 59.43,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39204,
            "slug": "vs19_498_175",
            "identifier": "vs19_498_175",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_175/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 175,
            "title": "ART AGG 25.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.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": 22,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39942,
            "slug": "vs19_517_016",
            "identifier": "vs19_517_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_016/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 7.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 24,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39041,
            "slug": "vs19_498_159",
            "identifier": "vs19_498_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_159/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 159,
            "title": "ARTICOLO 21 - Votazione Articolo 21 ",
            "original_title": "Votazione Articolo 21 ",
            "description_title": "ARTICOLO 21",
            "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": 98,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 38.46
        },
        {
            "id": 39941,
            "slug": "vs19_517_015",
            "identifier": "vs19_517_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_015/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 15,
            "title": "EM 7.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 39125,
            "slug": "vs19_498_085",
            "identifier": "vs19_498_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_085/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 85,
            "title": "EM 11.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39962,
            "slug": "vs19_517_036",
            "identifier": "vs19_517_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_036/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 36,
            "title": "EM 9-BIS.1010 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9-BIS.1010",
            "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": 59.43,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 38970,
            "slug": "vs19_491_157",
            "identifier": "vs19_491_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_157/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 157,
            "title": "MOZ 1-454 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-454",
            "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": 53,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 45.51
        },
        {
            "id": 39126,
            "slug": "vs19_498_086",
            "identifier": "vs19_498_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_086/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 86,
            "title": "EM 11.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39119,
            "slug": "vs19_498_079",
            "identifier": "vs19_498_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_079/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 79,
            "title": "EM 11.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39115,
            "slug": "vs19_498_075",
            "identifier": "vs19_498_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_075/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 75,
            "title": "EM 11.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39968,
            "slug": "vs19_517_042",
            "identifier": "vs19_517_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_042/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 11.6, 11.7, 11.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.6, 11.7, 11.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": 59.43,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 39116,
            "slug": "vs19_498_076",
            "identifier": "vs19_498_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_076/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 76,
            "title": "EM 11.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 38961,
            "slug": "vs19_491_148",
            "identifier": "vs19_491_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_148/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 148,
            "title": "MOZ 1-448 CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 7 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 39117,
            "slug": "vs19_498_077",
            "identifier": "vs19_498_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_077/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 77,
            "title": "EM 11.3, 11.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.3, 11.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39936,
            "slug": "vs19_517_010",
            "identifier": "vs19_517_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_010/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 4.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 26,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 30136,
            "slug": "19-185-3",
            "identifier": "19-185-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-185-3/?format=api",
            "sitting": {
                "id": 1677,
                "date": "2024-05-07",
                "number": 185,
                "branch": "S"
            },
            "number": 3,
            "title": "Proposta Giunta su applicabilità art.  68, primo comma, Costituzione nei confronti del sen. Renzi.",
            "original_title": "Proposta Giunta su applicabilità art.  68, primo comma, Costituzione nei confronti del sen. Renzi.",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Proposta giunta",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 40.7
        },
        {
            "id": 30081,
            "slug": "19-184-8",
            "identifier": "19-184-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-8/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 8,
            "title": "Ratifica Accordo di sede Italia-Tribunale unificato dei brevetti - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Ratifica Accordo di sede Italia-Tribunale unificato dei brevetti",
            "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": 60,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 61.63
        },
        {
            "id": 30078,
            "slug": "19-184-2",
            "identifier": "19-184-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-2/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 2,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 2",
            "original_title": "Articolo 2",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 30077,
            "slug": "19-184-5",
            "identifier": "19-184-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-5/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 5,
            "title": "Ratifica ingresso della Croazia nello spazio economico europeo",
            "original_title": "Votazione finale",
            "description_title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo",
            "public_title": "Ratifica ingresso della Croazia nello spazio economico europeo",
            "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": 60,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 61.63
        },
        {
            "id": 30079,
            "slug": "19-184-1",
            "identifier": "19-184-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-1/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 1,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 1",
            "original_title": "Articolo 1",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 30086,
            "slug": "19-184-3",
            "identifier": "19-184-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-3/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 3,
            "title": "Ratifica Accordo partecipazione Croazia allo Spazio economico europeo - Articolo 3",
            "original_title": "Articolo 3",
            "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": 59,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 30080,
            "slug": "19-184-11",
            "identifier": "19-184-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-184-11/?format=api",
            "sitting": {
                "id": 1674,
                "date": "2024-04-30",
                "number": 184,
                "branch": "S"
            },
            "number": 11,
            "title": "Ratifica sede italiana del Tribunale unificato dei brevetti",
            "original_title": "Votazione finale",
            "description_title": "Ratifica Accordo di sede Italia-Tribunale unificato dei brevetti",
            "public_title": "Ratifica sede italiana del Tribunale unificato dei brevetti",
            "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": 61,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 62.79
        },
        {
            "id": 28384,
            "slug": "19-162-1",
            "identifier": "19-162-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-162-1/?format=api",
            "sitting": {
                "id": 1616,
                "date": "2024-02-22",
                "number": 162,
                "branch": "S"
            },
            "number": 1,
            "title": "Bullismo e cyberbullismo - Em. 1.100, Versace e altri",
            "original_title": "Em. 1.100, 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.48,
            "minority_cohesion_rate": 38.37
        },
        {
            "id": 32647,
            "slug": "19-232-44",
            "identifier": "19-232-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-232-44/?format=api",
            "sitting": {
                "id": 1802,
                "date": "2024-10-16",
                "number": 232,
                "branch": "S"
            },
            "number": 44,
            "title": "Ratifica Accordo UE-Ghana di partenariato economico interinale - Articolo 4",
            "original_title": "Articolo 4",
            "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": 59.48,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 25633,
            "slug": "vs19_210_103",
            "identifier": "vs19_210_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_103/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 23.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 23.300, DDL n. 1341",
            "description_title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22656,
            "slug": "vs19_152_005",
            "identifier": "vs19_152_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_005/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/Doc. VIII, n. 2/27 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/Doc. VIII, n. 2/27 ",
            "original_title": "Votazione Ordine del giorno 9/Doc. VIII, n. 2/27 ",
            "description_title": "Ordine del giorno n. 9/Doc. VIII, n. 2/27 SILVESTRI FRANCESCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 22,
            "n_margin": 120,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27441,
            "slug": "vs19_237_016",
            "identifier": "vs19_237_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_016/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 9 (Mantenimento) - Votazione Articolo 9 DDL n. 1419",
            "original_title": "Votazione Articolo 9 DDL n. 1419",
            "description_title": "Articolo 9 (Mantenimento)",
            "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": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 26874,
            "slug": "vs19_229_005",
            "identifier": "vs19_229_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_005/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 GIULIANO CARLA (M5S) - Votazione Emendamento 1.5 DDL n. 1297",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1297",
            "description_title": "Emendamento 1.5 GIULIANO CARLA (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": 31,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 27436,
            "slug": "vs19_237_003",
            "identifier": "vs19_237_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_003/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 2.1 DDL n. 1419",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1419",
            "description_title": "Emendamento 2.1 VACCARI STEFANO (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": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30197,
            "slug": "vs19_292_049",
            "identifier": "vs19_292_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_049/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 15.4 CASU ANDREA (PD-IDP) - Votazione Emendamento 15.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 15.4 DDL n. 1717",
            "description_title": "Emendamento 15.4 CASU ANDREA (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": 36,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 43.56
        },
        {
            "id": 27497,
            "slug": "vs19_236_083",
            "identifier": "vs19_236_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_083/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "original_title": "Votazione Ordine del giorno 9/1630/11, DDL n. 1630",
            "description_title": "Ordine del giorno n. 9/1630/11, limitatamente alle premesse, FURGIUELE DOMENICO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 19172,
            "slug": "vs19_045_051",
            "identifier": "vs19_045_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_051/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/785/15, nel testo riformulato, MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/785/15, DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/15, DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/15, nel testo riformulato, MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 122,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27418,
            "slug": "vs19_236_037",
            "identifier": "vs19_236_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_037/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.53 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.53 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.53 DDL n. 1630",
            "description_title": "Emendamento 1.53 RICCIARDI TONI (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26902,
            "slug": "vs19_229_018",
            "identifier": "vs19_229_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_018/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 2.01 GIULIANO CARLA (M5S) - Votazione Emendamento 2.01 DDL n. 1297",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1297",
            "description_title": "Articolo aggiuntivo 2.01 GIULIANO CARLA (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": 8,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 27448,
            "slug": "vs19_237_002",
            "identifier": "vs19_237_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_002/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1 (Mantenimento) - Votazione Articolo 1 DDL n. 1419",
            "original_title": "Votazione Articolo 1 DDL n. 1419",
            "description_title": "Articolo 1 (Mantenimento)",
            "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": 23,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27420,
            "slug": "vs19_236_022",
            "identifier": "vs19_236_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_022/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (M5S) - Votazione Emendamento 1.26 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.26 DDL n. 1630",
            "description_title": "Identici emendamenti 1.26 DEL BARBA MAURO (IVICRE) e 1.1002 FENU EMILIANO (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": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 74.69
        }
    ]
}