Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=62
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=63",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=61",
    "results": [
        {
            "id": 4384,
            "slug": "vs18_225_022",
            "identifier": "vs18_225_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_022/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo 4\n     - Votazione Articolo DDL n.1771",
            "original_title": "Votazione Articolo DDL n.1771",
            "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": 246,
            "majority_cohesion_rate": 74.71,
            "minority_cohesion_rate": 84.82
        },
        {
            "id": 6685,
            "slug": "vs18_285_003",
            "identifier": "vs18_285_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_285_003/?format=api",
            "sitting": {
                "id": 301,
                "date": "2020-01-09",
                "number": 285,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00248 (Nuova formulazione) FORMENTINI PAOLO (LEGA) ed altri - Votazione Mozione 1_00248",
            "original_title": "Votazione Mozione 1_00248",
            "description_title": "Mozione n. 1-00248 (Nuova formulazione) FORMENTINI PAOLO (LEGA) ed altri",
            "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": 34,
            "majority_cohesion_rate": 73.61,
            "minority_cohesion_rate": 73.54
        },
        {
            "id": 4784,
            "slug": "vs18_288_019",
            "identifier": "vs18_288_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_019/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/2284/6 BIANCHI MATTEO LUIGI (LEGA) - Votazione Ordine del giorno 9/2284/6 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/6 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/6 BIANCHI MATTEO LUIGI (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 75.22,
            "minority_cohesion_rate": 77.82
        },
        {
            "id": 4626,
            "slug": "vs18_288_011",
            "identifier": "vs18_288_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_011/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.21 MACCANTI ELENA (LEGA) - Votazione Emendamento 1.21 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.21 DDL n. 2284",
            "description_title": "Emendamento 1.21 MACCANTI ELENA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 76.4,
            "minority_cohesion_rate": 78.99
        },
        {
            "id": 4785,
            "slug": "vs18_288_016",
            "identifier": "vs18_288_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_016/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2284/2 ZANELLA FEDERICA (FI) - Votazione Ordine del giorno 9/2284/2 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/2 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/2 ZANELLA FEDERICA (FI)",
            "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": 33,
            "majority_cohesion_rate": 75.52,
            "minority_cohesion_rate": 77.82
        },
        {
            "id": 4625,
            "slug": "vs18_288_004",
            "identifier": "vs18_288_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_004/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.10 RAMPELLI FABIO (FDI) - Votazione Emendamento 1.10 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.10 DDL n. 2284",
            "description_title": "Emendamento 1.10 RAMPELLI FABIO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 213,
            "majority_cohesion_rate": 76.11,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 4632,
            "slug": "vs18_288_003",
            "identifier": "vs18_288_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_003/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.52 MACCANTI ELENA (LEGA) - Votazione Emendamento 1.52 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.52 DDL n. 2284",
            "description_title": "Emendamento 1.52 MACCANTI ELENA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 76.99,
            "minority_cohesion_rate": 79.38
        },
        {
            "id": 4634,
            "slug": "vs18_288_006",
            "identifier": "vs18_288_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_006/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.8 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.8 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.8 DDL n. 2284",
            "description_title": "Emendamento 1.8 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 76.7,
            "minority_cohesion_rate": 77.82
        },
        {
            "id": 4786,
            "slug": "vs18_288_022",
            "identifier": "vs18_288_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_022/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/2284/11 OSNATO MARCO (FDI) - Votazione Ordine del giorno 9/2284/11 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/11 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/11 OSNATO MARCO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 75.52,
            "minority_cohesion_rate": 77.04
        },
        {
            "id": 4437,
            "slug": "vs18_225_026",
            "identifier": "vs18_225_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_026/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 26,
            "title": "Proposta della Giunta di concedere l'autorizzazione all'applicazione della misura cautelare degli arresti domiciliari, di cui al Doc. IV, n. 4 nei confronti del deputato Diego Sozzani\n     - Votazione ",
            "original_title": "Votazione ",
            "description_title": "Proposta della Giunta di concedere l'autorizzazione all'applicazione della misura cautelare degli arresti domiciliari, di cui al Doc. IV, n. 4 nei confronti del deputato Diego Sozzani\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Proposta giunta",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 86.76,
            "minority_cohesion_rate": 89.11
        },
        {
            "id": 4787,
            "slug": "vs18_288_024",
            "identifier": "vs18_288_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_024/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2284/18 MOLLICONE FEDERICO (FDI) - Votazione Ordine del giorno 9/2284/18 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/18 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/18 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 76.11,
            "minority_cohesion_rate": 77.04
        },
        {
            "id": 4627,
            "slug": "vs18_288_005",
            "identifier": "vs18_288_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_005/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.11 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.11 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.11 DDL n. 2284",
            "description_title": "Emendamento 1.11 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 76.7,
            "minority_cohesion_rate": 77.82
        },
        {
            "id": 4777,
            "slug": "vs18_288_018",
            "identifier": "vs18_288_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_018/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/2284/5 CAPITANIO MASSIMILIANO (LEGA) - Votazione Ordine del giorno 9/2284/5 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/5 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/5 CAPITANIO MASSIMILIANO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 74.93,
            "minority_cohesion_rate": 77.04
        },
        {
            "id": 4629,
            "slug": "vs18_288_013",
            "identifier": "vs18_288_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_013/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 1.01 DURIGON CLAUDIO (LEGA) - Votazione Emendamento 1.01 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.01 DDL n. 2284",
            "description_title": "Articolo aggiuntivo 1.01 DURIGON CLAUDIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 76.11,
            "minority_cohesion_rate": 75.88
        },
        {
            "id": 4393,
            "slug": "vs18_225_013",
            "identifier": "vs18_225_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_013/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1679",
            "original_title": "Votazione Articolo DDL n.1679",
            "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": 246,
            "majority_cohesion_rate": 74.71,
            "minority_cohesion_rate": 84.05
        },
        {
            "id": 4631,
            "slug": "vs18_288_001",
            "identifier": "vs18_288_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_001/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.4 ZANELLA FEDERICA (FI) - Votazione Emendamento 1.4 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.4 DDL n. 2284",
            "description_title": "Emendamento 1.4 ZANELLA FEDERICA (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 76.99,
            "minority_cohesion_rate": 78.21
        },
        {
            "id": 4778,
            "slug": "vs18_288_025",
            "identifier": "vs18_288_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_025/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2284/19 VARCHI MARIA CAROLINA (FDI) - Votazione Ordine del giorno 9/2284/19 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/19 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/19 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 75.22,
            "minority_cohesion_rate": 76.65
        },
        {
            "id": 4638,
            "slug": "vs18_288_014",
            "identifier": "vs18_288_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_014/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 1.02 SOZZANI DIEGO (FI) - Votazione Emendamento 1.02 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.02 DDL n. 2284",
            "description_title": "Articolo aggiuntivo 1.02 SOZZANI DIEGO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 76.99,
            "minority_cohesion_rate": 78.21
        },
        {
            "id": 4782,
            "slug": "vs18_288_020",
            "identifier": "vs18_288_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_020/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2284/9 FOTI TOMMASO (FDI) - Votazione Ordine del giorno 9/2284/9 DDL n. 2284",
            "original_title": "Votazione Ordine del giorno 9/2284/9 DDL n. 2284",
            "description_title": "Ordine del giorno n. 9/2284/9 FOTI TOMMASO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 75.22,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 4391,
            "slug": "vs18_225_005",
            "identifier": "vs18_225_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_005/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 5\n     - Votazione Articolo DDL n.1476",
            "original_title": "Votazione Articolo DDL n.1476",
            "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": 256,
            "majority_cohesion_rate": 77.94,
            "minority_cohesion_rate": 87.55
        },
        {
            "id": 4624,
            "slug": "vs18_288_002",
            "identifier": "vs18_288_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_002/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 1.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento, e 1.1 ZANELLA FEDERICA (FI), 1.50 DE LUCA PIERO (PD) e 1.51 MACCANTI ELENA (LEGA), come riformulati - Votazione Emendamento 1.300, DDL n. 2284",
            "original_title": "Votazione Emendamento 1.300, DDL n. 2284",
            "description_title": "Identici emendamenti 1.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento, e 1.1 ZANELLA FEDERICA (FI), 1.50 DE LUCA PIERO (PD) e 1.51 MACCANTI ELENA (LEGA), come riformulati",
            "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": 244,
            "majority_cohesion_rate": 77.29,
            "minority_cohesion_rate": 78.99
        },
        {
            "id": 4633,
            "slug": "vs18_288_026",
            "identifier": "vs18_288_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_026/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 26,
            "title": "Conversione in legge del decreto-legge 2 dicembre 2019, n. 137, recante misure urgenti per assicurare la continuità del servizio svolto da Alitalia - Società Aerea Italiana S.p.A. e Alitalia Cityliner S.p.A. in amministrazione straordinaria (DDL 2284) - Votazione finale DDL n. 2284",
            "original_title": "Votazione finale DDL n. 2284",
            "description_title": "Conversione in legge del decreto-legge 2 dicembre 2019, n. 137, recante misure urgenti per assicurare la continuità del servizio svolto da Alitalia - Società Aerea Italiana S.p.A. e Alitalia Cityliner S.p.A. in amministrazione straordinaria (DDL 2284)",
            "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": 127,
            "majority_cohesion_rate": 73.75,
            "minority_cohesion_rate": 63.81
        },
        {
            "id": 4776,
            "slug": "vs18_289_001",
            "identifier": "vs18_289_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_289_001/?format=api",
            "sitting": {
                "id": 305,
                "date": "2020-01-15",
                "number": 289,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00302 (Ulteriore nuova formulazione) D'ALESSANDRO CAMILLO (IV), FORNARO FEDERICO (LEU), MACINA ANNA (M5S), MELILLI FABIO (PD), RUFFINO DANIELA (FI), IEZZI IGOR GIANCARLO (LEGA), SILVESTRONI MARCO (FDI) ed altri - Votazione Mozione 1_00302",
            "original_title": "Votazione Mozione 1_00302",
            "description_title": "Mozione n. 1-00302 (Ulteriore nuova formulazione) D'ALESSANDRO CAMILLO (IV), FORNARO FEDERICO (LEU), MACINA ANNA (M5S), MELILLI FABIO (PD), RUFFINO DANIELA (FI), IEZZI IGOR GIANCARLO (LEGA), SILVESTRONI MARCO (FDI) ed altri",
            "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": 241,
            "majority_cohesion_rate": 77.51,
            "minority_cohesion_rate": 75.1
        },
        {
            "id": 6697,
            "slug": "vs18_292_008",
            "identifier": "vs18_292_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_008/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo aggiuntivo 1.014 CENTEMERO GIULIO (LEGA) - Votazione Emendamento 1.014 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.014 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 1.014 CENTEMERO GIULIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 70.71,
            "minority_cohesion_rate": 68.87
        },
        {
            "id": 6690,
            "slug": "vs18_292_001",
            "identifier": "vs18_292_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_001/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.2 TATEO ANNA RITA (LEGA) - Votazione Emendamento 1.2 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2302",
            "description_title": "Emendamento 1.2 TATEO ANNA RITA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 61.09
        },
        {
            "id": 4382,
            "slug": "vs18_225_009",
            "identifier": "vs18_225_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_009/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 3\n     - Votazione Articolo DDL n.1678",
            "original_title": "Votazione Articolo DDL n.1678",
            "description_title": "Articolo 3\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 257,
            "majority_cohesion_rate": 77.65,
            "minority_cohesion_rate": 88.33
        },
        {
            "id": 6692,
            "slug": "vs18_292_015",
            "identifier": "vs18_292_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_015/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 2.010 D'ETTORE FELICE MAURIZIO (FI) - Votazione Emendamento 2.010 DDL n. 2302",
            "original_title": "Votazione Emendamento 2.010 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 2.010 D'ETTORE FELICE MAURIZIO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 69.82,
            "minority_cohesion_rate": 36.19
        },
        {
            "id": 4379,
            "slug": "vs18_225_014",
            "identifier": "vs18_225_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_014/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 2\n     - Votazione Articolo DDL n.1679",
            "original_title": "Votazione Articolo DDL n.1679",
            "description_title": "Articolo 2\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 245,
            "majority_cohesion_rate": 73.82,
            "minority_cohesion_rate": 84.05
        },
        {
            "id": 6693,
            "slug": "vs18_292_010",
            "identifier": "vs18_292_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_010/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo aggiuntivo 1.024 TATEO ANNA RITA (LEGA) - Votazione Emendamento 1.024 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.024 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 1.024 TATEO ANNA RITA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 49,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 57.98
        },
        {
            "id": 6691,
            "slug": "vs18_292_016",
            "identifier": "vs18_292_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_016/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 2.012 GIACOMONI SESTINO (FI) - Votazione Emendamento 2.012 DDL n. 2302",
            "original_title": "Votazione Emendamento 2.012 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 2.012 GIACOMONI SESTINO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 78,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 36.96
        },
        {
            "id": 11345,
            "slug": "18-31-28",
            "identifier": "18-31-28",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-31-28/?format=api",
            "sitting": {
                "id": 787,
                "date": "2018-08-03",
                "number": 31,
                "branch": "S"
            },
            "number": 28,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 25 luglio 2018, n. 91, recante proroga di termini previsti da disposizioni legislative - Emm. 1.101, 1.102 e 1.103, De Petris e altri;   Parrini e altri; Pagano e altri",
            "original_title": "Emm. 1.101, 1.102 e 1.103, De Petris e altri;   Parrini e altri; Pagano e altri",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 25 luglio 2018, n. 91, recante proroga di termini previsti da disposizioni legislative",
            "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": 88.62,
            "minority_cohesion_rate": 77.69
        },
        {
            "id": 6689,
            "slug": "vs18_292_011",
            "identifier": "vs18_292_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_011/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo aggiuntivo 1.026 CENTEMERO GIULIO (LEGA) - Votazione Emendamento 1.026 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.026 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 1.026 CENTEMERO GIULIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 48,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 59.14
        },
        {
            "id": 6704,
            "slug": "vs18_292_013",
            "identifier": "vs18_292_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_013/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 2.04 GIACOMONI SESTINO (FI) - Votazione Emendamento 2.04 DDL n. 2302",
            "original_title": "Votazione Emendamento 2.04 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 2.04 GIACOMONI SESTINO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 69.53,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 11344,
            "slug": "18-31-29",
            "identifier": "18-31-29",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-31-29/?format=api",
            "sitting": {
                "id": 787,
                "date": "2018-08-03",
                "number": 31,
                "branch": "S"
            },
            "number": 29,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 25 luglio 2018, n. 91, recante proroga di termini previsti da disposizioni legislative - Emm. 1.105 e 1.106, Stancanelli; Bernini e altri",
            "original_title": "Emm. 1.105 e 1.106, Stancanelli; Bernini e altri",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 25 luglio 2018, n. 91, recante proroga di termini previsti da disposizioni legislative",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 88.62,
            "minority_cohesion_rate": 75.38
        },
        {
            "id": 4928,
            "slug": "vs18_294_009",
            "identifier": "vs18_294_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_009/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.11 MELONI GIORGIA (FDI) - Votazione Emendamento 1.11 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.11 PDL n. 1524",
            "description_title": "Emendamento 1.11 MELONI GIORGIA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 81.55,
            "minority_cohesion_rate": 76.65
        },
        {
            "id": 6705,
            "slug": "vs18_294_001",
            "identifier": "vs18_294_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_001/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00095 DORI DEVIS (M5S), BAZOLI ALFREDO (PD), ANNIBALI LUCIA (IV) e CONTE FEDERICO (LEU) - Votazione Risoluzione 6_00095",
            "original_title": "Votazione Risoluzione 6_00095",
            "description_title": "Risoluzione n. 6-00095 DORI DEVIS (M5S), BAZOLI ALFREDO (PD), ANNIBALI LUCIA (IV) e CONTE FEDERICO (LEU)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 54,
            "majority_cohesion_rate": 87.2,
            "minority_cohesion_rate": 74.32
        },
        {
            "id": 5926,
            "slug": "vs18_294_024",
            "identifier": "vs18_294_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_024/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.103 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.103 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.103 PDL n. 1524",
            "description_title": "Emendamento 1.103 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 79.76,
            "minority_cohesion_rate": 76.65
        },
        {
            "id": 5229,
            "slug": "vs18_294_006",
            "identifier": "vs18_294_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_006/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00318, come riformulata, VIETINA SIMONA (FI) ed altri - Votazione Mozione 1_00318",
            "original_title": "Votazione Mozione 1_00318",
            "description_title": "Mozione n. 1-00318, come riformulata, VIETINA SIMONA (FI) ed altri",
            "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": 261,
            "majority_cohesion_rate": 87.2,
            "minority_cohesion_rate": 79.38
        },
        {
            "id": 4949,
            "slug": "vs18_294_008",
            "identifier": "vs18_294_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_008/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.28 SISTO FRANCESCO PAOLO (FI) - Votazione Emendamento 1.28 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.28 PDL n. 1524",
            "description_title": "Emendamento 1.28 SISTO FRANCESCO PAOLO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 49,
            "majority_cohesion_rate": 81.85,
            "minority_cohesion_rate": 73.15
        },
        {
            "id": 5219,
            "slug": "vs18_294_005",
            "identifier": "vs18_294_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_005/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00317, come riformulata, LOLLOBRIGIDA FRANCESCO (FDI) ed altri - Votazione Mozione 1_00317",
            "original_title": "Votazione Mozione 1_00317",
            "description_title": "Mozione n. 1-00317, come riformulata, LOLLOBRIGIDA FRANCESCO (FDI) ed altri",
            "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": 262,
            "majority_cohesion_rate": 87.5,
            "minority_cohesion_rate": 79.77
        },
        {
            "id": 6476,
            "slug": "vs18_294_018",
            "identifier": "vs18_294_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_018/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.104 BARTOLOZZI GIUSI (FI) - Votazione Emendamento 1.104 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.104 PDL n. 1524",
            "description_title": "Emendamento 1.104 BARTOLOZZI GIUSI (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 81.85,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 5936,
            "slug": "vs18_294_029",
            "identifier": "vs18_294_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_029/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 2.103 POTENTI MANFREDI (LEGA) - Votazione Emendamento 2.103 PDL n. 1524",
            "original_title": "Votazione Emendamento 2.103 PDL n. 1524",
            "description_title": "Emendamento 2.103 POTENTI MANFREDI (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 77.68,
            "minority_cohesion_rate": 75.1
        },
        {
            "id": 6421,
            "slug": "vs18_294_013",
            "identifier": "vs18_294_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_013/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.108 BISA INGRID (LEGA) - Votazione Emendamento 1.108 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.108 PDL n. 1524",
            "description_title": "Emendamento 1.108 BISA INGRID (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 81.85,
            "minority_cohesion_rate": 76.65
        },
        {
            "id": 6426,
            "slug": "vs18_294_012",
            "identifier": "vs18_294_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_012/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.2 POTENTI MANFREDI (LEGA) - Votazione Emendamento 1.2 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.2 PDL n. 1524",
            "description_title": "Emendamento 1.2 POTENTI MANFREDI (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 44,
            "majority_cohesion_rate": 82.14,
            "minority_cohesion_rate": 76.65
        },
        {
            "id": 6456,
            "slug": "vs18_294_016",
            "identifier": "vs18_294_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_016/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.100 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.100 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.100 PDL n. 1524",
            "description_title": "Emendamento 1.100 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 82.74,
            "minority_cohesion_rate": 76.65
        },
        {
            "id": 6430,
            "slug": "vs18_294_014",
            "identifier": "vs18_294_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_014/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.23 BARTOLOZZI GIUSI (FI) - Votazione Emendamento 1.23 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.23 PDL n. 1524",
            "description_title": "Emendamento 1.23 BARTOLOZZI GIUSI (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 44,
            "majority_cohesion_rate": 82.14,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 6643,
            "slug": "vs18_294_003",
            "identifier": "vs18_294_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_003/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00312 (Nuova formulazione) BORGHI ENRICO (PD), FEDERICO ANTONIO (M5S), DI MAIO MARCO (IV), FORNARO FEDERICO (LEU), PLANGGER ALBRECHT (MISTO) ed altri - Votazione Mozione 1_00312",
            "original_title": "Votazione Mozione 1_00312",
            "description_title": "Mozione n. 1-00312 (Nuova formulazione) BORGHI ENRICO (PD), FEDERICO ANTONIO (M5S), DI MAIO MARCO (IV), FORNARO FEDERICO (LEU), PLANGGER ALBRECHT (MISTO) ed altri",
            "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": 260,
            "majority_cohesion_rate": 85.71,
            "minority_cohesion_rate": 80.54
        },
        {
            "id": 5243,
            "slug": "vs18_294_004",
            "identifier": "vs18_294_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_004/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00316, come riformulata, PAROLO UGO (LEGA) ed altri - Votazione Mozione 1_00316",
            "original_title": "Votazione Mozione 1_00316",
            "description_title": "Mozione n. 1-00316, come riformulata, PAROLO UGO (LEGA) ed altri",
            "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": 261,
            "majority_cohesion_rate": 86.61,
            "minority_cohesion_rate": 80.54
        },
        {
            "id": 6417,
            "slug": "vs18_294_011",
            "identifier": "vs18_294_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_011/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.16 BARTOLOZZI GIUSI (FI) - Votazione Emendamento 1.16 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.16 PDL n. 1524",
            "description_title": "Emendamento 1.16 BARTOLOZZI GIUSI (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 82.44,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 5541,
            "slug": "vs18_294_021",
            "identifier": "vs18_294_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_021/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.107 POTENTI MANFREDI (LEGA) - Votazione Emendamento 1.107 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.107 PDL n. 1524",
            "description_title": "Emendamento 1.107 POTENTI MANFREDI (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 44,
            "majority_cohesion_rate": 82.14,
            "minority_cohesion_rate": 77.04
        }
    ]
}