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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=93",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=91",
    "results": [
        {
            "id": 34450,
            "slug": "vs19_388_047",
            "identifier": "vs19_388_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_047/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 10.11 BONELLI ANGELO (AVS) - Votazione Emendamento 10.11 DDL n. 2022",
            "original_title": "Votazione Emendamento 10.11 DDL n. 2022",
            "description_title": "Emendamento 10.11 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": 16,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39303,
            "slug": "vs19_499_004",
            "identifier": "vs19_499_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_004/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 3.200, 3.101 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.200, 3.101",
            "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": 16,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39302,
            "slug": "vs19_499_003",
            "identifier": "vs19_499_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_003/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 2.102 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.102",
            "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": 16,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39304,
            "slug": "vs19_499_005",
            "identifier": "vs19_499_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_005/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 4.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39305,
            "slug": "vs19_499_006",
            "identifier": "vs19_499_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_006/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 5.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39306,
            "slug": "vs19_499_007",
            "identifier": "vs19_499_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_007/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 6.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.100",
            "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": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39292,
            "slug": "vs19_499_011",
            "identifier": "vs19_499_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_011/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 11,
            "title": "MANTENIMENTO ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "MANTENIMENTO ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 30093,
            "slug": "vs19_283_004",
            "identifier": "vs19_283_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_004/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.1000 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 2.1000 PDL n. 0836",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 0836",
            "description_title": "Emendamento 2.1000 BERRUTO MAURO (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": 16,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 69.94
        },
        {
            "id": 39313,
            "slug": "vs19_499_024",
            "identifier": "vs19_499_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_024/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 1.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.11",
            "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": 16,
            "majority_cohesion_rate": 48.77,
            "minority_cohesion_rate": 57.05
        },
        {
            "id": 39463,
            "slug": "vs19_503_129",
            "identifier": "vs19_503_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_129/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 129,
            "title": "EM 2.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 16,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39487,
            "slug": "vs19_503_154",
            "identifier": "vs19_503_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_154/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 154,
            "title": "EM 3.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 52.87,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39504,
            "slug": "vs19_503_172",
            "identifier": "vs19_503_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_172/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 172,
            "title": "EM 4.28 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.28",
            "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": 16,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39349,
            "slug": "vs19_503_014",
            "identifier": "vs19_503_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_014/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 5.3, 5.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.3, 5.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": 52.87,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39524,
            "slug": "vs19_503_194",
            "identifier": "vs19_503_194",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_194/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 194,
            "title": "EM 6.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.24",
            "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": 50.0,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39525,
            "slug": "vs19_503_195",
            "identifier": "vs19_503_195",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_195/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 195,
            "title": "EM 6.25 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.25",
            "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": 49.59,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 39352,
            "slug": "vs19_503_017",
            "identifier": "vs19_503_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_017/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 5.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 53.28,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39357,
            "slug": "vs19_503_022",
            "identifier": "vs19_503_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_022/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 5.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.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": 16,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39356,
            "slug": "vs19_503_021",
            "identifier": "vs19_503_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_021/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 5.14, 5.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.14, 5.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": 16,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39496,
            "slug": "vs19_503_164",
            "identifier": "vs19_503_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_164/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 164,
            "title": "EM 4.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 16,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39415,
            "slug": "vs19_503_080",
            "identifier": "vs19_503_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_080/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 80,
            "title": "ART AGG 12.010 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 12.010",
            "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": 54.1,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39446,
            "slug": "vs19_503_111",
            "identifier": "vs19_503_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_111/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 111,
            "title": "ODG 9/2482/7 - Votazione Ordine del giorno 9/2482/7 ",
            "original_title": "Votazione Ordine del giorno 9/2482/7 ",
            "description_title": "ODG 9/2482/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": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39492,
            "slug": "vs19_503_160",
            "identifier": "vs19_503_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_160/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 160,
            "title": "EM 4.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 16,
            "majority_cohesion_rate": 52.05,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39479,
            "slug": "vs19_503_145",
            "identifier": "vs19_503_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_145/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 145,
            "title": "EM 2.41 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.41",
            "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": 53.28,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39348,
            "slug": "vs19_503_013",
            "identifier": "vs19_503_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_013/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 5.1, 5.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1, 5.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39377,
            "slug": "vs19_503_042",
            "identifier": "vs19_503_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_042/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 42,
            "title": "EM 9.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39381,
            "slug": "vs19_503_046",
            "identifier": "vs19_503_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_046/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 46,
            "title": "EM 9.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 16,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39331,
            "slug": "vs19_503_146",
            "identifier": "vs19_503_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_146/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 146,
            "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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 52.87,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39330,
            "slug": "vs19_503_125",
            "identifier": "vs19_503_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_125/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 125,
            "title": "Conversione decreto alluvioni e Campi Flegrei",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2482 - VOTO FINALE",
            "public_title": "Conversione decreto alluvioni e Campi Flegrei",
            "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": 16,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39345,
            "slug": "vs19_503_010",
            "identifier": "vs19_503_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_010/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39346,
            "slug": "vs19_503_011",
            "identifier": "vs19_503_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_011/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 3.2, 3.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.2, 3.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": 16,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "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.23,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39481,
            "slug": "vs19_503_148",
            "identifier": "vs19_503_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_148/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 148,
            "title": "EM 3.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 52.87,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39483,
            "slug": "vs19_503_150",
            "identifier": "vs19_503_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_150/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 150,
            "title": "EM 3.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 16,
            "majority_cohesion_rate": 52.05,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39541,
            "slug": "vs19_504_092",
            "identifier": "vs19_504_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_092/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 92,
            "title": "ARTICOLO 18 - Votazione Articolo 18 ",
            "original_title": "Votazione Articolo 18 ",
            "description_title": "ARTICOLO 18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39542,
            "slug": "vs19_504_100",
            "identifier": "vs19_504_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_100/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 100,
            "title": "ARTICOLO 19 - Votazione Articolo 19 ",
            "original_title": "Votazione Articolo 19 ",
            "description_title": "ARTICOLO 19",
            "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": 52.46,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39569,
            "slug": "vs19_504_013",
            "identifier": "vs19_504_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_013/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 7.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.11",
            "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": 16,
            "majority_cohesion_rate": 54.92,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39587,
            "slug": "vs19_504_034",
            "identifier": "vs19_504_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_034/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 34,
            "title": "EM 10.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 16,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39658,
            "slug": "vs19_504_120",
            "identifier": "vs19_504_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_120/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 120,
            "title": "ART AGG 24.08 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.08",
            "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": 50.82,
            "minority_cohesion_rate": 59.62
        },
        {
            "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.23,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39691,
            "slug": "vs19_504_158",
            "identifier": "vs19_504_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_158/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 158,
            "title": "ART AGG 29.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 59.62
        },
        {
            "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": 50.82,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39589,
            "slug": "vs19_504_036",
            "identifier": "vs19_504_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_036/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 36,
            "title": "EM 10.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39585,
            "slug": "vs19_504_032",
            "identifier": "vs19_504_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_032/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 32,
            "title": "EM 10.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 54.92,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39646,
            "slug": "vs19_504_104",
            "identifier": "vs19_504_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_104/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 104,
            "title": "EM 21.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.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": 52.87,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39638,
            "slug": "vs19_504_094",
            "identifier": "vs19_504_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_094/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 94,
            "title": "ART AGG 18.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 18.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": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 61.54
        },
        {
            "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": 50.82,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39687,
            "slug": "vs19_504_152",
            "identifier": "vs19_504_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_152/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 152,
            "title": "EM 28.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 16,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39592,
            "slug": "vs19_504_040",
            "identifier": "vs19_504_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_040/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 11.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 11.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39629,
            "slug": "vs19_504_082",
            "identifier": "vs19_504_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_082/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 82,
            "title": "ART AGG 15.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39544,
            "slug": "vs19_504_106",
            "identifier": "vs19_504_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_106/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 106,
            "title": "ARTICOLO 21 - Votazione Articolo 21 ",
            "original_title": "Votazione Articolo 21 ",
            "description_title": "ARTICOLO 21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 16,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 60.26
        }
    ]
}