Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=47
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=majority_cohesion_rate&page=48",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=46",
    "results": [
        {
            "id": 7136,
            "slug": "vs18_486_029",
            "identifier": "vs18_486_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_029/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2657",
            "original_title": "Votazione Articolo 1 DDL n. 2657",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 221,
            "majority_cohesion_rate": 71.21,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7138,
            "slug": "vs18_486_019",
            "identifier": "vs18_486_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_019/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2631",
            "original_title": "Votazione Articolo 2 DDL n. 2631",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 221,
            "majority_cohesion_rate": 71.21,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 6992,
            "slug": "vs18_486_031",
            "identifier": "vs18_486_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_031/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2657",
            "original_title": "Votazione Articolo 3 DDL n. 2657",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 220,
            "majority_cohesion_rate": 71.21,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 6998,
            "slug": "vs18_486_014",
            "identifier": "vs18_486_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_014/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2579",
            "original_title": "Votazione Articolo 3 DDL n. 2579",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 221,
            "majority_cohesion_rate": 71.21,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 2962,
            "slug": "vs18_253_012",
            "identifier": "vs18_253_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_012/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 2\n     - Votazione Articolo DDL n.1623",
            "original_title": "Votazione Articolo DDL n.1623",
            "description_title": "Articolo 2\n    ",
            "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": 234,
            "majority_cohesion_rate": 71.22,
            "minority_cohesion_rate": 82.17
        },
        {
            "id": 2940,
            "slug": "vs18_253_015",
            "identifier": "vs18_253_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_015/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 5\n     - Votazione Articolo DDL n.1623",
            "original_title": "Votazione Articolo DDL n.1623",
            "description_title": "Articolo 5\n    ",
            "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": 233,
            "majority_cohesion_rate": 71.22,
            "minority_cohesion_rate": 80.62
        },
        {
            "id": 2943,
            "slug": "vs18_253_003",
            "identifier": "vs18_253_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_003/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 3\n     - Votazione Articolo PDL n.2118",
            "original_title": "Votazione Articolo PDL n.2118",
            "description_title": "Articolo 3\n    ",
            "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": 231,
            "majority_cohesion_rate": 71.22,
            "minority_cohesion_rate": 78.29
        },
        {
            "id": 4253,
            "slug": "vs18_245_014",
            "identifier": "vs18_245_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_245_014/?format=api",
            "sitting": {
                "id": 261,
                "date": "2019-10-24",
                "number": 245,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1939 e abb./22 RIXI EDOARDO (LEGA)\n     - Votazione Ordine del giorno 9/1939 e abb./22 PDL n.1939",
            "original_title": "Votazione Ordine del giorno 9/1939 e abb./22 PDL n.1939",
            "description_title": "Ordine del giorno n. 9/1939 e abb./22 RIXI EDOARDO (LEGA)\n    ",
            "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": 47,
            "majority_cohesion_rate": 71.22,
            "minority_cohesion_rate": 62.02
        },
        {
            "id": 2964,
            "slug": "vs18_253_014",
            "identifier": "vs18_253_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_014/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 4\n     - Votazione Articolo DDL n.1623",
            "original_title": "Votazione Articolo DDL n.1623",
            "description_title": "Articolo 4\n    ",
            "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": 234,
            "majority_cohesion_rate": 71.22,
            "minority_cohesion_rate": 81.4
        },
        {
            "id": 8398,
            "slug": "vs18_461_030",
            "identifier": "vs18_461_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_461_030/?format=api",
            "sitting": {
                "id": 477,
                "date": "2021-02-23",
                "number": 461,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/2845/157 MELONI GIORGIA (FDI) - Votazione Ordine del giorno 9/2845/157 DDL n. 2845",
            "original_title": "Votazione Ordine del giorno 9/2845/157 DDL n. 2845",
            "description_title": "Ordine del giorno n. 9/2845/157 MELONI GIORGIA (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": 0,
            "n_margin": 193,
            "majority_cohesion_rate": 71.24,
            "minority_cohesion_rate": 82.35
        },
        {
            "id": 6234,
            "slug": "vs18_422_028",
            "identifier": "vs18_422_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_028/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/T.U. 107/25 SASSO ROSSANO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/25 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/25 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/25 SASSO ROSSANO (LEGA)",
            "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": 31,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 5981,
            "slug": "vs18_422_047",
            "identifier": "vs18_422_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_047/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1824",
            "original_title": "Votazione Articolo 1 PDL n. 1824",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 209,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 64.17
        },
        {
            "id": 6135,
            "slug": "vs18_422_055",
            "identifier": "vs18_422_055",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_055/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 4.103, DONZELLI GIOVANNI (FDI) - Votazione Emendamento 4.103, PDL n. 1824",
            "original_title": "Votazione Emendamento 4.103, PDL n. 1824",
            "description_title": "Emendamento 4.103, DONZELLI GIOVANNI (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": 16,
            "n_margin": 104,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 48.82
        },
        {
            "id": 5923,
            "slug": "vs18_422_063",
            "identifier": "vs18_422_063",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_063/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 8.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 8.300, PDL n. 1824",
            "original_title": "Votazione Emendamento 8.300, PDL n. 1824",
            "description_title": "Emendamento 8.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "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": 208,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 63.78
        },
        {
            "id": 5647,
            "slug": "vs18_422_065",
            "identifier": "vs18_422_065",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_065/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 9.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 9.300, PDL n. 1824",
            "original_title": "Votazione Emendamento 9.300, PDL n. 1824",
            "description_title": "Emendamento 9.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "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": 206,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 5479,
            "slug": "vs18_422_073",
            "identifier": "vs18_422_073",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_073/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 12.103 DONZELLI GIOVANNI (FDI) - Votazione Emendamento 12.103 PDL n. 1824",
            "original_title": "Votazione Emendamento 12.103 PDL n. 1824",
            "description_title": "Emendamento 12.103 DONZELLI GIOVANNI (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": 11,
            "n_margin": 173,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 51.57
        },
        {
            "id": 5910,
            "slug": "vs18_422_062",
            "identifier": "vs18_422_062",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_062/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 1824",
            "original_title": "Votazione Articolo 7 PDL n. 1824",
            "description_title": "Articolo 7",
            "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": 207,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 6146,
            "slug": "vs18_422_053",
            "identifier": "vs18_422_053",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_053/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.300, PDL n. 1824",
            "original_title": "Votazione Emendamento 4.300, PDL n. 1824",
            "description_title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "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": 207,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 5250,
            "slug": "vs18_422_005",
            "identifier": "vs18_422_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_005/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/T.U. 107/2 GIANNONE VERONICA (MISTO) - Votazione Ordine del giorno 9/T.U. 107/2 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/2 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/2 GIANNONE VERONICA (MISTO)",
            "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": 39,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 16231,
            "slug": "18-186-10",
            "identifier": "18-186-10",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-186-10/?format=api",
            "sitting": {
                "id": 942,
                "date": "2020-01-30",
                "number": 186,
                "branch": "S"
            },
            "number": 10,
            "title": "Ratifica ed esecuzione della Convenzione istitutiva dell'osservatorio Square Kilometre Array, con Allegati, fatta a Roma il 12 marzo 2019 - Articolo 5",
            "original_title": "Articolo 5",
            "description_title": "Ratifica ed esecuzione della Convenzione istitutiva dell'osservatorio Square Kilometre Array, con Allegati, fatta a Roma il 12 marzo 2019",
            "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": 103,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 63.04
        },
        {
            "id": 16239,
            "slug": "18-186-6",
            "identifier": "18-186-6",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-186-6/?format=api",
            "sitting": {
                "id": 942,
                "date": "2020-01-30",
                "number": 186,
                "branch": "S"
            },
            "number": 6,
            "title": "Ratifica ed esecuzione della Convenzione istitutiva dell'osservatorio Square Kilometre Array, con Allegati, fatta a Roma il 12 marzo 2019 - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Ratifica ed esecuzione della Convenzione istitutiva dell'osservatorio Square Kilometre Array, con Allegati, fatta a Roma il 12 marzo 2019",
            "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": 104,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 63.77
        },
        {
            "id": 4688,
            "slug": "vs18_335_001",
            "identifier": "vs18_335_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_335_001/?format=api",
            "sitting": {
                "id": 351,
                "date": "2020-05-06",
                "number": 335,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.83 PRISCO EMANUELE (FDI) - Votazione Emendamento 1.83 DDL n. 2447",
            "original_title": "Votazione Emendamento 1.83 DDL n. 2447",
            "description_title": "Emendamento 1.83 PRISCO EMANUELE (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": 29,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 71.98
        },
        {
            "id": 3447,
            "slug": "vs18_181_069",
            "identifier": "vs18_181_069",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_069/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 13.52 CARNEVALI ELENA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 13.52 CARNEVALI ELENA (PD)\n    ",
            "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": 79,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 31.94
        },
        {
            "id": 3448,
            "slug": "vs18_181_032",
            "identifier": "vs18_181_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_032/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 4.100, nel testo riformulato, NAPPI SILVANA (M5S)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 4.100, nel testo riformulato, NAPPI SILVANA (M5S)\n    ",
            "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": 84,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 29.28
        },
        {
            "id": 2541,
            "slug": "vs18_201_010",
            "identifier": "vs18_201_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_201_010/?format=api",
            "sitting": {
                "id": 217,
                "date": "2019-07-02",
                "number": 201,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00215 SPENA MARIA (FI), ASCARI STEFANIA (M5S), BISA INGRID (LEGA), SIANI PAOLO (PD), ROSSINI EMANUELA (MISTO), ROSTAN MICHELA (LEU), BELLUCCI MARIA TERESA (FDI) ed altri\n     - Votazione Mozione 1-00215",
            "original_title": "Votazione Mozione 1-00215",
            "description_title": "Mozione n. 1-00215 SPENA MARIA (FI), ASCARI STEFANIA (M5S), BISA INGRID (LEGA), SIANI PAOLO (PD), ROSSINI EMANUELA (MISTO), ROSTAN MICHELA (LEU), BELLUCCI MARIA TERESA (FDI) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 239,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 82.44
        },
        {
            "id": 3456,
            "slug": "vs18_181_045",
            "identifier": "vs18_181_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_045/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 7.100 BARONI MASSIMO ENRICO (M5S)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 7.100 BARONI MASSIMO ENRICO (M5S)\n    ",
            "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": 178,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 39.16
        },
        {
            "id": 3467,
            "slug": "vs18_181_062",
            "identifier": "vs18_181_062",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_062/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 12.38 PAGANO ALESSANDRO (LEGA)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 12.38 PAGANO ALESSANDRO (LEGA)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 78,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 31.56
        },
        {
            "id": 3475,
            "slug": "vs18_181_052",
            "identifier": "vs18_181_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_052/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 12.20 CARNEVALI ELENA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 12.20 CARNEVALI ELENA (PD)\n    ",
            "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": 52,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 51.33
        },
        {
            "id": 4510,
            "slug": "vs18_181_006",
            "identifier": "vs18_181_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_006/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 3.28 FERRO WANDA (FDI)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 3.28 FERRO WANDA (FDI)\n    ",
            "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": 42,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 60.84
        },
        {
            "id": 3505,
            "slug": "vs18_206_039",
            "identifier": "vs18_206_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_039/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 1.03 ZUCCONI RICCARDO (FDI)\n     - Votazione Emendamento DDL n.1698",
            "original_title": "Votazione Emendamento DDL n.1698",
            "description_title": "Articolo aggiuntivo 1.03 ZUCCONI RICCARDO (FDI)\n    ",
            "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": 83,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 34.35
        },
        {
            "id": 4515,
            "slug": "vs18_181_007",
            "identifier": "vs18_181_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_007/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 5.3 FERRO WANDA (FDI) e 5.6 CARNEVALI ELENA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Identici emendamenti 5.3 FERRO WANDA (FDI) e 5.6 CARNEVALI ELENA (PD)\n    ",
            "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": 32,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 66.54
        },
        {
            "id": 3451,
            "slug": "vs18_181_036",
            "identifier": "vs18_181_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_036/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 6.101 STUMPO NICOLA (LEU)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 6.101 STUMPO NICOLA (LEU)\n    ",
            "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": 53,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 49.05
        },
        {
            "id": 3469,
            "slug": "vs18_181_033",
            "identifier": "vs18_181_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_033/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 6.17 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 6.17 VISCOMI ANTONIO (PD)\n    ",
            "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": 79,
            "majority_cohesion_rate": 71.26,
            "minority_cohesion_rate": 30.04
        },
        {
            "id": 6699,
            "slug": "vs18_292_006",
            "identifier": "vs18_292_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_006/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.55 GEMMATO MARCELLO (FDI) - Votazione Emendamento 1.55 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.55 DDL n. 2302",
            "description_title": "Emendamento 1.55 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": 1,
            "n_margin": 80,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 6694,
            "slug": "vs18_292_017",
            "identifier": "vs18_292_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_017/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 2.013 GIACOMONI SESTINO (FI) - Votazione Emendamento 2.013 DDL n. 2302",
            "original_title": "Votazione Emendamento 2.013 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 2.013 GIACOMONI SESTINO (FI)",
            "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": 94,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 45.14
        },
        {
            "id": 6691,
            "slug": "vs18_292_016",
            "identifier": "vs18_292_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_016/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 2.012 GIACOMONI SESTINO (FI) - Votazione Emendamento 2.012 DDL n. 2302",
            "original_title": "Votazione Emendamento 2.012 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 2.012 GIACOMONI SESTINO (FI)",
            "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": 78,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 36.96
        },
        {
            "id": 5928,
            "slug": "vs18_421_010",
            "identifier": "vs18_421_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_010/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 8.402 TOMASI MAURA (LEGA) - Votazione Emendamento 8.402 PDL n. 0107",
            "original_title": "Votazione Emendamento 8.402 PDL n. 0107",
            "description_title": "Emendamento 8.402 TOMASI MAURA (LEGA)",
            "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": 34,
            "majority_cohesion_rate": 71.34,
            "minority_cohesion_rate": 70.08
        },
        {
            "id": 5443,
            "slug": "vs18_421_003",
            "identifier": "vs18_421_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_003/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 7.471 LUPI MAURIZIO (MISTO) - Votazione Emendamento 7.471 PDL n. 0107",
            "original_title": "Votazione Emendamento 7.471 PDL n. 0107",
            "description_title": "Emendamento 7.471 LUPI MAURIZIO (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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 71.34,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 5485,
            "slug": "vs18_421_001",
            "identifier": "vs18_421_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_001/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 1,
            "title": "Identici emendamenti 7.400 TURRI ROBERTO (LEGA) e 7.402 PALMIERI ANTONIO (FI) - Votazione Emendamento 7.400 PDL n. 0107",
            "original_title": "Votazione Emendamento 7.400 PDL n. 0107",
            "description_title": "Identici emendamenti 7.400 TURRI ROBERTO (LEGA) e 7.402 PALMIERI ANTONIO (FI)",
            "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": 32,
            "majority_cohesion_rate": 71.34,
            "minority_cohesion_rate": 69.69
        },
        {
            "id": 8806,
            "slug": "vs18_477_070",
            "identifier": "vs18_477_070",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_477_070/?format=api",
            "sitting": {
                "id": 493,
                "date": "2021-03-30",
                "number": 477,
                "branch": "C"
            },
            "number": 70,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 2757",
            "original_title": "Votazione Articolo 25 DDL n. 2757",
            "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": 3,
            "n_margin": 188,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 8774,
            "slug": "vs18_477_062",
            "identifier": "vs18_477_062",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_477_062/?format=api",
            "sitting": {
                "id": 493,
                "date": "2021-03-30",
                "number": 477,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 22.2 RUFFINO DANIELA (MISTO) - Votazione Emendamento 22.2 DDL n. 2757",
            "original_title": "Votazione Emendamento 22.2 DDL n. 2757",
            "description_title": "Emendamento 22.2 RUFFINO DANIELA (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": 13,
            "n_margin": 198,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 4265,
            "slug": "vs18_126_003",
            "identifier": "vs18_126_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_126_003/?format=api",
            "sitting": {
                "id": 142,
                "date": "2019-02-14",
                "number": 126,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.200 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.200 SISTO FRANCESCO PAOLO (FI)\n    ",
            "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": 47,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 55.89
        },
        {
            "id": 2174,
            "slug": "vs18_156_002",
            "identifier": "vs18_156_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_156_002/?format=api",
            "sitting": {
                "id": 172,
                "date": "2019-04-04",
                "number": 156,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.2 PEDRAZZINI CLAUDIO (FI)\n     - Votazione Emendamento PDL n.0491",
            "original_title": "Votazione Emendamento PDL n.0491",
            "description_title": "Emendamento 1.2 PEDRAZZINI CLAUDIO (FI)\n    ",
            "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": 46,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 56.27
        },
        {
            "id": 4475,
            "slug": "vs18_129_006",
            "identifier": "vs18_129_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_129_006/?format=api",
            "sitting": {
                "id": 145,
                "date": "2019-02-19",
                "number": 129,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.210 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.210 SISTO FRANCESCO PAOLO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 74.14
        },
        {
            "id": 4354,
            "slug": "vs18_141_001",
            "identifier": "vs18_141_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_141_001/?format=api",
            "sitting": {
                "id": 157,
                "date": "2019-03-13",
                "number": 141,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.50 APREA VALENTINA (FI)\n     - Votazione Emendamento PDL n.0395",
            "original_title": "Votazione Emendamento PDL n.0395",
            "description_title": "Emendamento 1.50 APREA VALENTINA (FI)\n    ",
            "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": 85,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 40.84
        },
        {
            "id": 2545,
            "slug": "vs18_112_005",
            "identifier": "vs18_112_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_112_005/?format=api",
            "sitting": {
                "id": 128,
                "date": "2019-01-23",
                "number": 112,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.36 CECCANTI STEFANO (PD)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.36 CECCANTI STEFANO (PD)\n    ",
            "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": 38,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 62.21
        },
        {
            "id": 4471,
            "slug": "vs18_129_018",
            "identifier": "vs18_129_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_129_018/?format=api",
            "sitting": {
                "id": 145,
                "date": "2019-02-19",
                "number": 129,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.240 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.240 SISTO FRANCESCO PAOLO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 72.24
        },
        {
            "id": 2241,
            "slug": "vs18_165_005",
            "identifier": "vs18_165_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_165_005/?format=api",
            "sitting": {
                "id": 181,
                "date": "2019-04-17",
                "number": 165,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 9.10 NEVI RAFFAELE (FI)\n     - Votazione Emendamento DDL n.1718",
            "original_title": "Votazione Emendamento DDL n.1718",
            "description_title": "Emendamento 9.10 NEVI RAFFAELE (FI)\n    ",
            "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": 71.35,
            "minority_cohesion_rate": 77.57
        },
        {
            "id": 2208,
            "slug": "vs18_161_023",
            "identifier": "vs18_161_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_161_023/?format=api",
            "sitting": {
                "id": 177,
                "date": "2019-04-11",
                "number": 161,
                "branch": "C"
            },
            "number": 23,
            "title": "Ratifica ed esecuzione del Protocollo aggiuntivo (n. 3) all'Accordo sulla sede tra il Governo della Repubblica italiana e l'Istituto universitario europeo, con allegati, fatto a Firenze il 19 ottobre 2018 (Approvato dal Senato) (DDL 1681)\n     - Votazione finale DDL n.1681",
            "original_title": "Votazione finale DDL n.1681",
            "description_title": "Ratifica ed esecuzione del Protocollo aggiuntivo (n. 3) all'Accordo sulla sede tra il Governo della Repubblica italiana e l'Istituto universitario europeo, con allegati, fatto a Firenze il 19 ottobre 2018 (Approvato dal Senato) (DDL 1681)\n    ",
            "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": 192,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 50.19
        },
        {
            "id": 4449,
            "slug": "vs18_129_005",
            "identifier": "vs18_129_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_129_005/?format=api",
            "sitting": {
                "id": 145,
                "date": "2019-02-19",
                "number": 129,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.209 CECCANTI STEFANO (PD)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.209 CECCANTI STEFANO (PD)\n    ",
            "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": 37,
            "majority_cohesion_rate": 71.35,
            "minority_cohesion_rate": 62.74
        }
    ]
}