Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=-identifier&page=51
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=-identifier&page=52",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-identifier&page=50",
    "results": [
        {
            "id": 5599,
            "slug": "vs18_343_025",
            "identifier": "vs18_343_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_025/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 2117",
            "original_title": "Votazione Articolo 10 DDL n. 2117",
            "description_title": "Articolo 10",
            "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": 228,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 5621,
            "slug": "vs18_343_024",
            "identifier": "vs18_343_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_024/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 10.100 delle Commissioni - Votazione Emendamento 10.100 DDL n. 2117",
            "original_title": "Votazione Emendamento 10.100 DDL n. 2117",
            "description_title": "Emendamento 10.100 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 12,
            "n_margin": 124,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 77.73
        },
        {
            "id": 5614,
            "slug": "vs18_343_023",
            "identifier": "vs18_343_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_023/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 2117",
            "original_title": "Votazione Articolo 9 DDL n. 2117",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 228,
            "majority_cohesion_rate": 70.66,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 5626,
            "slug": "vs18_343_022",
            "identifier": "vs18_343_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_022/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo aggiuntivo 8.025 POTENTI MANFREDI (LEGA) - Votazione Emendamento 8.025 DDL n. 2117",
            "original_title": "Votazione Emendamento 8.025 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 8.025 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": 15,
            "majority_cohesion_rate": 69.76,
            "minority_cohesion_rate": 81.25
        },
        {
            "id": 5631,
            "slug": "vs18_343_021",
            "identifier": "vs18_343_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_021/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo aggiuntivo 8.017 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 8.017 DDL n. 2117",
            "original_title": "Votazione Emendamento 8.017 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 8.017 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 68.86,
            "minority_cohesion_rate": 81.64
        },
        {
            "id": 5637,
            "slug": "vs18_343_020",
            "identifier": "vs18_343_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_020/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 8.05 BALDINI MARIA TERESA (FDI) - Votazione Emendamento 8.05 DDL n. 2117",
            "original_title": "Votazione Emendamento 8.05 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 8.05 BALDINI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 68.86,
            "minority_cohesion_rate": 80.08
        },
        {
            "id": 5020,
            "slug": "vs18_343_019",
            "identifier": "vs18_343_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_019/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 8.023 PIASTRA CARLO (LEGA) - Votazione Emendamento 8.023 DDL n. 2117",
            "original_title": "Votazione Emendamento 8.023 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 8.023 PIASTRA CARLO (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": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 68.26,
            "minority_cohesion_rate": 80.47
        },
        {
            "id": 5116,
            "slug": "vs18_343_018",
            "identifier": "vs18_343_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_018/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 8 - Votazione Articolo 8 DDL n. 2117",
            "original_title": "Votazione Articolo 8 DDL n. 2117",
            "description_title": "Articolo 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 221,
            "majority_cohesion_rate": 68.26,
            "minority_cohesion_rate": 80.47
        },
        {
            "id": 5107,
            "slug": "vs18_343_017",
            "identifier": "vs18_343_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_017/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 8.50 CARFAGNA MARIA ROSARIA (FI) - Votazione Emendamento 8.50 DDL n. 2117",
            "original_title": "Votazione Emendamento 8.50 DDL n. 2117",
            "description_title": "Emendamento 8.50 CARFAGNA MARIA ROSARIA (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 68.26,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 5098,
            "slug": "vs18_343_016",
            "identifier": "vs18_343_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_016/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 7.016 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 7.016 DDL n. 2117",
            "original_title": "Votazione Emendamento 7.016 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 7.016 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 67.66,
            "minority_cohesion_rate": 78.91
        },
        {
            "id": 5089,
            "slug": "vs18_343_015",
            "identifier": "vs18_343_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_015/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 7.027 NOVELLI ROBERTO (FI) - Votazione Emendamento 7.027 DDL n. 2117",
            "original_title": "Votazione Emendamento 7.027 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 7.027 NOVELLI ROBERTO (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": 17,
            "majority_cohesion_rate": 68.26,
            "minority_cohesion_rate": 79.69
        },
        {
            "id": 5081,
            "slug": "vs18_343_014",
            "identifier": "vs18_343_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_014/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 7.50 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 7.50 DDL n. 2117",
            "original_title": "Votazione Emendamento 7.50 DDL n. 2117",
            "description_title": "Emendamento 7.50 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": "Approvata",
            "n_rebels": 17,
            "n_margin": 189,
            "majority_cohesion_rate": 67.37,
            "minority_cohesion_rate": 58.2
        },
        {
            "id": 5073,
            "slug": "vs18_343_013",
            "identifier": "vs18_343_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_013/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 6.024 POTENTI MANFREDI (LEGA) - Votazione Emendamento 6.024 DDL n. 2117",
            "original_title": "Votazione Emendamento 6.024 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 6.024 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": 14,
            "majority_cohesion_rate": 68.26,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 5061,
            "slug": "vs18_343_012",
            "identifier": "vs18_343_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_012/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo aggiuntivo 6.022 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 6.022 DDL n. 2117",
            "original_title": "Votazione Emendamento 6.022 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 6.022 BELLUCCI MARIA TERESA (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": 16,
            "majority_cohesion_rate": 70.36,
            "minority_cohesion_rate": 81.25
        },
        {
            "id": 5051,
            "slug": "vs18_343_011",
            "identifier": "vs18_343_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_011/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo aggiuntivo 6.020 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 6.020 DDL n. 2117",
            "original_title": "Votazione Emendamento 6.020 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 6.020 BELLUCCI MARIA TERESA (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": 13,
            "majority_cohesion_rate": 67.96,
            "minority_cohesion_rate": 80.08
        },
        {
            "id": 5433,
            "slug": "vs18_343_010",
            "identifier": "vs18_343_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_010/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo aggiuntivo 6.018 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 6.018 DDL n. 2117",
            "original_title": "Votazione Emendamento 6.018 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 6.018 BELLUCCI MARIA TERESA (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": 17,
            "majority_cohesion_rate": 69.76,
            "minority_cohesion_rate": 79.69
        },
        {
            "id": 4645,
            "slug": "vs18_343_009",
            "identifier": "vs18_343_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_009/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 6.015 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 6.015 DDL n. 2117",
            "original_title": "Votazione Emendamento 6.015 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 6.015 BELLUCCI MARIA TERESA (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": 15,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 4666,
            "slug": "vs18_343_008",
            "identifier": "vs18_343_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_008/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo aggiuntivo 6.01 GEMMATO MARCELLO (FDI) - Votazione Emendamento 6.01 DDL n. 2117",
            "original_title": "Votazione Emendamento 6.01 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 6.01 GEMMATO MARCELLO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 69.16,
            "minority_cohesion_rate": 80.47
        },
        {
            "id": 4659,
            "slug": "vs18_343_007",
            "identifier": "vs18_343_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_007/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 2117",
            "original_title": "Votazione Articolo 6 DDL n. 2117",
            "description_title": "Articolo 6",
            "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": 221,
            "majority_cohesion_rate": 67.07,
            "minority_cohesion_rate": 79.3
        },
        {
            "id": 4733,
            "slug": "vs18_343_006",
            "identifier": "vs18_343_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_006/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2117",
            "original_title": "Votazione Articolo 5 DDL n. 2117",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 217,
            "majority_cohesion_rate": 66.77,
            "minority_cohesion_rate": 77.73
        },
        {
            "id": 4722,
            "slug": "vs18_343_005",
            "identifier": "vs18_343_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_005/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 5.100 delle Commissioni - Votazione Emendamento 5.100 DDL n. 2117",
            "original_title": "Votazione Emendamento 5.100 DDL n. 2117",
            "description_title": "Emendamento 5.100 delle Commissioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 10,
            "majority_cohesion_rate": 65.57,
            "minority_cohesion_rate": 77.73
        },
        {
            "id": 4761,
            "slug": "vs18_343_004",
            "identifier": "vs18_343_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_004/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 5.3 TURRI ROBERTO (LEGA) - Votazione Emendamento 5.3 DDL n. 2117",
            "original_title": "Votazione Emendamento 5.3 DDL n. 2117",
            "description_title": "Emendamento 5.3 TURRI ROBERTO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 12,
            "majority_cohesion_rate": 66.77,
            "minority_cohesion_rate": 78.91
        },
        {
            "id": 4748,
            "slug": "vs18_343_003",
            "identifier": "vs18_343_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_003/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2117",
            "original_title": "Votazione Articolo 4 DDL n. 2117",
            "description_title": "Articolo 4",
            "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": 211,
            "majority_cohesion_rate": 64.07,
            "minority_cohesion_rate": 76.17
        },
        {
            "id": 4696,
            "slug": "vs18_343_002",
            "identifier": "vs18_343_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_002/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 4.100 delle Commissioni - Votazione Emendamento 4.100 DDL n. 2117",
            "original_title": "Votazione Emendamento 4.100 DDL n. 2117",
            "description_title": "Emendamento 4.100 delle Commissioni",
            "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": 210,
            "majority_cohesion_rate": 64.97,
            "minority_cohesion_rate": 74.61
        },
        {
            "id": 4686,
            "slug": "vs18_343_001",
            "identifier": "vs18_343_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_001/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2117",
            "original_title": "Votazione Articolo 3 DDL n. 2117",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 192,
            "majority_cohesion_rate": 57.49,
            "minority_cohesion_rate": 71.48
        },
        {
            "id": 4989,
            "slug": "vs18_342_018",
            "identifier": "vs18_342_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_018/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 2.020 POTENTI MANFREDI (LEGA) - Votazione Emendamento 2.020 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.020 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 2.020 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 73.05,
            "minority_cohesion_rate": 77.73
        },
        {
            "id": 4962,
            "slug": "vs18_342_017",
            "identifier": "vs18_342_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_017/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo aggiuntivo 2.019 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.019 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.019 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 2.019 TURRI ROBERTO (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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 73.35,
            "minority_cohesion_rate": 76.56
        },
        {
            "id": 4971,
            "slug": "vs18_342_016",
            "identifier": "vs18_342_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_016/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 2.061 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 2.061 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.061 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 2.061 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 72.46,
            "minority_cohesion_rate": 78.52
        },
        {
            "id": 4682,
            "slug": "vs18_342_015",
            "identifier": "vs18_342_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_015/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo aggiuntivo 2.06 BALDINI MARIA TERESA (FDI) - Votazione Emendamento 2.06 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.06 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 2.06 BALDINI MARIA TERESA (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": 24,
            "majority_cohesion_rate": 74.55,
            "minority_cohesion_rate": 81.25
        },
        {
            "id": 4678,
            "slug": "vs18_342_014",
            "identifier": "vs18_342_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_014/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo aggiuntivo 2.022 NOVELLI ROBERTO (FI) - Votazione Emendamento 2.022 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.022 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 2.022 NOVELLI ROBERTO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 73.65,
            "minority_cohesion_rate": 80.47
        },
        {
            "id": 4674,
            "slug": "vs18_342_013",
            "identifier": "vs18_342_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_013/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 2.021 NOVELLI ROBERTO (FI) - Votazione Emendamento 2.021 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.021 DDL n. 2117",
            "description_title": "Articolo aggiuntivo 2.021 NOVELLI ROBERTO (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": 24,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 4667,
            "slug": "vs18_342_012",
            "identifier": "vs18_342_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_012/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2117",
            "original_title": "Votazione Articolo 2 DDL n. 2117",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 238,
            "majority_cohesion_rate": 74.85,
            "minority_cohesion_rate": 82.03
        },
        {
            "id": 4662,
            "slug": "vs18_342_011",
            "identifier": "vs18_342_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_011/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.22 RUSSO PAOLO (FI) - Votazione Emendamento 2.22 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.22 DDL n. 2117",
            "description_title": "Emendamento 2.22 RUSSO 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": 26,
            "majority_cohesion_rate": 74.55,
            "minority_cohesion_rate": 82.42
        },
        {
            "id": 4655,
            "slug": "vs18_342_010",
            "identifier": "vs18_342_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_010/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.19 POTENTI MANFREDI (LEGA) - Votazione Emendamento 2.19 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.19 DDL n. 2117",
            "description_title": "Emendamento 2.19 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 74.25,
            "minority_cohesion_rate": 81.25
        },
        {
            "id": 5486,
            "slug": "vs18_342_009",
            "identifier": "vs18_342_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_009/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.21 BOND DARIO (FI) - Votazione Emendamento 2.21 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.21 DDL n. 2117",
            "description_title": "Emendamento 2.21 BOND DARIO (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": 24,
            "majority_cohesion_rate": 74.55,
            "minority_cohesion_rate": 81.64
        },
        {
            "id": 5495,
            "slug": "vs18_342_008",
            "identifier": "vs18_342_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_008/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.50 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.50 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.50 DDL n. 2117",
            "description_title": "Emendamento 2.50 TURRI ROBERTO (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": 21,
            "majority_cohesion_rate": 73.35,
            "minority_cohesion_rate": 81.25
        },
        {
            "id": 5444,
            "slug": "vs18_342_007",
            "identifier": "vs18_342_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_007/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.23 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 2.23 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.23 DDL n. 2117",
            "description_title": "Emendamento 2.23 BELLUCCI MARIA TERESA (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": 22,
            "majority_cohesion_rate": 73.05,
            "minority_cohesion_rate": 80.47
        },
        {
            "id": 5453,
            "slug": "vs18_342_006",
            "identifier": "vs18_342_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_006/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.51 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 2.51 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.51 DDL n. 2117",
            "description_title": "Emendamento 2.51 BELLUCCI MARIA TERESA (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": 4,
            "n_margin": 18,
            "majority_cohesion_rate": 72.16,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 5460,
            "slug": "vs18_342_005",
            "identifier": "vs18_342_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_005/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.52 CARFAGNA MARIA ROSARIA (FI) - Votazione Emendamento 2.52 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.52 DDL n. 2117",
            "description_title": "Emendamento 2.52 CARFAGNA MARIA ROSARIA (FI)",
            "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": 234,
            "majority_cohesion_rate": 74.25,
            "minority_cohesion_rate": 79.69
        },
        {
            "id": 5467,
            "slug": "vs18_342_004",
            "identifier": "vs18_342_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_004/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.24 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.24 DDL n. 2117",
            "original_title": "Votazione Emendamento 2.24 DDL n. 2117",
            "description_title": "Emendamento 2.24 TURRI ROBERTO (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": 25,
            "majority_cohesion_rate": 74.55,
            "minority_cohesion_rate": 81.64
        },
        {
            "id": 5037,
            "slug": "vs18_342_003",
            "identifier": "vs18_342_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_003/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2117",
            "original_title": "Votazione Articolo 1 DDL n. 2117",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 234,
            "majority_cohesion_rate": 73.05,
            "minority_cohesion_rate": 81.25
        },
        {
            "id": 5299,
            "slug": "vs18_342_002",
            "identifier": "vs18_342_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_002/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00348 CRIPPA DAVIDE (M5S), DELRIO GRAZIANO (PD), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU) ed altri - Votazione Mozione 1_00348",
            "original_title": "Votazione Mozione 1_00348",
            "description_title": "Mozione n. 1-00348 CRIPPA DAVIDE (M5S), DELRIO GRAZIANO (PD), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU) 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": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 73.35,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 5330,
            "slug": "vs18_342_001",
            "identifier": "vs18_342_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_342_001/?format=api",
            "sitting": {
                "id": 358,
                "date": "2020-05-19",
                "number": 342,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00346 MOLINARI RICCARDO (LEGA), GELMINI MARIASTELLA (FI), LOLLOBRIGIDA FRANCESCO (FDI), LUPI MAURIZIO (MISTO) ed altri - Votazione Mozione 1_00346",
            "original_title": "Votazione Mozione 1_00346",
            "description_title": "Mozione n. 1-00346 MOLINARI RICCARDO (LEGA), GELMINI MARIASTELLA (FI), LOLLOBRIGIDA FRANCESCO (FDI), LUPI MAURIZIO (MISTO) 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": 23,
            "majority_cohesion_rate": 73.65,
            "minority_cohesion_rate": 80.08
        },
        {
            "id": 6433,
            "slug": "vs18_340_008",
            "identifier": "vs18_340_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_008/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 8,
            "title": "Conversione in legge del decreto-legge 25 marzo 2020, n. 19, recante misure urgenti per fronteggiare l'emergenza epidemiologica da COVID-19 (DDL 2447) - Votazione finale DDL n. 2447",
            "original_title": "Votazione finale DDL n. 2447",
            "description_title": "Conversione in legge del decreto-legge 25 marzo 2020, n. 19, recante misure urgenti per fronteggiare l'emergenza epidemiologica da COVID-19 (DDL 2447)",
            "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": 37,
            "majority_cohesion_rate": 70.87,
            "minority_cohesion_rate": 63.81
        },
        {
            "id": 6483,
            "slug": "vs18_340_007",
            "identifier": "vs18_340_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_007/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/2447/101 GIANNONE VERONICA (MISTO) - Votazione Ordine del giorno 9/2447/101 DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/101 DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/101 GIANNONE VERONICA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 68.77,
            "minority_cohesion_rate": 70.04
        },
        {
            "id": 6493,
            "slug": "vs18_340_006",
            "identifier": "vs18_340_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_006/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2447/97 MARCHETTI RICCARDO AUGUSTO (LEGA) - Votazione Ordine del giorno 9/2447/97 DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/97 DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/97 MARCHETTI RICCARDO AUGUSTO (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": 24,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 71.21
        },
        {
            "id": 6383,
            "slug": "vs18_340_005",
            "identifier": "vs18_340_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_005/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2447/95 PANIZZUT MASSIMILIANO (LEGA) - Votazione Ordine del giorno 9/2447/95 DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/95 DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/95 PANIZZUT 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": 27,
            "majority_cohesion_rate": 70.57,
            "minority_cohesion_rate": 69.65
        },
        {
            "id": 6394,
            "slug": "vs18_340_004",
            "identifier": "vs18_340_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_004/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/2447/92 MONTARULI AUGUSTA (FDI) - Votazione Ordine del giorno 9/2447/92 DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/92 DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/92 MONTARULI AUGUSTA (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": 26,
            "majority_cohesion_rate": 70.27,
            "minority_cohesion_rate": 70.82
        },
        {
            "id": 6363,
            "slug": "vs18_340_003",
            "identifier": "vs18_340_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_003/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2447/88 GAVA VANNIA (LEGA) - Votazione Ordine del giorno 9/2447/88 DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/88 DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/88 GAVA VANNIA (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": 26,
            "majority_cohesion_rate": 70.57,
            "minority_cohesion_rate": 71.98
        },
        {
            "id": 6370,
            "slug": "vs18_340_002",
            "identifier": "vs18_340_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_002/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2447/85, limitatamente alle premesse, DI MURO FLAVIO (LEGA) - Votazione Ordine del giorno 9/2447/85, DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/85, DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/85, limitatamente alle premesse, DI MURO FLAVIO (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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 70.57,
            "minority_cohesion_rate": 70.04
        }
    ]
}