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

{
    "count": 22002,
    "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=6",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=4",
    "results": [
        {
            "id": 39994,
            "slug": "vs19_517_068",
            "identifier": "vs19_517_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_068/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 68,
            "title": "ODG 9/2488-A/34 - Votazione Ordine del giorno 9/2488-A/34 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/34 ",
            "description_title": "ODG 9/2488-A/34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 39661,
            "slug": "vs19_504_123",
            "identifier": "vs19_504_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_123/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 123,
            "title": "ART AGG 24.07 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.07",
            "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": 12,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39990,
            "slug": "vs19_517_064",
            "identifier": "vs19_517_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_064/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 64,
            "title": "ODG 9/2488-A/21 - Votazione Ordine del giorno 9/2488-A/21 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/21 ",
            "description_title": "ODG 9/2488-A/21",
            "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": 30,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 39554,
            "slug": "vs19_504_164",
            "identifier": "vs19_504_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_164/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 31 - Votazione Articolo 31 ",
            "original_title": "Votazione Articolo 31 ",
            "description_title": "ARTICOLO 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39630,
            "slug": "vs19_504_083",
            "identifier": "vs19_504_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_083/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 83,
            "title": "ART AGG 15.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.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": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39626,
            "slug": "vs19_504_078",
            "identifier": "vs19_504_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_078/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 78,
            "title": "EM 15.3, 15.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.3, 15.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": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39551,
            "slug": "vs19_504_154",
            "identifier": "vs19_504_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_154/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 154,
            "title": "ARTICOLO 28 - Votazione Articolo 28 ",
            "original_title": "Votazione Articolo 28 ",
            "description_title": "ARTICOLO 28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39499,
            "slug": "vs19_503_167",
            "identifier": "vs19_503_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_167/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 167,
            "title": "EM 4.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 17,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39517,
            "slug": "vs19_503_187",
            "identifier": "vs19_503_187",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_187/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 187,
            "title": "EM 6.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.18",
            "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": 51.03,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 39516,
            "slug": "vs19_503_186",
            "identifier": "vs19_503_186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_186/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 186,
            "title": "EM 6.12, 6.13, 6.14, 6.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.12, 6.13, 6.14, 6.15",
            "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": 15,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39549,
            "slug": "vs19_504_138",
            "identifier": "vs19_504_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_138/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 138,
            "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": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39555,
            "slug": "vs19_504_166",
            "identifier": "vs19_504_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_166/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 166,
            "title": "ARTICOLO 32 - Votazione Articolo 32 ",
            "original_title": "Votazione Articolo 32 ",
            "description_title": "ARTICOLO 32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39519,
            "slug": "vs19_503_189",
            "identifier": "vs19_503_189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_189/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 189,
            "title": "EM 6.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.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": 15,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39996,
            "slug": "vs19_517_070",
            "identifier": "vs19_517_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_070/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 70,
            "title": "ODG 9/2488-A/39 - Votazione Ordine del giorno 9/2488-A/39 ",
            "original_title": "Votazione Ordine del giorno 9/2488-A/39 ",
            "description_title": "ODG 9/2488-A/39",
            "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": 27,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 39513,
            "slug": "vs19_503_183",
            "identifier": "vs19_503_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_183/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 183,
            "title": "EM 6.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39518,
            "slug": "vs19_503_188",
            "identifier": "vs19_503_188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_188/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 188,
            "title": "EM 6.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.16",
            "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": 15,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39689,
            "slug": "vs19_504_155",
            "identifier": "vs19_504_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_155/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 155,
            "title": "ART AGG 28.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 28.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 15,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39339,
            "slug": "vs19_503_004",
            "identifier": "vs19_503_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_004/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 2.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 39290,
            "slug": "vs19_499_022",
            "identifier": "vs19_499_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_022/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 22,
            "title": "Istituzione della Giornata nazionale contro la denigrazione dell’aspetto fisico delle persone (body shaming)",
            "original_title": "Votazione finale ",
            "description_title": "PDL 1049-A - VOTO FINALE",
            "public_title": "Istituzione della Giornata nazionale contro la denigrazione dell’aspetto fisico delle persone (body shaming)",
            "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": 110,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39497,
            "slug": "vs19_503_165",
            "identifier": "vs19_503_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_165/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 165,
            "title": "EM 4.19 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.19",
            "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": 51.03,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39693,
            "slug": "vs19_504_160",
            "identifier": "vs19_504_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_160/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 160,
            "title": "ART AGG 29.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.06",
            "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": 16,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 24564,
            "slug": "vs19_185_055",
            "identifier": "vs19_185_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_055/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1294",
            "original_title": "Votazione Articolo 17 DDL n. 1294",
            "description_title": "Articolo 17",
            "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": 101,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 25753,
            "slug": "vs19_210_189",
            "identifier": "vs19_210_189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_189/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 189,
            "title": "Ordine del giorno n. 9/1341/3 BOSCHI MARIA ELENA (IVICRE) - Votazione Ordine del giorno 9/1341/3 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/3 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/3 BOSCHI MARIA ELENA (IVICRE)",
            "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": 24,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 24714,
            "slug": "vs19_185_065",
            "identifier": "vs19_185_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_065/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1294 E ABB/14 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1294 E ABB/14 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/14 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/14 BORRELLI FRANCESCO EMILIO (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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 25746,
            "slug": "vs19_210_193",
            "identifier": "vs19_210_193",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_193/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 193,
            "title": "Ordine del giorno n. 9/1341/12 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1341/12 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/12 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/12 CAPPELLETTI ENRICO (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": 26,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 24930,
            "slug": "vs19_201_028",
            "identifier": "vs19_201_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_028/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 28,
            "title": "Delega al governo per la revisione dello strumento militare nazionale",
            "original_title": "Votazione finale DDL n. 1538",
            "description_title": "Disposizioni in materia di associazioni professionali a carattere sindacale tra militari, delega al Governo per la revisione dello strumento militare nazionale, nonché disposizioni in materia di termini legislativi (Approvato dal Senato) (DDL 1538)",
            "public_title": "Delega al governo per la revisione dello strumento militare nazionale",
            "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": 97,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 33688,
            "slug": "vs19_385_008",
            "identifier": "vs19_385_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_385_008/?format=api",
            "sitting": {
                "id": 1835,
                "date": "2024-11-21",
                "number": 385,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN) - Votazione Emendamento 1.77, PDL n. 1987",
            "original_title": "Votazione Emendamento 1.77, PDL n. 1987",
            "description_title": "Emendamento 1.77, come riformulato, MANES FRANCO (M-MIN)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 91,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 34447,
            "slug": "vs19_388_043",
            "identifier": "vs19_388_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_043/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 9.5 BONELLI ANGELO (AVS) - Votazione Emendamento 9.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 9.5 DDL n. 2022",
            "description_title": "Emendamento 9.5 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34311,
            "slug": "vs19_389_026",
            "identifier": "vs19_389_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_026/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2022/47 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/2022/47 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/47 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/47 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": 11,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 33638,
            "slug": "vs19_384_077",
            "identifier": "vs19_384_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_077/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 77,
            "title": "ODG 9/30-A E ABB/7 - Votazione Ordine del giorno 9/30-A E ABB/7 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/7 ",
            "description_title": "ODG 9/30-A E ABB/7",
            "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": 12,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 34279,
            "slug": "vs19_389_028",
            "identifier": "vs19_389_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_028/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2022/49 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2022/49 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/49 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/49 BORRELLI FRANCESCO EMILIO (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": 1,
            "n_margin": 114,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 30310,
            "slug": "vs19_293_010",
            "identifier": "vs19_293_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_010/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00280, (Nuova formulazione), ad eccezione del capoverso dodicesimo della parte dispositiva, CASU ANDREA (PD-IDP) ed altri - Votazione Mozione 1_00280",
            "original_title": "Votazione Mozione 1_00280",
            "description_title": "Mozione n. 1-00280, (Nuova formulazione), ad eccezione del capoverso dodicesimo della parte dispositiva, CASU ANDREA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 10,
            "majority_cohesion_rate": 51.26,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 30805,
            "slug": "vs19_314_071",
            "identifier": "vs19_314_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_071/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 71,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1737",
            "original_title": "Votazione Articolo 2 PDL n. 1737",
            "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": 97,
            "majority_cohesion_rate": 51.26,
            "minority_cohesion_rate": 45.34
        },
        {
            "id": 25403,
            "slug": "19-130-33",
            "identifier": "19-130-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-130-33/?format=api",
            "sitting": {
                "id": 1540,
                "date": "2023-11-29",
                "number": 130,
                "branch": "S"
            },
            "number": 33,
            "title": "Ratifica Accordo Italia-Ufficio europeo per il sostegno all'asilo - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Ratifica Accordo Italia-Ufficio europeo per il sostegno all'asilo",
            "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": 54,
            "majority_cohesion_rate": 51.3,
            "minority_cohesion_rate": 58.62
        },
        {
            "id": 39636,
            "slug": "vs19_504_091",
            "identifier": "vs19_504_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_091/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 91,
            "title": "EM 18.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39665,
            "slug": "vs19_504_127",
            "identifier": "vs19_504_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_127/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 127,
            "title": "ART AGG 24.012 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.012",
            "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": 14,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39673,
            "slug": "vs19_504_136",
            "identifier": "vs19_504_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_136/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 136,
            "title": "EM 26.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.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": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39343,
            "slug": "vs19_503_008",
            "identifier": "vs19_503_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_008/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 2.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 17,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39660,
            "slug": "vs19_504_122",
            "identifier": "vs19_504_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_122/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 122,
            "title": "ART AGG 24.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39694,
            "slug": "vs19_504_161",
            "identifier": "vs19_504_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_161/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 161,
            "title": "ART AGG 29.09, 29.010, 29.011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.09, 29.010, 29.011",
            "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": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39676,
            "slug": "vs19_504_140",
            "identifier": "vs19_504_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_140/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 140,
            "title": "ART AGG 26.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39515,
            "slug": "vs19_503_185",
            "identifier": "vs19_503_185",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_185/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 185,
            "title": "EM 6.9, 6.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.9, 6.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": 52,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 38.46
        },
        {
            "id": 39628,
            "slug": "vs19_504_080",
            "identifier": "vs19_504_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_080/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 80,
            "title": "EM 15.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.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": 73,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 39.1
        },
        {
            "id": 39631,
            "slug": "vs19_504_084",
            "identifier": "vs19_504_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_084/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 84,
            "title": "ART AGG 15.03, 15.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.03, 15.04",
            "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": 10,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39634,
            "slug": "vs19_504_089",
            "identifier": "vs19_504_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_089/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 89,
            "title": "EM 18.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.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": 12,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39674,
            "slug": "vs19_504_137",
            "identifier": "vs19_504_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_137/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 137,
            "title": "EM 26.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.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": 16,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39342,
            "slug": "vs19_503_007",
            "identifier": "vs19_503_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_007/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 2.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39621,
            "slug": "vs19_504_071",
            "identifier": "vs19_504_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_071/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 71,
            "title": "EM 13.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39663,
            "slug": "vs19_504_125",
            "identifier": "vs19_504_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_125/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 125,
            "title": "ART AGG 24.013 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.013",
            "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": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39334,
            "slug": "vs19_503_179",
            "identifier": "vs19_503_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_179/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 179,
            "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": 17,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 60.26
        }
    ]
}