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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "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://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=277",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=275",
    "results": [
        {
            "id": 6892,
            "slug": "vs18_479_018",
            "identifier": "vs18_479_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_018/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 2670",
            "original_title": "Votazione Articolo 10 DDL n. 2670",
            "description_title": "Articolo 10",
            "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": 163,
            "majority_cohesion_rate": 58.87,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6902,
            "slug": "vs18_479_019",
            "identifier": "vs18_479_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_019/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 2670",
            "original_title": "Votazione Articolo 11 DDL n. 2670",
            "description_title": "Articolo 11",
            "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": 152,
            "majority_cohesion_rate": 58.87,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6960,
            "slug": "vs18_479_020",
            "identifier": "vs18_479_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_020/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 12.5 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 12.5 DDL n. 2670",
            "original_title": "Votazione Emendamento 12.5 DDL n. 2670",
            "description_title": "Emendamento 12.5 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 140,
            "majority_cohesion_rate": 56.14,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6969,
            "slug": "vs18_479_021",
            "identifier": "vs18_479_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_021/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 12.4 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 12.4 DDL n. 2670",
            "original_title": "Votazione Emendamento 12.4 DDL n. 2670",
            "description_title": "Emendamento 12.4 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 153,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6979,
            "slug": "vs18_479_022",
            "identifier": "vs18_479_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_022/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 12.6 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 12.6 DDL n. 2670",
            "original_title": "Votazione Emendamento 12.6 DDL n. 2670",
            "description_title": "Emendamento 12.6 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 156,
            "majority_cohesion_rate": 59.45,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6985,
            "slug": "vs18_479_023",
            "identifier": "vs18_479_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_023/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 2670",
            "original_title": "Votazione Articolo 12 DDL n. 2670",
            "description_title": "Articolo 12",
            "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": 145,
            "majority_cohesion_rate": 57.89,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6928,
            "slug": "vs18_479_024",
            "identifier": "vs18_479_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_024/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 13.5 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 13.5 DDL n. 2670",
            "original_title": "Votazione Emendamento 13.5 DDL n. 2670",
            "description_title": "Emendamento 13.5 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 149,
            "majority_cohesion_rate": 58.28,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6936,
            "slug": "vs18_479_025",
            "identifier": "vs18_479_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_025/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 13.6 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 13.6 DDL n. 2670",
            "original_title": "Votazione Emendamento 13.6 DDL n. 2670",
            "description_title": "Emendamento 13.6 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 152,
            "majority_cohesion_rate": 58.48,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6942,
            "slug": "vs18_479_026",
            "identifier": "vs18_479_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_026/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 2670",
            "original_title": "Votazione Articolo 13 DDL n. 2670",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 16,
            "n_margin": 137,
            "majority_cohesion_rate": 56.53,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 6950,
            "slug": "vs18_479_027",
            "identifier": "vs18_479_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_027/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 14.1 BATTILOCCHIO ALESSANDRO (FI) - Votazione Emendamento 14.1 DDL n. 2670",
            "original_title": "Votazione Emendamento 14.1 DDL n. 2670",
            "description_title": "Emendamento 14.1 BATTILOCCHIO ALESSANDRO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 176,
            "majority_cohesion_rate": 59.06,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6888,
            "slug": "vs18_479_028",
            "identifier": "vs18_479_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_028/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 2670",
            "original_title": "Votazione Articolo 14 DDL n. 2670",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 176,
            "majority_cohesion_rate": 58.87,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6897,
            "slug": "vs18_479_029",
            "identifier": "vs18_479_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_029/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 15.1 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI) - Votazione Emendamento 15.1 DDL n. 2670",
            "original_title": "Votazione Emendamento 15.1 DDL n. 2670",
            "description_title": "Emendamento 15.1 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 148,
            "majority_cohesion_rate": 57.7,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7124,
            "slug": "vs18_479_030",
            "identifier": "vs18_479_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_030/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 2670",
            "original_title": "Votazione Articolo 15 DDL n. 2670",
            "description_title": "Articolo 15",
            "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": 159,
            "majority_cohesion_rate": 57.7,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7116,
            "slug": "vs18_479_031",
            "identifier": "vs18_479_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_031/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 2670",
            "original_title": "Votazione Articolo 16 DDL n. 2670",
            "description_title": "Articolo 16",
            "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": 178,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6876,
            "slug": "vs18_479_032",
            "identifier": "vs18_479_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_032/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 2670",
            "original_title": "Votazione Articolo 17 DDL n. 2670",
            "description_title": "Articolo 17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 177,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6867,
            "slug": "vs18_479_033",
            "identifier": "vs18_479_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_033/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 18 - Votazione Articolo 18 DDL n. 2670",
            "original_title": "Votazione Articolo 18 DDL n. 2670",
            "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": 3,
            "n_margin": 164,
            "majority_cohesion_rate": 58.67,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6860,
            "slug": "vs18_479_034",
            "identifier": "vs18_479_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_034/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 19.10 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI) - Votazione Emendamento 19.10 DDL n. 2670",
            "original_title": "Votazione Emendamento 19.10 DDL n. 2670",
            "description_title": "Emendamento 19.10 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 14,
            "n_margin": 136,
            "majority_cohesion_rate": 56.53,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6852,
            "slug": "vs18_479_035",
            "identifier": "vs18_479_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_035/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 19.12 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI) - Votazione Emendamento 19.12 DDL n. 2670",
            "original_title": "Votazione Emendamento 19.12 DDL n. 2670",
            "description_title": "Emendamento 19.12 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 151,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6915,
            "slug": "vs18_479_036",
            "identifier": "vs18_479_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_036/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 2670",
            "original_title": "Votazione Articolo 19 DDL n. 2670",
            "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": 10,
            "n_margin": 171,
            "majority_cohesion_rate": 58.28,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6908,
            "slug": "vs18_479_037",
            "identifier": "vs18_479_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_037/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 2670",
            "original_title": "Votazione Articolo 20 DDL n. 2670",
            "description_title": "Articolo 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 163,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6898,
            "slug": "vs18_479_038",
            "identifier": "vs18_479_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_038/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 2670",
            "original_title": "Votazione Articolo 21 DDL n. 2670",
            "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": 2,
            "n_margin": 165,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6889,
            "slug": "vs18_479_039",
            "identifier": "vs18_479_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_039/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo 22 - Votazione Articolo 22 DDL n. 2670",
            "original_title": "Votazione Articolo 22 DDL n. 2670",
            "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": 165,
            "majority_cohesion_rate": 59.65,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7182,
            "slug": "vs18_479_040",
            "identifier": "vs18_479_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_040/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 23.10 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI) - Votazione Emendamento 23.10 DDL n. 2670",
            "original_title": "Votazione Emendamento 23.10 DDL n. 2670",
            "description_title": "Emendamento 23.10 MANTOVANI LUCREZIA MARIA BENEDETTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 22,
            "n_margin": 134,
            "majority_cohesion_rate": 55.75,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 7191,
            "slug": "vs18_479_041",
            "identifier": "vs18_479_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_041/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo 23 - Votazione Articolo 23 DDL n. 2670",
            "original_title": "Votazione Articolo 23 DDL n. 2670",
            "description_title": "Articolo 23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 163,
            "majority_cohesion_rate": 59.06,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 7163,
            "slug": "vs18_479_042",
            "identifier": "vs18_479_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_042/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 24.10 GEMMATO MARCELLO (FDI) - Votazione Emendamento 24.10 DDL n. 2670",
            "original_title": "Votazione Emendamento 24.10 DDL n. 2670",
            "description_title": "Emendamento 24.10 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 150,
            "majority_cohesion_rate": 59.65,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 7172,
            "slug": "vs18_479_043",
            "identifier": "vs18_479_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_043/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 24.12 GEMMATO MARCELLO (FDI) - Votazione Emendamento 24.12 DDL n. 2670",
            "original_title": "Votazione Emendamento 24.12 DDL n. 2670",
            "description_title": "Emendamento 24.12 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 154,
            "majority_cohesion_rate": 60.43,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6859,
            "slug": "vs18_479_044",
            "identifier": "vs18_479_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_044/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 2670",
            "original_title": "Votazione Articolo 14 DDL n. 2670",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 156,
            "majority_cohesion_rate": 61.21,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6851,
            "slug": "vs18_479_045",
            "identifier": "vs18_479_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_045/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 24.0100 DE LUCA PIERO (PD) - Votazione Emendamento 24.0100 DDL n. 2670",
            "original_title": "Votazione Emendamento 24.0100 DDL n. 2670",
            "description_title": "Articolo aggiuntivo 24.0100 DE LUCA PIERO (PD)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 166,
            "majority_cohesion_rate": 60.23,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6877,
            "slug": "vs18_479_046",
            "identifier": "vs18_479_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_046/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 25.10 GEMMATO MARCELLO (FDI) - Votazione Emendamento 25.10 DDL n. 2670",
            "original_title": "Votazione Emendamento 25.10 DDL n. 2670",
            "description_title": "Emendamento 25.10 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 152,
            "majority_cohesion_rate": 60.62,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6869,
            "slug": "vs18_479_047",
            "identifier": "vs18_479_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_047/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 2670",
            "original_title": "Votazione Articolo 25 DDL n. 2670",
            "description_title": "Articolo 25",
            "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": 181,
            "majority_cohesion_rate": 60.82,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6901,
            "slug": "vs18_479_048",
            "identifier": "vs18_479_048",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_048/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 26.10 GEMMATO MARCELLO (FDI) - Votazione Emendamento 26.10 DDL n. 2670",
            "original_title": "Votazione Emendamento 26.10 DDL n. 2670",
            "description_title": "Emendamento 26.10 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 148,
            "majority_cohesion_rate": 60.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6890,
            "slug": "vs18_479_049",
            "identifier": "vs18_479_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_049/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo 26 - Votazione Articolo 26 DDL n. 2670",
            "original_title": "Votazione Articolo 26 DDL n. 2670",
            "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": 3,
            "n_margin": 180,
            "majority_cohesion_rate": 60.82,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7152,
            "slug": "vs18_479_050",
            "identifier": "vs18_479_050",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_050/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 27.100 SARLI DORIANA (MISTO) - Votazione Emendamento 27.100 DDL n. 2670",
            "original_title": "Votazione Emendamento 27.100 DDL n. 2670",
            "description_title": "Emendamento 27.100 SARLI DORIANA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 147,
            "majority_cohesion_rate": 57.12,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 7155,
            "slug": "vs18_479_051",
            "identifier": "vs18_479_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_051/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 27.101 SIRAGUSA ELISA (MISTO) - Votazione Emendamento 27.101 DDL n. 2670",
            "original_title": "Votazione Emendamento 27.101 DDL n. 2670",
            "description_title": "Emendamento 27.101 SIRAGUSA ELISA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 154,
            "majority_cohesion_rate": 58.87,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 7162,
            "slug": "vs18_479_052",
            "identifier": "vs18_479_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_052/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 2670",
            "original_title": "Votazione Articolo 27 DDL n. 2670",
            "description_title": "Articolo 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 139,
            "majority_cohesion_rate": 58.87,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7171,
            "slug": "vs18_479_053",
            "identifier": "vs18_479_053",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_053/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 28 - Votazione Articolo 28 DDL n. 2670",
            "original_title": "Votazione Articolo 28 DDL n. 2670",
            "description_title": "Articolo 28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 162,
            "majority_cohesion_rate": 59.45,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7180,
            "slug": "vs18_479_054",
            "identifier": "vs18_479_054",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_054/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo aggiuntivo 28.0100 DEIANA PAOLA (M5S) - Votazione Emendamento 28.0100 DDL n. 2670",
            "original_title": "Votazione Emendamento 28.0100 DDL n. 2670",
            "description_title": "Articolo aggiuntivo 28.0100 DEIANA PAOLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 168,
            "majority_cohesion_rate": 60.62,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7189,
            "slug": "vs18_479_055",
            "identifier": "vs18_479_055",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_055/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo aggiuntivo 28.0101 DEIANA PAOLA (M5S) - Votazione Emendamento 28.0101 DDL n. 2670",
            "original_title": "Votazione Emendamento 28.0101 DDL n. 2670",
            "description_title": "Articolo aggiuntivo 28.0101 DEIANA PAOLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 171,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6920,
            "slug": "vs18_479_056",
            "identifier": "vs18_479_056",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_056/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 2670",
            "original_title": "Votazione Articolo 29 DDL n. 2670",
            "description_title": "Articolo 29",
            "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": 165,
            "majority_cohesion_rate": 59.65,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6912,
            "slug": "vs18_479_057",
            "identifier": "vs18_479_057",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_057/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo 30 - Votazione Articolo 30 DDL n. 2670",
            "original_title": "Votazione Articolo 30 DDL n. 2670",
            "description_title": "Articolo 30",
            "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": 154,
            "majority_cohesion_rate": 60.62,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6905,
            "slug": "vs18_479_058",
            "identifier": "vs18_479_058",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_058/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo 31 (Mantenimento) - Votazione Articolo 31 DDL n. 2670",
            "original_title": "Votazione Articolo 31 DDL n. 2670",
            "description_title": "Articolo 31 (Mantenimento)",
            "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": 153,
            "majority_cohesion_rate": 60.43,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6896,
            "slug": "vs18_479_059",
            "identifier": "vs18_479_059",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_059/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo 32 (Mantenimento) - Votazione Articolo 32 DDL n. 2670",
            "original_title": "Votazione Articolo 32 DDL n. 2670",
            "description_title": "Articolo 32 (Mantenimento)",
            "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": 156,
            "majority_cohesion_rate": 61.21,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7174,
            "slug": "vs18_479_060",
            "identifier": "vs18_479_060",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_060/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 33 - Votazione Articolo 33 DDL n. 2670",
            "original_title": "Votazione Articolo 33 DDL n. 2670",
            "description_title": "Articolo 33",
            "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": 156,
            "majority_cohesion_rate": 60.82,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7185,
            "slug": "vs18_479_061",
            "identifier": "vs18_479_061",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_061/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 61,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 2670",
            "original_title": "Votazione Articolo 34 DDL n. 2670",
            "description_title": "Articolo 34",
            "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": 170,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7159,
            "slug": "vs18_479_062",
            "identifier": "vs18_479_062",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_062/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 35.12 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 35.12 DDL n. 2670",
            "original_title": "Votazione Emendamento 35.12 DDL n. 2670",
            "description_title": "Emendamento 35.12 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 150,
            "majority_cohesion_rate": 60.23,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7167,
            "slug": "vs18_479_063",
            "identifier": "vs18_479_063",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_063/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 63,
            "title": "Articolo 35 - Votazione Articolo 35 DDL n. 2670",
            "original_title": "Votazione Articolo 35 DDL n. 2670",
            "description_title": "Articolo 35",
            "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": 152,
            "majority_cohesion_rate": 60.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7394,
            "slug": "vs18_479_064",
            "identifier": "vs18_479_064",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_064/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/2670/15 CIABURRO MONICA (FDI) - Votazione Ordine del giorno 9/2670/15 DDL n. 2670",
            "original_title": "Votazione Ordine del giorno 9/2670/15 DDL n. 2670",
            "description_title": "Ordine del giorno n. 9/2670/15 CIABURRO MONICA (FDI)",
            "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": 89,
            "majority_cohesion_rate": 35.28,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7402,
            "slug": "vs18_479_065",
            "identifier": "vs18_479_065",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_065/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/2670/16 CARETTA MARIA CRISTINA (FDI) - Votazione Ordine del giorno 9/2670/16 DDL n. 2670",
            "original_title": "Votazione Ordine del giorno 9/2670/16 DDL n. 2670",
            "description_title": "Ordine del giorno n. 9/2670/16 CARETTA MARIA CRISTINA (FDI)",
            "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": 89,
            "majority_cohesion_rate": 34.89,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7383,
            "slug": "vs18_479_066",
            "identifier": "vs18_479_066",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_066/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/2670/17 MONTARULI AUGUSTA (FDI) - Votazione Ordine del giorno 9/2670/17 DDL n. 2670",
            "original_title": "Votazione Ordine del giorno 9/2670/17 DDL n. 2670",
            "description_title": "Ordine del giorno n. 9/2670/17 MONTARULI AUGUSTA (FDI)",
            "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": 86,
            "majority_cohesion_rate": 34.7,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 7388,
            "slug": "vs18_479_067",
            "identifier": "vs18_479_067",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_479_067/?format=api",
            "sitting": {
                "id": 495,
                "date": "2021-04-01",
                "number": 479,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/2670/19 CIRIELLI EDMONDO (FDI) - Votazione Ordine del giorno 9/2670/19 DDL n. 2670",
            "original_title": "Votazione Ordine del giorno 9/2670/19 DDL n. 2670",
            "description_title": "Ordine del giorno n. 9/2670/19 CIRIELLI EDMONDO (FDI)",
            "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": 148,
            "majority_cohesion_rate": 58.48,
            "minority_cohesion_rate": 69.44
        }
    ]
}