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

{
    "count": 22941,
    "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=-n_rebels&page=369",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=367",
    "results": [
        {
            "id": 33429,
            "slug": "vs19_377_128",
            "identifier": "vs19_377_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_128/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 128,
            "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": 0,
            "n_margin": 72,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 38798,
            "slug": "vs19_491_180",
            "identifier": "vs19_491_180",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_180/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 180,
            "title": "Ratifica accordo con la Costa Riva di cooperazione nel campo culturale, scientifico e tecnologico",
            "original_title": "Votazione finale ",
            "description_title": "PDL 1387 - VOTO FINALE",
            "public_title": "Ratifica accordo con la Costa Riva di cooperazione nel campo culturale, scientifico e tecnologico",
            "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": 114,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 38877,
            "slug": "vs19_491_042",
            "identifier": "vs19_491_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_042/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 9.1, 9.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.1, 9.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": 31,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 33426,
            "slug": "vs19_377_095",
            "identifier": "vs19_377_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_095/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 95,
            "title": "EM 19.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 17,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 38879,
            "slug": "vs19_491_044",
            "identifier": "vs19_491_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_044/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 9.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 30,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 33422,
            "slug": "vs19_377_151",
            "identifier": "vs19_377_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_151/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 151,
            "title": "MOZ 1-351 CPV 14 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-351 CPV 14 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": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 47.93,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 33421,
            "slug": "vs19_377_168",
            "identifier": "vs19_377_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_168/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 168,
            "title": "MOZ 1-358 CPV 4 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 CPV 4 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 86,
            "majority_cohesion_rate": 45.45,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 33424,
            "slug": "vs19_377_159",
            "identifier": "vs19_377_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_159/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 159,
            "title": "MOZ 1-352 NF RESTANTI PARTI - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-352 NF RESTANTI PARTI",
            "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": 47.93,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 36814,
            "slug": "vs19_440_006",
            "identifier": "vs19_440_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_006/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 2.2 DDL n. 2026",
            "original_title": "Votazione Emendamento 2.2 DDL n. 2026",
            "description_title": "Emendamento 2.2 GHIRRA FRANCESCA (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": 24,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 38842,
            "slug": "vs19_491_178",
            "identifier": "vs19_491_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_178/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 178,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 111,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 40693,
            "slug": "vs19_552_004",
            "identifier": "vs19_552_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_004/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-514 CPV 3 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-514 CPV 3 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": 0,
            "n_margin": 116,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 33428,
            "slug": "vs19_377_160",
            "identifier": "vs19_377_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_160/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 160,
            "title": "MOZ 1-357 CPV 1 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-357 CPV 1 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 88,
            "majority_cohesion_rate": 48.35,
            "minority_cohesion_rate": 38.22
        },
        {
            "id": 38933,
            "slug": "vs19_491_115",
            "identifier": "vs19_491_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_115/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 115,
            "title": "EM 26.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1006",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 38934,
            "slug": "vs19_491_116",
            "identifier": "vs19_491_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_116/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 116,
            "title": "EM 26.4, 26.1007, 26.1014 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.4, 26.1007, 26.1014",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 33447,
            "slug": "vs19_377_157",
            "identifier": "vs19_377_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_157/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 157,
            "title": "MOZ 1-352 NF CPV 26 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-352 NF CPV 26 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 97,
            "majority_cohesion_rate": 46.28,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 38937,
            "slug": "vs19_491_119",
            "identifier": "vs19_491_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_119/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 119,
            "title": "EM 26.1008 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1008",
            "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": 31,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 55.77
        },
        {
            "id": 33423,
            "slug": "vs19_377_145",
            "identifier": "vs19_377_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_145/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 145,
            "title": "MOZ 1-346 CPV 22 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-346 CPV 22 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 47.93,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 40694,
            "slug": "vs19_552_005",
            "identifier": "vs19_552_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_005/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-515 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-515",
            "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": 30,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38964,
            "slug": "vs19_491_151",
            "identifier": "vs19_491_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_151/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 151,
            "title": "MOZ 1-448 CPV 10 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 10 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 38966,
            "slug": "vs19_491_153",
            "identifier": "vs19_491_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_153/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 153,
            "title": "MOZ 1-448 CPV 13 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 13 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38967,
            "slug": "vs19_491_154",
            "identifier": "vs19_491_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_154/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 154,
            "title": "MOZ 1-448 CPV 16 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 16 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 40695,
            "slug": "vs19_552_006",
            "identifier": "vs19_552_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_006/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 6,
            "title": "MOZ 1-516 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-516",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40696,
            "slug": "vs19_552_007",
            "identifier": "vs19_552_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_007/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 7,
            "title": "MOZ 1-517 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-517",
            "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": 41,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 33445,
            "slug": "vs19_377_116",
            "identifier": "vs19_377_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_116/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 116,
            "title": "EM 24.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 128,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 33494,
            "slug": "vs19_377_096",
            "identifier": "vs19_377_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_096/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 96,
            "title": "EM 19.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 60.74,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 36859,
            "slug": "vs19_440_071",
            "identifier": "vs19_440_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_071/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 22.4 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 22.4 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.4 DDL n. 2026",
            "description_title": "Emendamento 22.4 BENZONI FABRIZIO (APERRE)",
            "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": 50,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 36.31
        },
        {
            "id": 36860,
            "slug": "vs19_440_072",
            "identifier": "vs19_440_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_072/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 72,
            "title": "Identici emendamenti 22.5 GHIRRA FRANCESCA (AVS) e 22.6 FERRARA ANTONIO (M5S) - Votazione Emendamento 22.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.5 DDL n. 2026",
            "description_title": "Identici emendamenti 22.5 GHIRRA FRANCESCA (AVS) e 22.6 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 38836,
            "slug": "vs19_491_170",
            "identifier": "vs19_491_170",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_170/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 170,
            "title": "DDL 2101 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2101 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 51.28
        },
        {
            "id": 38837,
            "slug": "vs19_491_171",
            "identifier": "vs19_491_171",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_171/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 171,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 51.92
        },
        {
            "id": 38841,
            "slug": "vs19_491_176",
            "identifier": "vs19_491_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_176/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 176,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 113,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 38852,
            "slug": "vs19_491_009",
            "identifier": "vs19_491_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_009/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 1.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 33486,
            "slug": "vs19_377_183",
            "identifier": "vs19_377_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_183/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 183,
            "title": "MOZ 1-358 CPV 17 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 CPV 17 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 88,
            "majority_cohesion_rate": 48.35,
            "minority_cohesion_rate": 39.49
        },
        {
            "id": 33490,
            "slug": "vs19_377_173",
            "identifier": "vs19_377_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_173/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 173,
            "title": "MOZ 1-358 CPV 9 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 CPV 9 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 89,
            "majority_cohesion_rate": 47.93,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 33487,
            "slug": "vs19_377_156",
            "identifier": "vs19_377_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_156/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 156,
            "title": "MOZ 1-352 NF CPV 21 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-352 NF CPV 21 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 99,
            "majority_cohesion_rate": 46.28,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 33492,
            "slug": "vs19_377_142",
            "identifier": "vs19_377_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_142/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 142,
            "title": "MOZ 1-346 CPV 19 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-346 CPV 19 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 48.76,
            "minority_cohesion_rate": 50.32
        },
        {
            "id": 38907,
            "slug": "vs19_491_074",
            "identifier": "vs19_491_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_074/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 74,
            "title": "EM 11.1005 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1005",
            "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": 64.75,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 36861,
            "slug": "vs19_440_073",
            "identifier": "vs19_440_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_073/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 22.7 PAVANELLI EMMA (M5S) - Votazione Emendamento 22.7 DDL n. 2026",
            "original_title": "Votazione Emendamento 22.7 DDL n. 2026",
            "description_title": "Emendamento 22.7 PAVANELLI EMMA (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": 22,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 33491,
            "slug": "vs19_377_117",
            "identifier": "vs19_377_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_117/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 117,
            "title": "EM 24.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.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": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 38831,
            "slug": "vs19_491_162",
            "identifier": "vs19_491_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_162/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 162,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 38938,
            "slug": "vs19_491_120",
            "identifier": "vs19_491_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_120/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 120,
            "title": "EM 26.1016 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1016",
            "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": 30,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 33473,
            "slug": "vs19_377_184",
            "identifier": "vs19_377_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_184/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 184,
            "title": "MOZ 1-358 CPV 18 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 CPV 18 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 80,
            "majority_cohesion_rate": 48.35,
            "minority_cohesion_rate": 33.76
        },
        {
            "id": 33469,
            "slug": "vs19_377_138",
            "identifier": "vs19_377_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_138/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 138,
            "title": "MOZ 1-346 CPV 13 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-346 CPV 13 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 49.17,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 33471,
            "slug": "vs19_377_135",
            "identifier": "vs19_377_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_135/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 135,
            "title": "Legge quadro in materia di ricostruzione post-calamità",
            "original_title": "Votazione finale ",
            "description_title": "DDL 1632-A - VOTO FINALE",
            "public_title": "Legge quadro in materia di ricostruzione post-calamità",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 66,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38812,
            "slug": "vs19_491_085",
            "identifier": "vs19_491_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_085/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 85,
            "title": "ARTICOLO 14 - Votazione Articolo 14 ",
            "original_title": "Votazione Articolo 14 ",
            "description_title": "ARTICOLO 14",
            "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": 64.75,
            "minority_cohesion_rate": 46.15
        },
        {
            "id": 38806,
            "slug": "vs19_491_040",
            "identifier": "vs19_491_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_040/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 40,
            "title": "ARTICOLO 8 - Votazione Articolo 8 ",
            "original_title": "Votazione Articolo 8 ",
            "description_title": "ARTICOLO 8",
            "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": 63.52,
            "minority_cohesion_rate": 46.15
        },
        {
            "id": 36824,
            "slug": "vs19_440_019",
            "identifier": "vs19_440_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_019/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 5.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 5.5 DDL n. 2026",
            "original_title": "Votazione Emendamento 5.5 DDL n. 2026",
            "description_title": "Emendamento 5.5 PAVANELLI EMMA (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": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 36790,
            "slug": "vs19_440_020",
            "identifier": "vs19_440_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_020/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2026",
            "original_title": "Votazione Articolo 5 DDL n. 2026",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 40707,
            "slug": "vs19_552_018",
            "identifier": "vs19_552_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_552_018/?format=api",
            "sitting": {
                "id": 2116,
                "date": "2025-10-22",
                "number": 552,
                "branch": "C"
            },
            "number": 18,
            "title": "DDL 1589 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 1589 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 131,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 36826,
            "slug": "vs19_440_022",
            "identifier": "vs19_440_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_022/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 6.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 6.1 DDL n. 2026",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2026",
            "description_title": "Emendamento 6.1 PELUFFO VINICIO GIUSEPPE GUIDO (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": 25,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 38801,
            "slug": "vs19_491_019",
            "identifier": "vs19_491_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_019/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 19,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 56,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 43.59
        }
    ]
}