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

{
    "count": 24888,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=488",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=486",
    "results": [
        {
            "id": 33430,
            "slug": "vs19_377_132",
            "identifier": "vs19_377_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_132/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 132,
            "title": "ODG 9/1632-A/6 - Votazione Ordine del giorno 9/1632-A/6 ",
            "original_title": "Votazione Ordine del giorno 9/1632-A/6 ",
            "description_title": "ODG 9/1632-A/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 111,
            "majority_cohesion_rate": 52.48,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 39507,
            "slug": "vs19_503_176",
            "identifier": "vs19_503_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_176/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 176,
            "title": "ART AGG 4.01, 4.03, 4.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.01, 4.03, 4.04",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39333,
            "slug": "vs19_503_175",
            "identifier": "vs19_503_175",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_175/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 175,
            "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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 59.62
        },
        {
            "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": "Identici emendamenti 5.1 MORFINO DANIELA (M5S) e 5.2 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 2482",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2482",
            "description_title": "Identici emendamenti 5.1 MORFINO DANIELA (M5S) e 5.2 SIMIANI MARCO (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": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "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": "Identici emendamenti 3.2 BONELLI ANGELO (AVS) e 3.3 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 3.2 DDL n. 2482",
            "original_title": "Votazione Emendamento 3.2 DDL n. 2482",
            "description_title": "Identici emendamenti 3.2 BONELLI ANGELO (AVS) e 3.3 SIMIANI MARCO (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": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39489,
            "slug": "vs19_503_156",
            "identifier": "vs19_503_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_156/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 156,
            "title": "EM 3.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39494,
            "slug": "vs19_503_162",
            "identifier": "vs19_503_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_162/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 162,
            "title": "EM 4.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39307,
            "slug": "vs19_499_008",
            "identifier": "vs19_499_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_008/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 7.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 7.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": 15,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39506,
            "slug": "vs19_503_174",
            "identifier": "vs19_503_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_174/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 174,
            "title": "EM 4.30 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.30",
            "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": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39470,
            "slug": "vs19_503_136",
            "identifier": "vs19_503_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_136/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 136,
            "title": "EM 2.26 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.26",
            "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": 13,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39490,
            "slug": "vs19_503_158",
            "identifier": "vs19_503_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_158/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 158,
            "title": "EM 4.2, 4.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.2, 4.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": 4,
            "n_margin": 21,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 39486,
            "slug": "vs19_503_153",
            "identifier": "vs19_503_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_153/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 153,
            "title": "EM 3.12 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.12",
            "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": 21,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 56.41
        },
        {
            "id": 39469,
            "slug": "vs19_503_135",
            "identifier": "vs19_503_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_135/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 135,
            "title": "EM 2.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 13,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 39509,
            "slug": "vs19_503_178",
            "identifier": "vs19_503_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_178/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 178,
            "title": "EM 5.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39508,
            "slug": "vs19_503_177",
            "identifier": "vs19_503_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_177/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 177,
            "title": "ART AGG 4.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.05",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39447,
            "slug": "vs19_503_112",
            "identifier": "vs19_503_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_112/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 112,
            "title": "ODG 9/2482/12 - Votazione Ordine del giorno 9/2482/12 ",
            "original_title": "Votazione Ordine del giorno 9/2482/12 ",
            "description_title": "ODG 9/2482/12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39485,
            "slug": "vs19_503_152",
            "identifier": "vs19_503_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_152/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 152,
            "title": "EM 3.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39482,
            "slug": "vs19_503_149",
            "identifier": "vs19_503_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_149/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 149,
            "title": "EM 3.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39351,
            "slug": "vs19_503_016",
            "identifier": "vs19_503_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_016/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 5.6 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 5.6 DDL n. 2482",
            "original_title": "Votazione Emendamento 5.6 DDL n. 2482",
            "description_title": "Emendamento 5.6 CARAMIELLO ALESSANDRO (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": 15,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39686,
            "slug": "vs19_504_151",
            "identifier": "vs19_504_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_151/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 151,
            "title": "EM 28.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39614,
            "slug": "vs19_504_064",
            "identifier": "vs19_504_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_064/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 64,
            "title": "EM 13.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 20,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39545,
            "slug": "vs19_504_107",
            "identifier": "vs19_504_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_107/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 107,
            "title": "ARTICOLO 22 - Votazione Articolo 22 ",
            "original_title": "Votazione Articolo 22 ",
            "description_title": "ARTICOLO 22",
            "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": 19,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39986,
            "slug": "vs19_517_060",
            "identifier": "vs19_517_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_060/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 60,
            "title": "ART AGG 9.01000 RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 9.01000 RIF",
            "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": 102,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 39640,
            "slug": "vs19_504_096",
            "identifier": "vs19_504_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_096/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 96,
            "title": "ART AGG 18.07 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 18.07",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39985,
            "slug": "vs19_517_059",
            "identifier": "vs19_517_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_059/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 59,
            "title": "EM 5.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 49.04
        },
        {
            "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": 39645,
            "slug": "vs19_504_103",
            "identifier": "vs19_504_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_103/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 103,
            "title": "EM 21.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39649,
            "slug": "vs19_504_109",
            "identifier": "vs19_504_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_109/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 109,
            "title": "EM 23.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 23.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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39681,
            "slug": "vs19_504_146",
            "identifier": "vs19_504_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_146/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 146,
            "title": "ART AGG 27.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 27.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39670,
            "slug": "vs19_504_133",
            "identifier": "vs19_504_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_133/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 133,
            "title": "ART AGG 25.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39685,
            "slug": "vs19_504_150",
            "identifier": "vs19_504_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_150/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 150,
            "title": "EM 28.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 17,
            "majority_cohesion_rate": 52.46,
            "minority_cohesion_rate": 60.9
        },
        {
            "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": 29235,
            "slug": "vs19_266_086",
            "identifier": "vs19_266_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_086/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/1780/22, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1780/22, DDL n. 1780",
            "original_title": "Votazione Ordine del giorno 9/1780/22, DDL n. 1780",
            "description_title": "Ordine del giorno n. 9/1780/22, nel testo riformulato, DI SANZO CHRISTIAN DIEGO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 105,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 20018,
            "slug": "vs19_074_017",
            "identifier": "vs19_074_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_074_017/?format=api",
            "sitting": {
                "id": 1331,
                "date": "2023-03-23",
                "number": 74,
                "branch": "C"
            },
            "number": 17,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sulle condizioni di sicurezza e sullo stato di degrado delle città e delle loro periferie (Doc. XXII, nn. 11-14-16-19-20-21-22) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sulle condizioni di sicurezza e sullo stato di degrado delle città e delle loro periferie (Doc. XXII, nn. 11-14-16-19-20-21-22)",
            "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": 105,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 25480,
            "slug": "vs19_206_048",
            "identifier": "vs19_206_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_048/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1474/10 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1474/10 DDL n. 1474",
            "original_title": "Votazione Ordine del giorno 9/1474/10 DDL n. 1474",
            "description_title": "Ordine del giorno n. 9/1474/10 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 21,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 29602,
            "slug": "vs19_256_037",
            "identifier": "vs19_256_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_256_037/?format=api",
            "sitting": {
                "id": 1628,
                "date": "2024-03-05",
                "number": 256,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/630/9, nel testo riformulato, CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/630/9, PDL n. 0630",
            "original_title": "Votazione Ordine del giorno 9/630/9, PDL n. 0630",
            "description_title": "Ordine del giorno n. 9/630/9, nel testo riformulato, CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 101,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 25747,
            "slug": "vs19_211_042",
            "identifier": "vs19_211_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_042/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1556/1 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1556/1 DDL n. 1556",
            "original_title": "Votazione Ordine del giorno 9/1556/1 DDL n. 1556",
            "description_title": "Ordine del giorno n. 9/1556/1 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25752,
            "slug": "vs19_210_195",
            "identifier": "vs19_210_195",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_195/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 195,
            "title": "Ordine del giorno n. 9/1341/19, come riformulato, AMORESE ALESSANDRO (FDI) - Votazione Ordine del giorno 9/1341/19, DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/19, DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/19, come riformulato, AMORESE ALESSANDRO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 23.46
        },
        {
            "id": 25486,
            "slug": "vs19_206_042",
            "identifier": "vs19_206_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_042/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1474/4, nel testo riformulato, GRAZIANO STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1474/4, DDL n. 1474",
            "original_title": "Votazione Ordine del giorno 9/1474/4, DDL n. 1474",
            "description_title": "Ordine del giorno n. 9/1474/4, nel testo riformulato, GRAZIANO STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 112,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25755,
            "slug": "vs19_210_204",
            "identifier": "vs19_210_204",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_204/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 204,
            "title": "Ordine del giorno n. 9/1341/37 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1341/37 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/37 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/37 BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 22,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 30305,
            "slug": "vs19_292_078",
            "identifier": "vs19_292_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_078/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1717/2 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1717/2 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/2 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/2 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 60.12
        },
        {
            "id": 25492,
            "slug": "vs19_206_049",
            "identifier": "vs19_206_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_049/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1474/11, nel testo riformulato, FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1474/11, DDL n. 1474",
            "original_title": "Votazione Ordine del giorno 9/1474/11, DDL n. 1474",
            "description_title": "Ordine del giorno n. 9/1474/11, nel testo riformulato, FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 107,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 40932,
            "slug": "vs19_555_101",
            "identifier": "vs19_555_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_101/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 101,
            "title": "EM 19.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 50.32
        },
        {
            "id": 40288,
            "slug": "vs19_536_071",
            "identifier": "vs19_536_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_071/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 71,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2536",
            "original_title": "Votazione Articolo 5 DDL n. 2536",
            "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": 21,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 41208,
            "slug": "vs19_572_139",
            "identifier": "vs19_572_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_139/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 139,
            "title": "ARTICOLO 46 - Votazione Articolo 46 ",
            "original_title": "Votazione Articolo 46 ",
            "description_title": "ARTICOLO 46",
            "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": 28,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 49.68
        },
        {
            "id": 40930,
            "slug": "vs19_555_098",
            "identifier": "vs19_555_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_098/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 98,
            "title": "EM 18.29 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.29",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40314,
            "slug": "vs19_536_024",
            "identifier": "vs19_536_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_536_024/?format=api",
            "sitting": {
                "id": 2087,
                "date": "2025-09-24",
                "number": 536,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo aggiuntivo 3.07 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 3.07 DDL n. 2570",
            "original_title": "Votazione Emendamento 3.07 DDL n. 2570",
            "description_title": "Articolo aggiuntivo 3.07 GIANASSI FEDERICO (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": 14,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 41576,
            "slug": "vs19_580_005",
            "identifier": "vs19_580_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_580_005/?format=api",
            "sitting": {
                "id": 2153,
                "date": "2025-12-09",
                "number": 580,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.42 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.42",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40939,
            "slug": "vs19_555_108",
            "identifier": "vs19_555_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_108/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 108,
            "title": "EM 19.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 41287,
            "slug": "vs19_572_061",
            "identifier": "vs19_572_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_572_061/?format=api",
            "sitting": {
                "id": 2143,
                "date": "2025-11-26",
                "number": 572,
                "branch": "C"
            },
            "number": 61,
            "title": "EM 12.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 57.96
        }
    ]
}