Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=-n_rebels&page=99
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=100",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-n_rebels&page=98",
    "results": [
        {
            "id": 2776,
            "slug": "vs18_209_011",
            "identifier": "vs18_209_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_209_011/?format=api",
            "sitting": {
                "id": 225,
                "date": "2019-07-16",
                "number": 209,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 2\n     - Votazione Articolo PDL n.0478",
            "original_title": "Votazione Articolo PDL n.0478",
            "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": 2,
            "n_margin": 206,
            "majority_cohesion_rate": 78.53,
            "minority_cohesion_rate": 47.71
        },
        {
            "id": 4235,
            "slug": "vs18_164_003",
            "identifier": "vs18_164_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_164_003/?format=api",
            "sitting": {
                "id": 180,
                "date": "2019-04-16",
                "number": 164,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.8 CARETTA MARIA CRISTINA (FDI)\n     - Votazione Emendamento DDL n.1718",
            "original_title": "Votazione Emendamento DDL n.1718",
            "description_title": "Emendamento 2.8 CARETTA MARIA CRISTINA (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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 72.24
        },
        {
            "id": 2320,
            "slug": "vs18_155_004",
            "identifier": "vs18_155_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_155_004/?format=api",
            "sitting": {
                "id": 171,
                "date": "2019-04-03",
                "number": 155,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1455 e abb./3 FERRI COSIMO MARIA (PD)\n     - Votazione Ordine del giorno 9/1455 e abb./3 DDL n.1455",
            "original_title": "Votazione Ordine del giorno 9/1455 e abb./3 DDL n.1455",
            "description_title": "Ordine del giorno n. 9/1455 e abb./3 FERRI COSIMO MARIA (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": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 79.24,
            "minority_cohesion_rate": 41.06
        },
        {
            "id": 2647,
            "slug": "vs18_168_023",
            "identifier": "vs18_168_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_023/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 2\n     - Votazione Articolo DDL n.1540",
            "original_title": "Votazione Articolo DDL n.1540",
            "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": 2,
            "n_margin": 210,
            "majority_cohesion_rate": 73.9,
            "minority_cohesion_rate": 59.7
        },
        {
            "id": 3691,
            "slug": "vs18_159_048",
            "identifier": "vs18_159_048",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_048/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 48,
            "title": "Identici emendamenti 2.30 ASCANI ANNA (PD) e 2.31 FUSACCHIA ALESSANDRO (MISTO)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Identici emendamenti 2.30 ASCANI ANNA (PD) e 2.31 FUSACCHIA ALESSANDRO (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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 74.85,
            "minority_cohesion_rate": 74.14
        },
        {
            "id": 985,
            "slug": "vs18_065_011",
            "identifier": "vs18_065_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_011/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3.108 SPENA MARIA (FI)\n     - Votazione Emendamento PDL n.0183",
            "original_title": "Votazione Emendamento PDL n.0183",
            "description_title": "Emendamento 3.108 SPENA MARIA (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": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 72.03
        },
        {
            "id": 3704,
            "slug": "vs18_159_007",
            "identifier": "vs18_159_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_007/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.7 POLVERINI RENATA (FI)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 1.7 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": 2,
            "n_margin": 118,
            "majority_cohesion_rate": 73.1,
            "minority_cohesion_rate": 40.3
        },
        {
            "id": 987,
            "slug": "vs18_064_010",
            "identifier": "vs18_064_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_064_010/?format=api",
            "sitting": {
                "id": 80,
                "date": "2018-10-16",
                "number": 64,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.18 NEVI RAFFAELE (FI)\n     - Votazione Emendamento PDL n.0183",
            "original_title": "Votazione Emendamento PDL n.0183",
            "description_title": "Emendamento 1.18 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": 2,
            "n_margin": 114,
            "majority_cohesion_rate": 82.61,
            "minority_cohesion_rate": 38.7
        },
        {
            "id": 2159,
            "slug": "vs18_150_026",
            "identifier": "vs18_150_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_150_026/?format=api",
            "sitting": {
                "id": 166,
                "date": "2019-03-27",
                "number": 150,
                "branch": "C"
            },
            "number": 26,
            "title": "Mozione n. 1-00151 FORNARO FEDERICO (LEU) e FASSINA STEFANO (LEU)\n     - Votazione Mozione 1-00151",
            "original_title": "Votazione Mozione 1-00151",
            "description_title": "Mozione n. 1-00151 FORNARO FEDERICO (LEU) e FASSINA STEFANO (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 123,
            "majority_cohesion_rate": 76.9,
            "minority_cohesion_rate": 41.44
        },
        {
            "id": 1864,
            "slug": "vs18_074_027",
            "identifier": "vs18_074_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_074_027/?format=api",
            "sitting": {
                "id": 90,
                "date": "2018-10-30",
                "number": 74,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 37.32 DE MICHELI PAOLA (PD)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Emendamento 37.32 DE MICHELI PAOLA (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": 43,
            "majority_cohesion_rate": 77.97,
            "minority_cohesion_rate": 67.05
        },
        {
            "id": 175,
            "slug": "vs18_089_118",
            "identifier": "vs18_089_118",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_089_118/?format=api",
            "sitting": {
                "id": 105,
                "date": "2018-11-22",
                "number": 89,
                "branch": "C"
            },
            "number": 118,
            "title": "Articolo 14 (Mantenimento)\n     - Votazione Articolo DDL n.1189",
            "original_title": "Votazione Articolo DDL n.1189",
            "description_title": "Articolo 14 (Mantenimento)\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": 2,
            "n_margin": 74,
            "majority_cohesion_rate": 82.03,
            "minority_cohesion_rate": 49.43
        },
        {
            "id": 3987,
            "slug": "vs18_154_063",
            "identifier": "vs18_154_063",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_154_063/?format=api",
            "sitting": {
                "id": 170,
                "date": "2019-04-02",
                "number": 154,
                "branch": "C"
            },
            "number": 63,
            "title": "Articolo aggiuntivo 10.04 FOTI TOMMASO (FDI)\n     - Votazione Emendamento DDL n.1455",
            "original_title": "Votazione Emendamento DDL n.1455",
            "description_title": "Articolo aggiuntivo 10.04 FOTI TOMMASO (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": 2,
            "n_margin": 118,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 65.02
        },
        {
            "id": 2509,
            "slug": "vs18_121_044",
            "identifier": "vs18_121_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_121_044/?format=api",
            "sitting": {
                "id": 137,
                "date": "2019-02-06",
                "number": 121,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1550/111 FRAGOMELI GIAN MARIO (PD)\n     - Votazione Ordine del giorno 9/1550/111 DDL n.1550",
            "original_title": "Votazione Ordine del giorno 9/1550/111 DDL n.1550",
            "description_title": "Ordine del giorno n. 9/1550/111 FRAGOMELI GIAN MARIO (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": 2,
            "n_margin": 55,
            "majority_cohesion_rate": 77.49,
            "minority_cohesion_rate": 57.03
        },
        {
            "id": 1503,
            "slug": "vs18_065_031",
            "identifier": "vs18_065_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_031/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo aggiuntivo 4.02 SQUERI LUCA (FI)\n     - Votazione Emendamento PDL n.0183",
            "original_title": "Votazione Emendamento PDL n.0183",
            "description_title": "Articolo aggiuntivo 4.02 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": 2,
            "n_margin": 63,
            "majority_cohesion_rate": 78.55,
            "minority_cohesion_rate": 63.6
        },
        {
            "id": 3700,
            "slug": "vs18_159_026",
            "identifier": "vs18_159_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_026/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 1.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento\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": 2,
            "n_margin": 129,
            "majority_cohesion_rate": 73.98,
            "minority_cohesion_rate": 34.98
        },
        {
            "id": 1865,
            "slug": "vs18_074_023",
            "identifier": "vs18_074_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_074_023/?format=api",
            "sitting": {
                "id": 90,
                "date": "2018-10-30",
                "number": 74,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 25.8 BRAGA CHIARA (PD)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Emendamento 25.8 BRAGA CHIARA (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": 91,
            "majority_cohesion_rate": 75.65,
            "minority_cohesion_rate": 37.55
        },
        {
            "id": 2113,
            "slug": "vs18_087_045",
            "identifier": "vs18_087_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_087_045/?format=api",
            "sitting": {
                "id": 103,
                "date": "2018-11-20",
                "number": 87,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 1.41 COSTA ENRICO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 1.41 COSTA ENRICO (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": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 86.59
        },
        {
            "id": 1714,
            "slug": "vs18_065_051",
            "identifier": "vs18_065_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_051/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/183/7 INCERTI ANTONELLA (PD)\n     - Votazione Ordine del giorno 9/183/7 PDL n.0183",
            "original_title": "Votazione Ordine del giorno 9/183/7 PDL n.0183",
            "description_title": "Ordine del giorno n. 9/183/7 INCERTI ANTONELLA (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": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 76.23,
            "minority_cohesion_rate": 63.6
        },
        {
            "id": 1852,
            "slug": "vs18_054_038",
            "identifier": "vs18_054_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_054_038/?format=api",
            "sitting": {
                "id": 70,
                "date": "2018-10-02",
                "number": 54,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1.319 ZANETTIN PIERANTONIO (FI)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.319 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": 2,
            "n_margin": 146,
            "majority_cohesion_rate": 75.36,
            "minority_cohesion_rate": 39.31
        },
        {
            "id": 2038,
            "slug": "vs18_082_001",
            "identifier": "vs18_082_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_001/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.150 TORTO DANIELA (M5S)\n     - Votazione Emendamento DDL n.1201",
            "original_title": "Votazione Emendamento DDL n.1201",
            "description_title": "Emendamento 1.150 TORTO DANIELA (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": 2,
            "n_margin": 178,
            "majority_cohesion_rate": 73.33,
            "minority_cohesion_rate": 38.7
        },
        {
            "id": 339,
            "slug": "vs18_099_057",
            "identifier": "vs18_099_057",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_057/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 57,
            "title": "Identici emendamenti 13.23 DE CARLO LUCA (FDI) e 13.27 BENEDETTI SILVIA (MISTO)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Identici emendamenti 13.23 DE CARLO LUCA (FDI) e 13.27 BENEDETTI SILVIA (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": 2,
            "n_margin": 99,
            "majority_cohesion_rate": 72.97,
            "minority_cohesion_rate": 42.37
        },
        {
            "id": 2274,
            "slug": "vs18_175_036",
            "identifier": "vs18_175_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_175_036/?format=api",
            "sitting": {
                "id": 191,
                "date": "2019-05-14",
                "number": 175,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 16\n     - Votazione Articolo PDL n.1074",
            "original_title": "Votazione Articolo PDL n.1074",
            "description_title": "Articolo 16\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": 2,
            "n_margin": 179,
            "majority_cohesion_rate": 75.37,
            "minority_cohesion_rate": 37.02
        },
        {
            "id": 2678,
            "slug": "vs18_170_004",
            "identifier": "vs18_170_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_170_004/?format=api",
            "sitting": {
                "id": 186,
                "date": "2019-05-07",
                "number": 170,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.3 MAGI RICCARDO (MISTO)\n     - Votazione Emendamento PDL n.1585",
            "original_title": "Votazione Emendamento PDL n.1585",
            "description_title": "Emendamento 1.3 MAGI RICCARDO (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": 2,
            "n_margin": 228,
            "majority_cohesion_rate": 77.71,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 3724,
            "slug": "vs18_131_049",
            "identifier": "vs18_131_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_131_049/?format=api",
            "sitting": {
                "id": 147,
                "date": "2019-02-21",
                "number": 131,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1173/3, nel testo riformulato, POLLASTRINI BARBARA (PD)\n     - Votazione Ordine del giorno 9/1173/3, PDL n.1173",
            "original_title": "Votazione Ordine del giorno 9/1173/3, PDL n.1173",
            "description_title": "Ordine del giorno n. 9/1173/3, nel testo riformulato, POLLASTRINI BARBARA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 194,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 54.37
        },
        {
            "id": 3674,
            "slug": "vs18_159_043",
            "identifier": "vs18_159_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_043/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 2.22 ZAN ALESSANDRO (PD)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 2.22 ZAN ALESSANDRO (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": 72,
            "majority_cohesion_rate": 73.39,
            "minority_cohesion_rate": 38.4
        },
        {
            "id": 1833,
            "slug": "vs18_054_012",
            "identifier": "vs18_054_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_054_012/?format=api",
            "sitting": {
                "id": 70,
                "date": "2018-10-02",
                "number": 54,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.202 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.202 BARTOLOZZI GIUSI (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": 2,
            "n_margin": 126,
            "majority_cohesion_rate": 75.65,
            "minority_cohesion_rate": 43.89
        },
        {
            "id": 2730,
            "slug": "vs18_168_004",
            "identifier": "vs18_168_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_004/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 2                                        \n(Doc. XXII, n.36 e abb.)\n     - Votazione ",
            "original_title": "Votazione ",
            "description_title": "Articolo 2                                        \n(Doc. XXII, n.36 e abb.)\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": 2,
            "n_margin": 183,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 38.78
        },
        {
            "id": 83,
            "slug": "vs18_036_031",
            "identifier": "vs18_036_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_031/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 2-bis.301 GRIBAUDO CHIARA (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 2-bis.301 GRIBAUDO CHIARA (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": 48,
            "majority_cohesion_rate": 82.03,
            "minority_cohesion_rate": 68.7
        },
        {
            "id": 1584,
            "slug": "vs18_073_067",
            "identifier": "vs18_073_067",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_073_067/?format=api",
            "sitting": {
                "id": 89,
                "date": "2018-10-29",
                "number": 73,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 11.04 PAITA RAFFAELLA (PD)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Articolo aggiuntivo 11.04 PAITA RAFFAELLA (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": 96,
            "majority_cohesion_rate": 79.71,
            "minority_cohesion_rate": 32.95
        },
        {
            "id": 2736,
            "slug": "vs18_215_051",
            "identifier": "vs18_215_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_215_051/?format=api",
            "sitting": {
                "id": 231,
                "date": "2019-07-25",
                "number": 215,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1913/65 MULE' GIORGIO (FI)\n     - Votazione Ordine del giorno 9/1913/65 DDL n.1913",
            "original_title": "Votazione Ordine del giorno 9/1913/65 DDL n.1913",
            "description_title": "Ordine del giorno n. 9/1913/65 MULE' GIORGIO (FI)\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": 2,
            "n_margin": 96,
            "majority_cohesion_rate": 78.53,
            "minority_cohesion_rate": 31.3
        },
        {
            "id": 1102,
            "slug": "vs18_035_014",
            "identifier": "vs18_035_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_014/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.62 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.62 BARTOLOZZI GIUSI (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": 2,
            "n_margin": 139,
            "majority_cohesion_rate": 84.06,
            "minority_cohesion_rate": 43.89
        },
        {
            "id": 2347,
            "slug": "vs18_192_004",
            "identifier": "vs18_192_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_192_004/?format=api",
            "sitting": {
                "id": 208,
                "date": "2019-06-19",
                "number": 192,
                "branch": "C"
            },
            "number": 4,
            "title": "Risoluzione n. 6-00078 DE LUCA PIERO (PD) ed altri\n     - Votazione Risoluzione 6-00078",
            "original_title": "Votazione Risoluzione 6-00078",
            "description_title": "Risoluzione n. 6-00078 DE LUCA PIERO (PD) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 158,
            "majority_cohesion_rate": 83.09,
            "minority_cohesion_rate": 45.04
        },
        {
            "id": 95,
            "slug": "vs18_036_035",
            "identifier": "vs18_036_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_035/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.300 EPIFANI ETTORE GUGLIELMO (LEU)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 3.300 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": 2,
            "n_margin": 203,
            "majority_cohesion_rate": 84.93,
            "minority_cohesion_rate": 43.51
        },
        {
            "id": 3572,
            "slug": "vs18_218_023",
            "identifier": "vs18_218_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_218_023/?format=api",
            "sitting": {
                "id": 234,
                "date": "2019-07-30",
                "number": 218,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.101 PEDRAZZINI CLAUDIO (FI)\n     - Votazione Emendamento PDL n.0181",
            "original_title": "Votazione Emendamento PDL n.0181",
            "description_title": "Emendamento 4.101 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": "Approvata",
            "n_rebels": 2,
            "n_margin": 246,
            "majority_cohesion_rate": 77.35,
            "minority_cohesion_rate": 80.92
        },
        {
            "id": 3675,
            "slug": "vs18_159_028",
            "identifier": "vs18_159_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_028/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.1 SERRACCHIANI DEBORA (PD)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 2.1 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": 2,
            "n_margin": 94,
            "majority_cohesion_rate": 74.85,
            "minority_cohesion_rate": 36.88
        },
        {
            "id": 3899,
            "slug": "vs18_175_116",
            "identifier": "vs18_175_116",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_175_116/?format=api",
            "sitting": {
                "id": 191,
                "date": "2019-05-14",
                "number": 175,
                "branch": "C"
            },
            "number": 116,
            "title": "Mozione n. 1-00179, limitatamente al capoverso quinto della parte dispositiva, MELONI GIORGIA (FDI) ed altri\n     - Votazione Mozione 1-00179",
            "original_title": "Votazione Mozione 1-00179",
            "description_title": "Mozione n. 1-00179, limitatamente al capoverso quinto della parte dispositiva, MELONI GIORGIA (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": "Respinta",
            "n_rebels": 2,
            "n_margin": 169,
            "majority_cohesion_rate": 73.61,
            "minority_cohesion_rate": 36.26
        },
        {
            "id": 515,
            "slug": "vs18_082_072",
            "identifier": "vs18_082_072",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_072/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 22.150 DE LUCA PIERO (PD)\n     - Votazione Emendamento DDL n.1201",
            "original_title": "Votazione Emendamento DDL n.1201",
            "description_title": "Emendamento 22.150 DE LUCA PIERO (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": 89,
            "majority_cohesion_rate": 78.55,
            "minority_cohesion_rate": 44.83
        },
        {
            "id": 1128,
            "slug": "vs18_061_036",
            "identifier": "vs18_061_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_061_036/?format=api",
            "sitting": {
                "id": 77,
                "date": "2018-10-11",
                "number": 61,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 6.102 FOTI TOMMASO (FDI)\n     - Votazione Emendamento PDL n.0543",
            "original_title": "Votazione Emendamento PDL n.0543",
            "description_title": "Emendamento 6.102 FOTI TOMMASO (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": 2,
            "n_margin": 226,
            "majority_cohesion_rate": 80.58,
            "minority_cohesion_rate": 70.5
        },
        {
            "id": 1093,
            "slug": "vs18_035_028",
            "identifier": "vs18_035_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_028/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 28,
            "title": "Identici emendamenti 1.95 LUCASELLI YLENJA (FDI) e 1.87 SILLI GIORGIO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Identici emendamenti 1.95 LUCASELLI YLENJA (FDI) e 1.87 SILLI GIORGIO (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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 86.09,
            "minority_cohesion_rate": 84.35
        },
        {
            "id": 1163,
            "slug": "vs18_065_096",
            "identifier": "vs18_065_096",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_096/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 96,
            "title": "Articolo aggiuntivo 1.03 SCHULLIAN MANFRED (MISTO)\n     - Votazione Emendamento PDL n.0893",
            "original_title": "Votazione Emendamento PDL n.0893",
            "description_title": "Articolo aggiuntivo 1.03 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": 2,
            "n_margin": 212,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 60.54
        },
        {
            "id": 3532,
            "slug": "vs18_218_046",
            "identifier": "vs18_218_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_218_046/?format=api",
            "sitting": {
                "id": 234,
                "date": "2019-07-30",
                "number": 218,
                "branch": "C"
            },
            "number": 46,
            "title": "Disposizioni per il contrasto della violenza in occasione di manifestazioni sportive (Già articoli da 6 a 11 del disegno di legge n. 1603 - Stralcio disposto dal Presidente della Camera ai sensi dell'articolo 123-bis, comma 1, del Regolamento, e comunicato all'Assemblea il 12 marzo 2019) (DDL 1603-ter)\n     - Votazione finale DDL n.1603-TER",
            "original_title": "Votazione finale DDL n.1603-TER",
            "description_title": "Disposizioni per il contrasto della violenza in occasione di manifestazioni sportive (Già articoli da 6 a 11 del disegno di legge n. 1603 - Stralcio disposto dal Presidente della Camera ai sensi dell'articolo 123-bis, comma 1, del Regolamento, e comunicato all'Assemblea il 12 marzo 2019) (DDL 1603-ter)\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": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 76.76,
            "minority_cohesion_rate": 68.7
        },
        {
            "id": 3681,
            "slug": "vs18_159_020",
            "identifier": "vs18_159_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_020/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.24 CECCONI ANDREA (MISTO)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 1.24 CECCONI ANDREA (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": 2,
            "n_margin": 124,
            "majority_cohesion_rate": 73.1,
            "minority_cohesion_rate": 71.48
        },
        {
            "id": 1344,
            "slug": "vs18_099_001",
            "identifier": "vs18_099_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_001/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00034 DELRIO GRAZIANO (PD) ed altri\n     - Votazione Risoluzione 6-00034",
            "original_title": "Votazione Risoluzione 6-00034",
            "description_title": "Risoluzione n. 6-00034 DELRIO GRAZIANO (PD) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 92,
            "majority_cohesion_rate": 71.51,
            "minority_cohesion_rate": 32.06
        },
        {
            "id": 1185,
            "slug": "vs18_065_072",
            "identifier": "vs18_065_072",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_072/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 1.218 PERANTONI MARIO (M5S)\n     - Votazione Emendamento PDL n.0893",
            "original_title": "Votazione Emendamento PDL n.0893",
            "description_title": "Emendamento 1.218 PERANTONI MARIO (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": 2,
            "n_margin": 59,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 60.92
        },
        {
            "id": 3707,
            "slug": "vs18_159_015",
            "identifier": "vs18_159_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_015/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.17 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 1.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": 74.27,
            "minority_cohesion_rate": 36.88
        },
        {
            "id": 91,
            "slug": "vs18_036_042",
            "identifier": "vs18_036_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_042/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 3.63 LEPRI STEFANO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 3.63 LEPRI 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": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 77.1
        },
        {
            "id": 3353,
            "slug": "vs18_197_025",
            "identifier": "vs18_197_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_025/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 25,
            "title": "Identici emendamenti 1.24 MOLLICONE FEDERICO (FDI), 1.25 TOCCAFONDI GABRIELE (MISTO) e 1.26 ROSSI ANDREA (PD)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Identici emendamenti 1.24 MOLLICONE FEDERICO (FDI), 1.25 TOCCAFONDI GABRIELE (MISTO) e 1.26 ROSSI ANDREA (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": 31,
            "majority_cohesion_rate": 73.47,
            "minority_cohesion_rate": 69.08
        },
        {
            "id": 754,
            "slug": "vs18_099_062",
            "identifier": "vs18_099_062",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_062/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 62,
            "title": "Articolo 13\n     - Votazione Articolo PDL n.0290",
            "original_title": "Votazione Articolo PDL n.0290",
            "description_title": "Articolo 13\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": 2,
            "n_margin": 155,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 43.13
        },
        {
            "id": 4096,
            "slug": "vs18_130_089",
            "identifier": "vs18_130_089",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_130_089/?format=api",
            "sitting": {
                "id": 146,
                "date": "2019-02-20",
                "number": 130,
                "branch": "C"
            },
            "number": 89,
            "title": "Subemendamento 0.1.902.4 DIENI FEDERICA (M5S)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Subemendamento 0.1.902.4 DIENI FEDERICA (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": 2,
            "n_margin": 172,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 31.18
        },
        {
            "id": 183,
            "slug": "vs18_089_131",
            "identifier": "vs18_089_131",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_089_131/?format=api",
            "sitting": {
                "id": 105,
                "date": "2018-11-22",
                "number": 89,
                "branch": "C"
            },
            "number": 131,
            "title": "Articolo 5\n     - Votazione Articolo DDL n.1189",
            "original_title": "Votazione Articolo DDL n.1189",
            "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": 2,
            "n_margin": 67,
            "majority_cohesion_rate": 81.45,
            "minority_cohesion_rate": 55.56
        }
    ]
}