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

{
    "count": 22525,
    "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": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=450",
    "results": [
        {
            "id": 40540,
            "slug": "vs19_547_027",
            "identifier": "vs19_547_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_027/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 27,
            "title": "ARTICOLO 3",
            "original_title": "ARTICOLO 3",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40539,
            "slug": "vs19_547_025",
            "identifier": "vs19_547_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_025/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 25,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40538,
            "slug": "vs19_547_023",
            "identifier": "vs19_547_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_023/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 23,
            "title": "ARTICOLO 1",
            "original_title": "ARTICOLO 1",
            "description_title": "",
            "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": 18,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40537,
            "slug": "vs19_547_067",
            "identifier": "vs19_547_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_067/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 67,
            "title": "DDL 1585 - VOTO FINALE",
            "original_title": "DDL 1585 - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 119,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40565,
            "slug": "vs19_547_001",
            "identifier": "vs19_547_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_001/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 1,
            "title": "MOZ 1-472 NF CPV 1 DISP",
            "original_title": "MOZ 1-472 NF CPV 1 DISP",
            "description_title": "",
            "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": 131,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40535,
            "slug": "vs19_547_056",
            "identifier": "vs19_547_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_056/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 56,
            "title": "DDL 1803 - VOTO FINALE",
            "original_title": "DDL 1803 - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 121,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40533,
            "slug": "vs19_547_045",
            "identifier": "vs19_547_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_045/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 45,
            "title": "DDL 1539 - VOTO FINALE",
            "original_title": "DDL 1539 - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 119,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40534,
            "slug": "vs19_547_050",
            "identifier": "vs19_547_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_050/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 50,
            "title": "DDL 1804 - VOTO FINALE",
            "original_title": "DDL 1804 - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 122,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40532,
            "slug": "vs19_547_040",
            "identifier": "vs19_547_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_040/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 40,
            "title": "DDL 2369-A - VOTO FINALE",
            "original_title": "DDL 2369-A - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 40536,
            "slug": "vs19_547_061",
            "identifier": "vs19_547_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_061/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 61,
            "title": "DDL 1540 - VOTO FINALE",
            "original_title": "DDL 1540 - VOTO FINALE",
            "description_title": "",
            "public_title": null,
            "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": 121,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 40567,
            "slug": "vs19_547_003",
            "identifier": "vs19_547_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_003/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-472 NF CPV 3 DISP",
            "original_title": "MOZ 1-472 NF CPV 3 DISP",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 127,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40563,
            "slug": "vs19_547_064",
            "identifier": "vs19_547_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_064/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 64,
            "title": "DDL 1585 - ARTICOLO 3",
            "original_title": "DDL 1585 - ARTICOLO 3",
            "description_title": "",
            "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": 121,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40571,
            "slug": "vs19_547_007",
            "identifier": "vs19_547_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_007/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 7,
            "title": "MOZ 1-472 NF CPV 7 RIF DISP",
            "original_title": "MOZ 1-472 NF CPV 7 RIF DISP",
            "description_title": "",
            "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": 130,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40566,
            "slug": "vs19_547_002",
            "identifier": "vs19_547_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_002/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-472 NF CPV 2 DISP",
            "original_title": "MOZ 1-472 NF CPV 2 DISP",
            "description_title": "",
            "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": 62.55,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40564,
            "slug": "vs19_547_065",
            "identifier": "vs19_547_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_065/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 65,
            "title": "DDL 1585 - ARTICOLO 4",
            "original_title": "DDL 1585 - ARTICOLO 4",
            "description_title": "",
            "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": 122,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40568,
            "slug": "vs19_547_004",
            "identifier": "vs19_547_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_004/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-472 NF CPV 4 RIF DISP",
            "original_title": "MOZ 1-472 NF CPV 4 RIF DISP",
            "description_title": "",
            "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": 131,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40570,
            "slug": "vs19_547_006",
            "identifier": "vs19_547_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_006/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 6,
            "title": "MOZ 1-472 NF CPV 6 DISP",
            "original_title": "MOZ 1-472 NF CPV 6 DISP",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 129,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40575,
            "slug": "vs19_547_011",
            "identifier": "vs19_547_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_011/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 11,
            "title": "MOZ 1-472 NF CPV 11 DISP",
            "original_title": "MOZ 1-472 NF CPV 11 DISP",
            "description_title": "",
            "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": 62.55,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40573,
            "slug": "vs19_547_009",
            "identifier": "vs19_547_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_009/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 9,
            "title": "MOZ 1-472 NF CPV 9 DISP",
            "original_title": "MOZ 1-472 NF CPV 9 DISP",
            "description_title": "",
            "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": 131,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40572,
            "slug": "vs19_547_008",
            "identifier": "vs19_547_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_008/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 8,
            "title": "MOZ 1-472 NF CPV 8 RIF DISP",
            "original_title": "MOZ 1-472 NF CPV 8 RIF DISP",
            "description_title": "",
            "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": 130,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40574,
            "slug": "vs19_547_010",
            "identifier": "vs19_547_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_010/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-472 NF CPV 10 RIF DISP",
            "original_title": "MOZ 1-472 NF CPV 10 RIF DISP",
            "description_title": "",
            "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": 130,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40576,
            "slug": "vs19_547_012",
            "identifier": "vs19_547_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_012/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 12,
            "title": "MOZ 1-472 NF CPV 12 RIF DISP",
            "original_title": "MOZ 1-472 NF CPV 12 RIF DISP",
            "description_title": "",
            "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": 131,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 40577,
            "slug": "vs19_547_013",
            "identifier": "vs19_547_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_013/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 13,
            "title": "MOZ 1-472 NF CPV 13 RIF DISP",
            "original_title": "MOZ 1-472 NF CPV 13 RIF DISP",
            "description_title": "",
            "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": 129,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40582,
            "slug": "vs19_547_018",
            "identifier": "vs19_547_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_018/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 18,
            "title": "DDL 2369-A - EM 1.1",
            "original_title": "DDL 2369-A - EM 1.1",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40580,
            "slug": "vs19_547_016",
            "identifier": "vs19_547_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_016/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 16,
            "title": "MOZ 1-472 NF PREMESSA",
            "original_title": "MOZ 1-472 NF PREMESSA",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 70.7
        }
    ]
}