Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=133
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=n_rebels&page=134",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=132",
    "results": [
        {
            "id": 3584,
            "slug": "vs18_131_045",
            "identifier": "vs18_131_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_131_045/?format=api",
            "sitting": {
                "id": 147,
                "date": "2019-02-21",
                "number": 131,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo 3\n     - Votazione Articolo PDL n.1173",
            "original_title": "Votazione Articolo PDL n.1173",
            "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": 1,
            "n_margin": 97,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 37.64
        },
        {
            "id": 3659,
            "slug": "vs18_133_044",
            "identifier": "vs18_133_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_044/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 44,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sul sistema bancario e finanziario (Approvata dal Senato)\n(PDL 1353 e abbinate PDL 654, 772, 793 e 905)\n     - Votazione finale PDL n.1353",
            "original_title": "Votazione finale PDL n.1353",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sul sistema bancario e finanziario (Approvata dal Senato)\n(PDL 1353 e abbinate PDL 654, 772, 793 e 905)\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": 1,
            "n_margin": 205,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 55.51
        },
        {
            "id": 2589,
            "slug": "vs18_133_045",
            "identifier": "vs18_133_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_045/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1394",
            "original_title": "Votazione Articolo DDL n.1394",
            "description_title": "Articolo 1\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": 1,
            "n_margin": 202,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 52.09
        },
        {
            "id": 3647,
            "slug": "vs18_133_037",
            "identifier": "vs18_133_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_037/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 3\n     - Votazione Articolo PDL n.1353",
            "original_title": "Votazione Articolo PDL n.1353",
            "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": 1,
            "n_margin": 148,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 1084,
            "slug": "vs18_035_026",
            "identifier": "vs18_035_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_026/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.53 GELMINI MARIASTELLA (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.53 GELMINI MARIASTELLA (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": 44,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 75.95
        },
        {
            "id": 1089,
            "slug": "vs18_035_031",
            "identifier": "vs18_035_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_031/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.67 SERRACCHIANI DEBORA (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.67 SERRACCHIANI DEBORA (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": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 86.67,
            "minority_cohesion_rate": 60.31
        },
        {
            "id": 3655,
            "slug": "vs18_133_028",
            "identifier": "vs18_133_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_028/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.53 FRAGOMELI GIAN MARIO (PD)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 3.53 FRAGOMELI GIAN MARIO (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": 1,
            "n_margin": 70,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 57.03
        },
        {
            "id": 3669,
            "slug": "vs18_133_020",
            "identifier": "vs18_133_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_020/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.6 MELONI GIORGIA (FDI)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 3.6 MELONI GIORGIA (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": 127,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 38.02
        },
        {
            "id": 3487,
            "slug": "vs18_206_002",
            "identifier": "vs18_206_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_002/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.7 ZUCCONI RICCARDO (FDI)\n     - Votazione Emendamento DDL n.1698",
            "original_title": "Votazione Emendamento DDL n.1698",
            "description_title": "Emendamento 1.7 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": 1,
            "n_margin": 78,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 37.02
        },
        {
            "id": 3630,
            "slug": "vs18_133_033",
            "identifier": "vs18_133_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_033/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 3.12 ZANETTIN PIERANTONIO (FI)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 3.12 ZANETTIN PIERANTONIO (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": 81,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 37.26
        },
        {
            "id": 3652,
            "slug": "vs18_133_032",
            "identifier": "vs18_133_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_032/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 3.11 MELONI GIORGIA (FDI)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 3.11 MELONI GIORGIA (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": 127,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 36.5
        },
        {
            "id": 3725,
            "slug": "vs18_133_043",
            "identifier": "vs18_133_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_043/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1353 e abb/1 FREGOLENT SILVIA (PD)\n     - Votazione Ordine del giorno 9/1353 e abb/1 PDL n.1353",
            "original_title": "Votazione Ordine del giorno 9/1353 e abb/1 PDL n.1353",
            "description_title": "Ordine del giorno n. 9/1353 e abb/1 FREGOLENT SILVIA (PD)\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": 1,
            "n_margin": 49,
            "majority_cohesion_rate": 76.9,
            "minority_cohesion_rate": 59.7
        },
        {
            "id": 1098,
            "slug": "vs18_035_035",
            "identifier": "vs18_035_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_035/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.90 CAON ROBERTO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.90 CAON ROBERTO (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": 90,
            "majority_cohesion_rate": 86.67,
            "minority_cohesion_rate": 44.27
        },
        {
            "id": 1115,
            "slug": "vs18_035_024",
            "identifier": "vs18_035_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_024/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.21 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.21 ZANGRILLO 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": 41,
            "majority_cohesion_rate": 84.64,
            "minority_cohesion_rate": 81.68
        },
        {
            "id": 1082,
            "slug": "vs18_035_036",
            "identifier": "vs18_035_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_036/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 1.118 OSNATO MARCO (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.118 OSNATO MARCO (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": 152,
            "majority_cohesion_rate": 86.09,
            "minority_cohesion_rate": 43.89
        },
        {
            "id": 1976,
            "slug": "vs18_089_060",
            "identifier": "vs18_089_060",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_089_060/?format=api",
            "sitting": {
                "id": 105,
                "date": "2018-11-22",
                "number": 89,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 10.309 FATUZZO CARLO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 10.309 FATUZZO CARLO (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": 147,
            "majority_cohesion_rate": 82.9,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 3578,
            "slug": "vs18_206_046",
            "identifier": "vs18_206_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_046/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1698/30 LOLLOBRIGIDA FRANCESCO (FDI)\n     - Votazione Ordine del giorno 9/1698/30 DDL n.1698",
            "original_title": "Votazione Ordine del giorno 9/1698/30 DDL n.1698",
            "description_title": "Ordine del giorno n. 9/1698/30 LOLLOBRIGIDA FRANCESCO (FDI)\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": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 72.14,
            "minority_cohesion_rate": 59.92
        },
        {
            "id": 3631,
            "slug": "vs18_133_005",
            "identifier": "vs18_133_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_005/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1 SCHULLIAN MANFRED (MISTO)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 2.1 SCHULLIAN MANFRED (MISTO)\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": 93,
            "majority_cohesion_rate": 74.27,
            "minority_cohesion_rate": 32.7
        },
        {
            "id": 1079,
            "slug": "vs18_035_002",
            "identifier": "vs18_035_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_002/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.5 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.5 ZANGRILLO 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": 144,
            "majority_cohesion_rate": 84.93,
            "minority_cohesion_rate": 43.13
        },
        {
            "id": 1085,
            "slug": "vs18_035_032",
            "identifier": "vs18_035_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_032/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.114 EPIFANI ETTORE GUGLIELMO (LEU)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.114 EPIFANI ETTORE GUGLIELMO (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": 58,
            "majority_cohesion_rate": 86.67,
            "minority_cohesion_rate": 66.41
        },
        {
            "id": 3519,
            "slug": "vs18_206_017",
            "identifier": "vs18_206_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_017/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.27 SQUERI LUCA (FI)\n     - Votazione Emendamento DDL n.1698",
            "original_title": "Votazione Emendamento DDL n.1698",
            "description_title": "Emendamento 1.27 SQUERI LUCA (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": 27,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 74.43
        },
        {
            "id": 1105,
            "slug": "vs18_035_030",
            "identifier": "vs18_035_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_030/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.55 GELMINI MARIASTELLA (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.55 GELMINI MARIASTELLA (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": 36,
            "majority_cohesion_rate": 85.51,
            "minority_cohesion_rate": 82.44
        },
        {
            "id": 3527,
            "slug": "vs18_206_037",
            "identifier": "vs18_206_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_037/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 1.124 PASTORINO LUCA (LEU)\n     - Votazione Emendamento DDL n.1698",
            "original_title": "Votazione Emendamento DDL n.1698",
            "description_title": "Emendamento 1.124 PASTORINO LUCA (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": 42,
            "majority_cohesion_rate": 68.62,
            "minority_cohesion_rate": 54.2
        },
        {
            "id": 1116,
            "slug": "vs18_035_038",
            "identifier": "vs18_035_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_038/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1.56 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.56 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": 1,
            "n_margin": 55,
            "majority_cohesion_rate": 86.38,
            "minority_cohesion_rate": 70.61
        },
        {
            "id": 1069,
            "slug": "vs18_035_003",
            "identifier": "vs18_035_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_003/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.102 PASTORINO LUCA (LEU)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.102 PASTORINO LUCA (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": 143,
            "majority_cohesion_rate": 85.51,
            "minority_cohesion_rate": 81.3
        },
        {
            "id": 2722,
            "slug": "vs18_215_054",
            "identifier": "vs18_215_054",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_215_054/?format=api",
            "sitting": {
                "id": 231,
                "date": "2019-07-25",
                "number": 215,
                "branch": "C"
            },
            "number": 54,
            "title": "Conversione in legge del decreto-legge 14 giugno 2019, n. 53, recante disposizioni urgenti in materia di ordine e sicurezza pubblica (DDL 1913)\n     - Votazione finale DDL n.1913",
            "original_title": "Votazione finale DDL n.1913",
            "description_title": "Conversione in legge del decreto-legge 14 giugno 2019, n. 53, recante disposizioni urgenti in materia di ordine e sicurezza pubblica (DDL 1913)\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": 1,
            "n_margin": 115,
            "majority_cohesion_rate": 81.18,
            "minority_cohesion_rate": 32.06
        },
        {
            "id": 3500,
            "slug": "vs18_206_011",
            "identifier": "vs18_206_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_011/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.118 MORETTO SARA (PD)\n     - Votazione Emendamento DDL n.1698",
            "original_title": "Votazione Emendamento DDL n.1698",
            "description_title": "Emendamento 1.118 MORETTO SARA (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": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 75.37,
            "minority_cohesion_rate": 65.65
        },
        {
            "id": 2806,
            "slug": "vs18_196_015",
            "identifier": "vs18_196_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_196_015/?format=api",
            "sitting": {
                "id": 212,
                "date": "2019-06-25",
                "number": 196,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 3\n     - Votazione Articolo PDL n.0622",
            "original_title": "Votazione Articolo PDL n.0622",
            "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": 1,
            "n_margin": 224,
            "majority_cohesion_rate": 70.26,
            "minority_cohesion_rate": 74.43
        },
        {
            "id": 1772,
            "slug": "vs18_035_074",
            "identifier": "vs18_035_074",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_074/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 74,
            "title": "Articolo aggiuntivo 1-bis.07 POLVERINI RENATA (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Articolo aggiuntivo 1-bis.07 POLVERINI RENATA (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": 49,
            "majority_cohesion_rate": 86.67,
            "minority_cohesion_rate": 75.95
        },
        {
            "id": 1783,
            "slug": "vs18_035_067",
            "identifier": "vs18_035_067",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_067/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 1-bis.300 GELMINI MARIASTELLA (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1-bis.300 GELMINI MARIASTELLA (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": 44,
            "majority_cohesion_rate": 86.67,
            "minority_cohesion_rate": 78.63
        },
        {
            "id": 1080,
            "slug": "vs18_035_017",
            "identifier": "vs18_035_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_017/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.57 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.57 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": 1,
            "n_margin": 115,
            "majority_cohesion_rate": 84.64,
            "minority_cohesion_rate": 38.17
        },
        {
            "id": 3651,
            "slug": "vs18_133_024",
            "identifier": "vs18_133_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_024/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 3.8 MELONI GIORGIA (FDI)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 3.8 MELONI GIORGIA (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": 131,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 38.02
        },
        {
            "id": 2805,
            "slug": "vs18_196_013",
            "identifier": "vs18_196_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_196_013/?format=api",
            "sitting": {
                "id": 212,
                "date": "2019-06-25",
                "number": 196,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 1\n     - Votazione Articolo PDL n.0622",
            "original_title": "Votazione Articolo PDL n.0622",
            "description_title": "Articolo 1\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": 1,
            "n_margin": 219,
            "majority_cohesion_rate": 70.85,
            "minority_cohesion_rate": 70.23
        },
        {
            "id": 1108,
            "slug": "vs18_035_029",
            "identifier": "vs18_035_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_029/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.89 CAON ROBERTO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.89 CAON ROBERTO (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": 43,
            "majority_cohesion_rate": 85.8,
            "minority_cohesion_rate": 82.44
        },
        {
            "id": 2597,
            "slug": "vs18_133_046",
            "identifier": "vs18_133_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_046/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 2\n     - Votazione Articolo DDL n.1394",
            "original_title": "Votazione Articolo DDL n.1394",
            "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": 1,
            "n_margin": 202,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 79,
            "slug": "vs18_036_051",
            "identifier": "vs18_036_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_051/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 3.71 SILVESTRONI MARCO (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 3.71 SILVESTRONI MARCO (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": 143,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 44.66
        },
        {
            "id": 1349,
            "slug": "vs18_036_074",
            "identifier": "vs18_036_074",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_074/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 4.310 MOLLICONE FEDERICO (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 4.310 MOLLICONE FEDERICO (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": 45,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 76.34
        },
        {
            "id": 1383,
            "slug": "vs18_036_056",
            "identifier": "vs18_036_056",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_056/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo aggiuntivo 3.02 LUPI MAURIZIO (MISTO)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Articolo aggiuntivo 3.02 LUPI MAURIZIO (MISTO)\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": 199,
            "majority_cohesion_rate": 84.06,
            "minority_cohesion_rate": 43.51
        },
        {
            "id": 2592,
            "slug": "vs18_133_049",
            "identifier": "vs18_133_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_049/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo 3\n     - Votazione Articolo DDL n.1394",
            "original_title": "Votazione Articolo DDL n.1394",
            "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": 1,
            "n_margin": 191,
            "majority_cohesion_rate": 74.85,
            "minority_cohesion_rate": 45.63
        },
        {
            "id": 71,
            "slug": "vs18_036_006",
            "identifier": "vs18_036_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_006/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.9 LACARRA MARCO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 2.9 LACARRA MARCO (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": 1,
            "n_margin": 89,
            "majority_cohesion_rate": 82.03,
            "minority_cohesion_rate": 41.22
        },
        {
            "id": 2594,
            "slug": "vs18_133_050",
            "identifier": "vs18_133_050",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_050/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo 4\n     - Votazione Articolo DDL n.1394",
            "original_title": "Votazione Articolo DDL n.1394",
            "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": 1,
            "n_margin": 194,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 48.29
        },
        {
            "id": 2430,
            "slug": "vs18_174_008",
            "identifier": "vs18_174_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_174_008/?format=api",
            "sitting": {
                "id": 190,
                "date": "2019-05-13",
                "number": 174,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.5 GIACOMONI SESTINO (FI)\n     - Votazione Emendamento DDL n.1789",
            "original_title": "Votazione Emendamento DDL n.1789",
            "description_title": "Emendamento 1.5 GIACOMONI SESTINO (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": 98,
            "majority_cohesion_rate": 79.77,
            "minority_cohesion_rate": 33.59
        },
        {
            "id": 3639,
            "slug": "vs18_133_013",
            "identifier": "vs18_133_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_013/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.54 MANCINI CLAUDIO (PD)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 2.54 MANCINI CLAUDIO (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": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 72.22,
            "minority_cohesion_rate": 68.06
        },
        {
            "id": 3504,
            "slug": "vs18_206_025",
            "identifier": "vs18_206_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_206_025/?format=api",
            "sitting": {
                "id": 222,
                "date": "2019-07-10",
                "number": 206,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.122 BARELLI PAOLO (FI)\n     - Votazione Emendamento DDL n.1698",
            "original_title": "Votazione Emendamento DDL n.1698",
            "description_title": "Emendamento 1.122 BARELLI PAOLO (FI)\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": 231,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 60,
            "slug": "vs18_036_033",
            "identifier": "vs18_036_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_033/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 33,
            "title": "Identici emendamenti 3.2 RIZZETTO WALTER (FDI) e 3.16 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Identici emendamenti 3.2 RIZZETTO WALTER (FDI) e 3.16 ZANGRILLO 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": 95,
            "majority_cohesion_rate": 81.45,
            "minority_cohesion_rate": 40.46
        },
        {
            "id": 2433,
            "slug": "vs18_174_004",
            "identifier": "vs18_174_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_174_004/?format=api",
            "sitting": {
                "id": 190,
                "date": "2019-05-13",
                "number": 174,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.52 BARATTO RAFFAELE (FI)\n     - Votazione Emendamento DDL n.1789",
            "original_title": "Votazione Emendamento DDL n.1789",
            "description_title": "Emendamento 1.52 BARATTO 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": 1,
            "n_margin": 59,
            "majority_cohesion_rate": 80.06,
            "minority_cohesion_rate": 59.16
        },
        {
            "id": 1360,
            "slug": "vs18_036_073",
            "identifier": "vs18_036_073",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_073/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 4.309 CARNEVALI ELENA (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 4.309 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": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 1351,
            "slug": "vs18_036_064",
            "identifier": "vs18_036_064",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_064/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 4.302 CIABURRO MONICA (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 4.302 CIABURRO MONICA (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": 125,
            "majority_cohesion_rate": 84.35,
            "minority_cohesion_rate": 69.47
        },
        {
            "id": 3322,
            "slug": "vs18_180_012",
            "identifier": "vs18_180_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_180_012/?format=api",
            "sitting": {
                "id": 196,
                "date": "2019-05-29",
                "number": 180,
                "branch": "C"
            },
            "number": 12,
            "title": "Identici emendamenti 3.2 ROSTAN MICHELA (LEU), 3.9 SANTELLI JOLE (FI), 3.30 BRUNO BOSSIO VINCENZA (PD) e 3.105 BELLUCCI MARIA TERESA (FDI)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Identici emendamenti 3.2 ROSTAN MICHELA (LEU), 3.9 SANTELLI JOLE (FI), 3.30 BRUNO BOSSIO VINCENZA (PD) e 3.105 BELLUCCI MARIA TERESA (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": 108,
            "majority_cohesion_rate": 62.46,
            "minority_cohesion_rate": 99.62
        },
        {
            "id": 2389,
            "slug": "vs18_174_027",
            "identifier": "vs18_174_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_174_027/?format=api",
            "sitting": {
                "id": 190,
                "date": "2019-05-13",
                "number": 174,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 16.8 UNGARO MASSIMO (PD)\n     - Votazione Emendamento DDL n.1789",
            "original_title": "Votazione Emendamento DDL n.1789",
            "description_title": "Emendamento 16.8 UNGARO MASSIMO (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": 1,
            "n_margin": 49,
            "majority_cohesion_rate": 78.01,
            "minority_cohesion_rate": 63.74
        }
    ]
}