Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=16
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=17",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=15",
    "results": [
        {
            "id": 915,
            "slug": "vs18_040_046",
            "identifier": "vs18_040_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_040_046/?format=api",
            "sitting": {
                "id": 56,
                "date": "2018-08-07",
                "number": 40,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.0344",
            "original_title": "Votazione Articolo DDL n.0344",
            "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": 0,
            "n_margin": 217,
            "majority_cohesion_rate": 76.23,
            "minority_cohesion_rate": 61.83
        },
        {
            "id": 844,
            "slug": "vs18_042_016",
            "identifier": "vs18_042_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_042_016/?format=api",
            "sitting": {
                "id": 58,
                "date": "2018-09-11",
                "number": 42,
                "branch": "C"
            },
            "number": 16,
            "title": "Mozione n. 1-00029 MAGI RICCARDO (MISTO) ed altri\n     - Votazione Mozione 1-00029",
            "original_title": "Votazione Mozione 1-00029",
            "description_title": "Mozione n. 1-00029 MAGI RICCARDO (MISTO) 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": 0,
            "n_margin": 201,
            "majority_cohesion_rate": 82.03,
            "minority_cohesion_rate": 45.8
        },
        {
            "id": 1095,
            "slug": "vs18_035_018",
            "identifier": "vs18_035_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_018/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.61 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.61 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": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 84.35,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 1923,
            "slug": "vs18_088_049",
            "identifier": "vs18_088_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_049/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 6.9 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 6.9 BARTOLOZZI GIUSI (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 69,
            "majority_cohesion_rate": 91.88,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 445,
            "slug": "vs18_040_014",
            "identifier": "vs18_040_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_040_014/?format=api",
            "sitting": {
                "id": 56,
                "date": "2018-08-07",
                "number": 40,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.3 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento DDL n.1041",
            "original_title": "Votazione Emendamento DDL n.1041",
            "description_title": "Emendamento 3.3 SISTO FRANCESCO PAOLO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 78.55,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 1077,
            "slug": "vs18_035_047",
            "identifier": "vs18_035_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_047/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 1.157 SOVERINI SERSE (MISTO)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.157 SOVERINI SERSE (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": 0,
            "n_margin": 112,
            "majority_cohesion_rate": 85.51,
            "minority_cohesion_rate": 37.02
        },
        {
            "id": 477,
            "slug": "vs18_040_005",
            "identifier": "vs18_040_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_040_005/?format=api",
            "sitting": {
                "id": 56,
                "date": "2018-08-07",
                "number": 40,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.7 OCCHIONERO GIUSEPPINA (LEU)\n     - Votazione Emendamento DDL n.1041",
            "original_title": "Votazione Emendamento DDL n.1041",
            "description_title": "Emendamento 1.7 OCCHIONERO GIUSEPPINA (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": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 76.81,
            "minority_cohesion_rate": 67.56
        },
        {
            "id": 1087,
            "slug": "vs18_035_015",
            "identifier": "vs18_035_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_015/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.100 OSNATO MARCO (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.100 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": 0,
            "n_margin": 146,
            "majority_cohesion_rate": 86.09,
            "minority_cohesion_rate": 43.13
        },
        {
            "id": 1541,
            "slug": "vs18_065_065",
            "identifier": "vs18_065_065",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_065/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 1.49 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento PDL n.0893",
            "original_title": "Votazione Emendamento PDL n.0893",
            "description_title": "Emendamento 1.49 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": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 79.42,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 1090,
            "slug": "vs18_035_011",
            "identifier": "vs18_035_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_011/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.101 OSNATO MARCO (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.101 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": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 86.38,
            "minority_cohesion_rate": 44.27
        },
        {
            "id": 1094,
            "slug": "vs18_035_021",
            "identifier": "vs18_035_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_021/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.111 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.111 RIZZETTO WALTER (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 86.38,
            "minority_cohesion_rate": 45.42
        },
        {
            "id": 1520,
            "slug": "vs18_065_023",
            "identifier": "vs18_065_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_023/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 4.106 SPENA MARIA (FI)\n     - Votazione Emendamento PDL n.0183",
            "original_title": "Votazione Emendamento PDL n.0183",
            "description_title": "Emendamento 4.106 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": 0,
            "n_margin": 134,
            "majority_cohesion_rate": 77.97,
            "minority_cohesion_rate": 43.3
        },
        {
            "id": 634,
            "slug": "vs18_030_050",
            "identifier": "vs18_030_050",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_030_050/?format=api",
            "sitting": {
                "id": 46,
                "date": "2018-07-19",
                "number": 30,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 1-septies.037 CORTELAZZO PIERGIORGIO (FI)\n     - Votazione Emendamento DDL n.0804",
            "original_title": "Votazione Emendamento DDL n.0804",
            "description_title": "Articolo aggiuntivo 1-septies.037 CORTELAZZO PIERGIORGIO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 79.65,
            "minority_cohesion_rate": 80.92
        },
        {
            "id": 845,
            "slug": "vs18_042_011",
            "identifier": "vs18_042_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_042_011/?format=api",
            "sitting": {
                "id": 58,
                "date": "2018-09-11",
                "number": 42,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00016, limitatamente alla premessa ed ai capoversi primo, secondo, terzo, quinto, sesto e ottavo della parte dispositiva, RIZZETTO WALTER (FDI) ed altri\n     - Votazione Mozione 1-00016",
            "original_title": "Votazione Mozione 1-00016",
            "description_title": "Mozione n. 1-00016, limitatamente alla premessa ed ai capoversi primo, secondo, terzo, quinto, sesto e ottavo della parte dispositiva, RIZZETTO WALTER (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": 0,
            "n_margin": 140,
            "majority_cohesion_rate": 81.74,
            "minority_cohesion_rate": 45.42
        },
        {
            "id": 76,
            "slug": "vs18_036_010",
            "identifier": "vs18_036_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_010/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 10,
            "title": "Identici emendamenti 2.26 LUCASELLI YLENJA (FDI) e 2.41 POLVERINI RENATA (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Identici emendamenti 2.26 LUCASELLI YLENJA (FDI) e 2.41 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": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 83.48,
            "minority_cohesion_rate": 77.86
        },
        {
            "id": 1889,
            "slug": "vs18_088_017",
            "identifier": "vs18_088_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_017/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.273 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 1.273 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": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 87.25,
            "minority_cohesion_rate": 76.63
        },
        {
            "id": 1107,
            "slug": "vs18_035_010",
            "identifier": "vs18_035_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_010/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.51 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.51 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": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 86.38,
            "minority_cohesion_rate": 44.66
        },
        {
            "id": 28,
            "slug": "vs18_028_034",
            "identifier": "vs18_028_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_028_034/?format=api",
            "sitting": {
                "id": 44,
                "date": "2018-07-17",
                "number": 28,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 8\n     - Votazione Articolo PDL n.0336",
            "original_title": "Votazione Articolo PDL n.0336",
            "description_title": "Articolo 8\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 259,
            "majority_cohesion_rate": 80.81,
            "minority_cohesion_rate": 85.5
        },
        {
            "id": 951,
            "slug": "vs18_015_004",
            "identifier": "vs18_015_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_015_004/?format=api",
            "sitting": {
                "id": 31,
                "date": "2018-06-14",
                "number": 15,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/583/7, parte prima, LABRIOLA VINCENZA (FI)\n     - Votazione Ordine del giorno 9/583/7, DDL n.0583",
            "original_title": "Votazione Ordine del giorno 9/583/7, DDL n.0583",
            "description_title": "Ordine del giorno n. 9/583/7, parte prima, LABRIOLA VINCENZA (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": 0,
            "n_margin": 163,
            "majority_cohesion_rate": 91.59,
            "minority_cohesion_rate": 35.88
        },
        {
            "id": 1113,
            "slug": "vs18_035_041",
            "identifier": "vs18_035_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_041/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 1.142 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.142 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": 0,
            "n_margin": 97,
            "majority_cohesion_rate": 85.8,
            "minority_cohesion_rate": 42.75
        },
        {
            "id": 632,
            "slug": "vs18_030_045",
            "identifier": "vs18_030_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_030_045/?format=api",
            "sitting": {
                "id": 46,
                "date": "2018-07-19",
                "number": 30,
                "branch": "C"
            },
            "number": 45,
            "title": "Identici articoli aggiuntivi 1-septies.027 TRANCASSINI PAOLO (FDI), 1-septies.012 MORGONI MARIO (PD) e 1-septies.045 CORTELAZZO PIERGIORGIO (FI)\n     - Votazione Emendamento DDL n.0804",
            "original_title": "Votazione Emendamento DDL n.0804",
            "description_title": "Identici articoli aggiuntivi 1-septies.027 TRANCASSINI PAOLO (FDI), 1-septies.012 MORGONI MARIO (PD) e 1-septies.045 CORTELAZZO PIERGIORGIO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 77.91,
            "minority_cohesion_rate": 81.3
        },
        {
            "id": 164,
            "slug": "vs18_088_052",
            "identifier": "vs18_088_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_052/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 6.0200 CIABURRO MONICA (FDI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Articolo aggiuntivo 6.0200 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": 0,
            "n_margin": 60,
            "majority_cohesion_rate": 90.43,
            "minority_cohesion_rate": 68.58
        },
        {
            "id": 1900,
            "slug": "vs18_088_032",
            "identifier": "vs18_088_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_032/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 3.14 COSTA ENRICO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 3.14 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": 0,
            "n_margin": 53,
            "majority_cohesion_rate": 89.57,
            "minority_cohesion_rate": 74.33
        },
        {
            "id": 1902,
            "slug": "vs18_088_030",
            "identifier": "vs18_088_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_030/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 3.12 COSTA ENRICO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 3.12 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": 0,
            "n_margin": 67,
            "majority_cohesion_rate": 88.99,
            "minority_cohesion_rate": 68.2
        },
        {
            "id": 1111,
            "slug": "vs18_035_019",
            "identifier": "vs18_035_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_019/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.58 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.58 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": 0,
            "n_margin": 60,
            "majority_cohesion_rate": 85.51,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 1109,
            "slug": "vs18_035_020",
            "identifier": "vs18_035_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_020/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.63 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.63 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": 0,
            "n_margin": 142,
            "majority_cohesion_rate": 84.06,
            "minority_cohesion_rate": 42.75
        },
        {
            "id": 1076,
            "slug": "vs18_035_042",
            "identifier": "vs18_035_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_042/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.143 LEPRI STEFANO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.143 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": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 86.38,
            "minority_cohesion_rate": 85.88
        },
        {
            "id": 1092,
            "slug": "vs18_035_001",
            "identifier": "vs18_035_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_001/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 1,
            "title": "Identici emendamenti 1.1 RIZZETTO WALTER (FDI) e 1.3 ZANGRILLO PAOLO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Identici emendamenti 1.1 RIZZETTO WALTER (FDI) e 1.3 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": 0,
            "n_margin": 141,
            "majority_cohesion_rate": 83.48,
            "minority_cohesion_rate": 43.13
        },
        {
            "id": 1169,
            "slug": "vs18_065_074",
            "identifier": "vs18_065_074",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_065_074/?format=api",
            "sitting": {
                "id": 81,
                "date": "2018-10-17",
                "number": 65,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 1.219, come riformulato, BAZOLI ALFREDO (PD)\n     - Votazione Emendamento PDL n.0893",
            "original_title": "Votazione Emendamento PDL n.0893",
            "description_title": "Emendamento 1.219, come riformulato, BAZOLI ALFREDO (PD)\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": 0,
            "n_margin": 228,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 67.05
        },
        {
            "id": 166,
            "slug": "vs18_088_051",
            "identifier": "vs18_088_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_051/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo aggiuntivo 6.07 ZANETTIN PIERANTONIO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Articolo aggiuntivo 6.07 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": 0,
            "n_margin": 62,
            "majority_cohesion_rate": 91.88,
            "minority_cohesion_rate": 73.18
        },
        {
            "id": 1096,
            "slug": "vs18_035_004",
            "identifier": "vs18_035_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_004/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.83 FORNARO FEDERICO (LEU)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.83 FORNARO FEDERICO (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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 85.8,
            "minority_cohesion_rate": 86.26
        },
        {
            "id": 1067,
            "slug": "vs18_035_046",
            "identifier": "vs18_035_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_046/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 46,
            "title": "Emendamento 1.155 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.155 RIZZETTO WALTER (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 191,
            "majority_cohesion_rate": 84.35,
            "minority_cohesion_rate": 40.84
        },
        {
            "id": 1081,
            "slug": "vs18_035_022",
            "identifier": "vs18_035_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_022/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.91 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.91 RIZZETTO WALTER (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 148,
            "majority_cohesion_rate": 86.67,
            "minority_cohesion_rate": 45.42
        },
        {
            "id": 1803,
            "slug": "vs18_066_009",
            "identifier": "vs18_066_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_066_009/?format=api",
            "sitting": {
                "id": 82,
                "date": "2018-10-18",
                "number": 66,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 7\n     - Votazione Articolo PDL n.0893",
            "original_title": "Votazione Articolo PDL n.0893",
            "description_title": "Articolo 7\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 148,
            "majority_cohesion_rate": 77.1,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 1083,
            "slug": "vs18_035_007",
            "identifier": "vs18_035_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_007/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 1.14 MANDELLI ANDREA (FI) e 1.15 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Identici emendamenti 1.14 MANDELLI ANDREA (FI) e 1.15 RIZZETTO WALTER (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 84.93,
            "minority_cohesion_rate": 42.75
        },
        {
            "id": 1114,
            "slug": "vs18_035_005",
            "identifier": "vs18_035_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_005/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.6 NEVI RAFFAELE (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.6 NEVI RAFFAELE (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 85.8,
            "minority_cohesion_rate": 82.82
        },
        {
            "id": 1110,
            "slug": "vs18_035_009",
            "identifier": "vs18_035_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_009/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.97 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.97 RIZZETTO WALTER (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 85.8,
            "minority_cohesion_rate": 45.04
        },
        {
            "id": 1802,
            "slug": "vs18_066_005",
            "identifier": "vs18_066_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_066_005/?format=api",
            "sitting": {
                "id": 82,
                "date": "2018-10-18",
                "number": 66,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 4\n     - Votazione Articolo PDL n.0893",
            "original_title": "Votazione Articolo PDL n.0893",
            "description_title": "Articolo 4\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 149,
            "majority_cohesion_rate": 76.81,
            "minority_cohesion_rate": 36.02
        },
        {
            "id": 1936,
            "slug": "vs18_088_033",
            "identifier": "vs18_088_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_033/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 3.203 VITIELLO CATELLO (MISTO)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 3.203 VITIELLO CATELLO (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": 0,
            "n_margin": 66,
            "majority_cohesion_rate": 89.57,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 1101,
            "slug": "vs18_035_049",
            "identifier": "vs18_035_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_035_049/?format=api",
            "sitting": {
                "id": 51,
                "date": "2018-07-31",
                "number": 35,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1.301 EPIFANI ETTORE GUGLIELMO (LEU)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 1.301 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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 85.22,
            "minority_cohesion_rate": 82.44
        },
        {
            "id": 65,
            "slug": "vs18_036_037",
            "identifier": "vs18_036_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_037/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.600, da votare ai sensi dell'articolo 86, comma 4-bis, del regolamento\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 3.600, 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": 0,
            "n_margin": 265,
            "majority_cohesion_rate": 86.09,
            "minority_cohesion_rate": 83.59
        },
        {
            "id": 1799,
            "slug": "vs18_066_001",
            "identifier": "vs18_066_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_066_001/?format=api",
            "sitting": {
                "id": 82,
                "date": "2018-10-18",
                "number": 66,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo aggiuntivo 1.01 VARCHI MARIA CAROLINA (FDI)\n     - Votazione Emendamento PDL n.0893",
            "original_title": "Votazione Emendamento PDL n.0893",
            "description_title": "Articolo aggiuntivo 1.01 VARCHI MARIA CAROLINA (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 84,
            "majority_cohesion_rate": 75.36,
            "minority_cohesion_rate": 37.16
        },
        {
            "id": 1794,
            "slug": "vs18_066_007",
            "identifier": "vs18_066_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_066_007/?format=api",
            "sitting": {
                "id": 82,
                "date": "2018-10-18",
                "number": 66,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 5\n     - Votazione Articolo PDL n.0893",
            "original_title": "Votazione Articolo PDL n.0893",
            "description_title": "Articolo 5\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 149,
            "majority_cohesion_rate": 77.97,
            "minority_cohesion_rate": 36.4
        },
        {
            "id": 1658,
            "slug": "vs18_042_004",
            "identifier": "vs18_042_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_042_004/?format=api",
            "sitting": {
                "id": 58,
                "date": "2018-09-11",
                "number": 42,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00019, limitatamente alla parte dispositiva, come riformulata, LUCASELLI YLENJA (FDI) ed altri\n     - Votazione Mozione 1-00019",
            "original_title": "Votazione Mozione 1-00019",
            "description_title": "Mozione n. 1-00019, limitatamente alla parte dispositiva, come riformulata, LUCASELLI YLENJA (FDI) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 145,
            "majority_cohesion_rate": 79.42,
            "minority_cohesion_rate": 44.27
        },
        {
            "id": 1800,
            "slug": "vs18_066_010",
            "identifier": "vs18_066_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_066_010/?format=api",
            "sitting": {
                "id": 82,
                "date": "2018-10-18",
                "number": 66,
                "branch": "C"
            },
            "number": 10,
            "title": "Disposizioni in materia di reati contro il patrimonio culturale (ai sensi dell'articolo 107, comma 1, del Regolamento) (PDL 893)\n     - Votazione finale PDL n.0893",
            "original_title": "Votazione finale PDL n.0893",
            "description_title": "Disposizioni in materia di reati contro il patrimonio culturale (ai sensi dell'articolo 107, comma 1, del Regolamento) (PDL 893)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 151,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 35.63
        },
        {
            "id": 1935,
            "slug": "vs18_088_006",
            "identifier": "vs18_088_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_088_006/?format=api",
            "sitting": {
                "id": 104,
                "date": "2018-11-21",
                "number": 88,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.108 COSTA ENRICO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 1.108 COSTA ENRICO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 138,
            "majority_cohesion_rate": 88.12,
            "minority_cohesion_rate": 78.93
        },
        {
            "id": 75,
            "slug": "vs18_036_030",
            "identifier": "vs18_036_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_030/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 2-bis.400 GELMINI MARIASTELLA (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 2-bis.400 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": 0,
            "n_margin": 142,
            "majority_cohesion_rate": 84.06,
            "minority_cohesion_rate": 38.17
        },
        {
            "id": 626,
            "slug": "vs18_030_042",
            "identifier": "vs18_030_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_030_042/?format=api",
            "sitting": {
                "id": 46,
                "date": "2018-07-19",
                "number": 30,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 1-septies.0100 BALDELLI SIMONE (FI)\n     - Votazione Emendamento DDL n.0804",
            "original_title": "Votazione Emendamento DDL n.0804",
            "description_title": "Articolo aggiuntivo 1-septies.0100 BALDELLI SIMONE (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 76.16,
            "minority_cohesion_rate": 77.86
        },
        {
            "id": 99,
            "slug": "vs18_036_022",
            "identifier": "vs18_036_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_036_022/?format=api",
            "sitting": {
                "id": 52,
                "date": "2018-08-01",
                "number": 36,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2-bis.290 MUSELLA GRAZIANO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 2-bis.290 MUSELLA GRAZIANO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 140,
            "majority_cohesion_rate": 84.35,
            "minority_cohesion_rate": 43.13
        },
        {
            "id": 559,
            "slug": "vs18_092_019",
            "identifier": "vs18_092_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_092_019/?format=api",
            "sitting": {
                "id": 108,
                "date": "2018-11-28",
                "number": 92,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1346/50 ROTTA ALESSIA (PD)\n     - Votazione Ordine del giorno 9/1346/50 DDL n.1346",
            "original_title": "Votazione Ordine del giorno 9/1346/50 DDL n.1346",
            "description_title": "Ordine del giorno n. 9/1346/50 ROTTA ALESSIA (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": 0,
            "n_margin": 156,
            "majority_cohesion_rate": 84.93,
            "minority_cohesion_rate": 42.91
        }
    ]
}