Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=-date&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            },
            {
                "id": "2019",
                "value": "2019"
            }
        ],
        "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://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-date&page=43",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-date&page=41",
    "results": [
        {
            "id": 5539,
            "slug": "vs18_417_021",
            "identifier": "vs18_417_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_021/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.44 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.44 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.44 PDL n. 0107",
            "description_title": "Emendamento 1.44 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": 4,
            "n_margin": 28,
            "majority_cohesion_rate": 66.46,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 5675,
            "slug": "vs18_417_076",
            "identifier": "vs18_417_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_076/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 4.290 TURRI ROBERTO (LEGA) - Votazione Emendamento 4.290 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.290 PDL n. 0107",
            "description_title": "Emendamento 4.290 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": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 69.82,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 5939,
            "slug": "vs18_417_016",
            "identifier": "vs18_417_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_016/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.20 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 1.20 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.20 PDL n. 0107",
            "description_title": "Emendamento 1.20 PAGANO ALESSANDRO (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": 34,
            "majority_cohesion_rate": 68.9,
            "minority_cohesion_rate": 64.57
        },
        {
            "id": 5944,
            "slug": "vs18_417_017",
            "identifier": "vs18_417_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_017/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.34 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.34 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.34 PDL n. 0107",
            "description_title": "Emendamento 1.34 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": 3,
            "n_margin": 35,
            "majority_cohesion_rate": 69.51,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 5924,
            "slug": "vs18_417_019",
            "identifier": "vs18_417_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_019/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.35 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.35 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.35 PDL n. 0107",
            "description_title": "Emendamento 1.35 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": 31,
            "majority_cohesion_rate": 67.68,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 5942,
            "slug": "vs18_417_073",
            "identifier": "vs18_417_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_073/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 4.291 TURRI ROBERTO (LEGA) - Votazione Emendamento 4.291 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.291 PDL n. 0107",
            "description_title": "Emendamento 4.291 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": 35,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 63.78
        },
        {
            "id": 5916,
            "slug": "vs18_417_074",
            "identifier": "vs18_417_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_074/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 4.224 TURRI ROBERTO (LEGA) - Votazione Emendamento 4.224 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.224 PDL n. 0107",
            "description_title": "Emendamento 4.224 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": 33,
            "majority_cohesion_rate": 67.68,
            "minority_cohesion_rate": 63.78
        },
        {
            "id": 5925,
            "slug": "vs18_417_075",
            "identifier": "vs18_417_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_075/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 4.225 TURRI ROBERTO (LEGA) - Votazione Emendamento 4.225 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.225 PDL n. 0107",
            "description_title": "Emendamento 4.225 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": 4,
            "n_margin": 34,
            "majority_cohesion_rate": 69.51,
            "minority_cohesion_rate": 64.17
        },
        {
            "id": 5974,
            "slug": "vs18_417_010",
            "identifier": "vs18_417_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_010/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.420 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.420 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.420 PDL n. 0107",
            "description_title": "Emendamento 1.420 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": 4,
            "n_margin": 41,
            "majority_cohesion_rate": 70.73,
            "minority_cohesion_rate": 60.24
        },
        {
            "id": 5985,
            "slug": "vs18_417_013",
            "identifier": "vs18_417_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_013/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 13,
            "title": "Identici emendamenti 1.18 TURRI ROBERTO (LEGA) e 1.19 PALMIERI ANTONIO (FI) - Votazione Emendamento 1.18 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.18 PDL n. 0107",
            "description_title": "Identici emendamenti 1.18 TURRI ROBERTO (LEGA) e 1.19 PALMIERI ANTONIO (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": 3,
            "n_margin": 33,
            "majority_cohesion_rate": 68.9,
            "minority_cohesion_rate": 63.78
        },
        {
            "id": 6000,
            "slug": "vs18_417_080",
            "identifier": "vs18_417_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_080/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 4.191 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 4.191 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.191 PDL n. 0107",
            "description_title": "Emendamento 4.191 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 66.14
        },
        {
            "id": 5993,
            "slug": "vs18_417_081",
            "identifier": "vs18_417_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_081/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 4.228 POTENTI MANFREDI (LEGA) - Votazione Emendamento 4.228 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.228 PDL n. 0107",
            "description_title": "Emendamento 4.228 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 66.54
        },
        {
            "id": 5662,
            "slug": "vs18_417_078",
            "identifier": "vs18_417_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_078/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 78,
            "title": "Identici emendamenti 4.187 LUCASELLI YLENJA (FDI) e 4.227 TURRI ROBERTO (LEGA) - Votazione Emendamento 4.187 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.187 PDL n. 0107",
            "description_title": "Identici emendamenti 4.187 LUCASELLI YLENJA (FDI) e 4.227 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": 36,
            "majority_cohesion_rate": 70.73,
            "minority_cohesion_rate": 66.14
        },
        {
            "id": 6166,
            "slug": "vs18_417_086",
            "identifier": "vs18_417_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_086/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 4.199 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 4.199 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.199 PDL n. 0107",
            "description_title": "Emendamento 4.199 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": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 64.17
        },
        {
            "id": 6401,
            "slug": "vs18_417_006",
            "identifier": "vs18_417_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_006/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.11 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.11 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.11 PDL n. 0107",
            "description_title": "Emendamento 1.11 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": 35,
            "majority_cohesion_rate": 67.68,
            "minority_cohesion_rate": 61.02
        },
        {
            "id": 6423,
            "slug": "vs18_417_008",
            "identifier": "vs18_417_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_008/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.13 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.13 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.13 PDL n. 0107",
            "description_title": "Emendamento 1.13 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": 37,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 61.42
        },
        {
            "id": 6452,
            "slug": "vs18_417_083",
            "identifier": "vs18_417_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_083/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 83,
            "title": "Identici emendamenti 4.232 TURRI ROBERTO (LEGA) e 4.414 LUPI MAURIZIO (MISTO) - Votazione Emendamento 4.232 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.232 PDL n. 0107",
            "description_title": "Identici emendamenti 4.232 TURRI ROBERTO (LEGA) e 4.414 LUPI MAURIZIO (MISTO)",
            "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": 30,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 6473,
            "slug": "vs18_417_005",
            "identifier": "vs18_417_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_005/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.417 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.417 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.417 PDL n. 0107",
            "description_title": "Emendamento 1.417 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": 4,
            "n_margin": 41,
            "majority_cohesion_rate": 70.73,
            "minority_cohesion_rate": 61.42
        },
        {
            "id": 6477,
            "slug": "vs18_417_085",
            "identifier": "vs18_417_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_085/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 85,
            "title": "Identici emendamenti 4.234 TURRI ROBERTO (LEGA) e 4.415 LUPI MAURIZIO (MISTO) - Votazione Emendamento 4.234 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.234 PDL n. 0107",
            "description_title": "Identici emendamenti 4.234 TURRI ROBERTO (LEGA) e 4.415 LUPI MAURIZIO (MISTO)",
            "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": 32,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 66.54
        },
        {
            "id": 5913,
            "slug": "vs18_417_018",
            "identifier": "vs18_417_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_018/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.21 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.21 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.21 PDL n. 0107",
            "description_title": "Emendamento 1.21 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": 35,
            "majority_cohesion_rate": 69.82,
            "minority_cohesion_rate": 64.57
        },
        {
            "id": 5029,
            "slug": "vs18_417_033",
            "identifier": "vs18_417_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_033/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.402 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 1.402 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.402 PDL n. 0107",
            "description_title": "Emendamento 1.402 PAGANO ALESSANDRO (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 67.68,
            "minority_cohesion_rate": 68.11
        },
        {
            "id": 5951,
            "slug": "vs18_417_070",
            "identifier": "vs18_417_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_070/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 3.450, nel testo riformulato, BAZOLI ALFREDO (PD) - Votazione Emendamento 3.450, PDL n. 0107",
            "original_title": "Votazione Emendamento 3.450, PDL n. 0107",
            "description_title": "Emendamento 3.450, nel testo riformulato, BAZOLI ALFREDO (PD)",
            "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": 41,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 58.27
        },
        {
            "id": 4922,
            "slug": "vs18_417_094",
            "identifier": "vs18_417_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_094/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 4.284 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 4.284 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.284 PDL n. 0107",
            "description_title": "Emendamento 4.284 PAGANO ALESSANDRO (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": 4,
            "n_margin": 38,
            "majority_cohesion_rate": 70.73,
            "minority_cohesion_rate": 64.57
        },
        {
            "id": 4910,
            "slug": "vs18_417_054",
            "identifier": "vs18_417_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_054/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici emendamenti 2.420 MASCHIO CIRO (FDI) e 2.465 TOMASI MAURA (LEGA) - Votazione Emendamento 2.420 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.420 PDL n. 0107",
            "description_title": "Identici emendamenti 2.420 MASCHIO CIRO (FDI) e 2.465 TOMASI MAURA (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": 34,
            "majority_cohesion_rate": 69.82,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 4991,
            "slug": "vs18_417_103",
            "identifier": "vs18_417_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_103/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 103,
            "title": "Identici emendamenti 4.430 VARCHI MARIA CAROLINA (FDI) e 4.238 TOMASI MAURA (LEGA) - Votazione Emendamento 4.430 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.430 PDL n. 0107",
            "description_title": "Identici emendamenti 4.430 VARCHI MARIA CAROLINA (FDI) e 4.238 TOMASI MAURA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 199,
            "majority_cohesion_rate": 67.99,
            "minority_cohesion_rate": 65.75
        },
        {
            "id": 4943,
            "slug": "vs18_417_108",
            "identifier": "vs18_417_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_108/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 108,
            "title": "Emendamento 5.32 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 5.32 PDL n. 0107",
            "original_title": "Votazione Emendamento 5.32 PDL n. 0107",
            "description_title": "Emendamento 5.32 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 67.99,
            "minority_cohesion_rate": 62.99
        },
        {
            "id": 5487,
            "slug": "vs18_417_064",
            "identifier": "vs18_417_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_064/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo aggiuntivo 2.020 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.020 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.020 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 2.020 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": 33,
            "majority_cohesion_rate": 69.82,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 5015,
            "slug": "vs18_417_051",
            "identifier": "vs18_417_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_051/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 51,
            "title": "Identici emendamenti 2.1 MONTARULI AUGUSTA (FDI), 2.2 ROSPI GIANLUCA (MISTO), 2.460 PALMIERI ANTONIO (FI) e 2.3 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.1 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.1 PDL n. 0107",
            "description_title": "Identici emendamenti 2.1 MONTARULI AUGUSTA (FDI), 2.2 ROSPI GIANLUCA (MISTO), 2.460 PALMIERI ANTONIO (FI) e 2.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": 33,
            "majority_cohesion_rate": 69.51,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 4941,
            "slug": "vs18_417_058",
            "identifier": "vs18_417_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_058/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 2.457 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 2.457 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.457 PDL n. 0107",
            "description_title": "Emendamento 2.457 PAGANO ALESSANDRO (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": 34,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 4933,
            "slug": "vs18_417_109",
            "identifier": "vs18_417_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_109/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 5.404 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 5.404 PDL n. 0107",
            "original_title": "Votazione Emendamento 5.404 PDL n. 0107",
            "description_title": "Emendamento 5.404 PAGANO ALESSANDRO (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": 32,
            "majority_cohesion_rate": 66.77,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 6431,
            "slug": "vs18_417_089",
            "identifier": "vs18_417_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_089/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 89,
            "title": "Emendamento 4.700, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.700, PDL n. 0107",
            "original_title": "Votazione Emendamento 4.700, PDL n. 0107",
            "description_title": "Emendamento 4.700, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 20,
            "n_margin": 51,
            "majority_cohesion_rate": 69.51,
            "minority_cohesion_rate": 58.27
        },
        {
            "id": 5000,
            "slug": "vs18_417_052",
            "identifier": "vs18_417_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_052/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 2.5 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.5 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.5 PDL n. 0107",
            "description_title": "Emendamento 2.5 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": 4,
            "n_margin": 31,
            "majority_cohesion_rate": 68.9,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 5493,
            "slug": "vs18_417_065",
            "identifier": "vs18_417_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_065/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo aggiuntivo 2.021 TURRI ROBERTO (LEGA) - Votazione Emendamento 2.021 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.021 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 2.021 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": 30,
            "majority_cohesion_rate": 67.68,
            "minority_cohesion_rate": 66.14
        },
        {
            "id": 4998,
            "slug": "vs18_417_102",
            "identifier": "vs18_417_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_102/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 4.440 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 4.440 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.440 PDL n. 0107",
            "description_title": "Emendamento 4.440 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": 4,
            "n_margin": 32,
            "majority_cohesion_rate": 67.38,
            "minority_cohesion_rate": 64.17
        },
        {
            "id": 5010,
            "slug": "vs18_417_100",
            "identifier": "vs18_417_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_100/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 100,
            "title": "Emendamento 4.239 TOMASI MAURA (LEGA) - Votazione Emendamento 4.239 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.239 PDL n. 0107",
            "description_title": "Emendamento 4.239 TOMASI MAURA (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": 35,
            "majority_cohesion_rate": 69.51,
            "minority_cohesion_rate": 64.96
        },
        {
            "id": 4746,
            "slug": "vs18_417_001",
            "identifier": "vs18_417_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_001/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 1,
            "title": "Questioni pregiudiziali n. 1 IEZZI IGOR GIANCARLO (LEGA) ed altri, n. 2 LOLLOBRIGIDA FRANCESCO (FDI) ed altri e n. 3 GELMINI MARIASTELLA (FI) ed altri - Votazione pregiudiziale DDL n. 2727",
            "original_title": "Votazione pregiudiziale DDL n. 2727",
            "description_title": "Questioni pregiudiziali n. 1 IEZZI IGOR GIANCARLO (LEGA) ed altri, n. 2 LOLLOBRIGIDA FRANCESCO (FDI) ed altri e n. 3 GELMINI MARIASTELLA (FI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 70.73,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 5024,
            "slug": "vs18_417_030",
            "identifier": "vs18_417_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_030/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.418 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.418 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.418 PDL n. 0107",
            "description_title": "Emendamento 1.418 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": 4,
            "n_margin": 31,
            "majority_cohesion_rate": 68.6,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 4992,
            "slug": "vs18_417_039",
            "identifier": "vs18_417_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_039/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 1.424 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.424 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.424 PDL n. 0107",
            "description_title": "Emendamento 1.424 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": 4,
            "n_margin": 28,
            "majority_cohesion_rate": 67.99,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 5994,
            "slug": "vs18_417_012",
            "identifier": "vs18_417_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_012/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.422 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.422 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.422 PDL n. 0107",
            "description_title": "Emendamento 1.422 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": 111,
            "majority_cohesion_rate": 66.46,
            "minority_cohesion_rate": 96.46
        },
        {
            "id": 4646,
            "slug": "vs18_417_110",
            "identifier": "vs18_417_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_110/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 110,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0107",
            "original_title": "Votazione Articolo 5 PDL n. 0107",
            "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": 8,
            "n_margin": 35,
            "majority_cohesion_rate": 67.99,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 4916,
            "slug": "vs18_417_095",
            "identifier": "vs18_417_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_095/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 4.285 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 4.285 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.285 PDL n. 0107",
            "description_title": "Emendamento 4.285 PAGANO ALESSANDRO (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": 38,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 62.99
        },
        {
            "id": 4641,
            "slug": "vs18_417_045",
            "identifier": "vs18_417_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_045/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 1.412 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 1.412 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.412 PDL n. 0107",
            "description_title": "Emendamento 1.412 PAGANO ALESSANDRO (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": 27,
            "majority_cohesion_rate": 67.07,
            "minority_cohesion_rate": 68.11
        },
        {
            "id": 4901,
            "slug": "vs18_417_057",
            "identifier": "vs18_417_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_057/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 2.470 NOJA LISA (IV) - Votazione Emendamento 2.470 PDL n. 0107",
            "original_title": "Votazione Emendamento 2.470 PDL n. 0107",
            "description_title": "Emendamento 2.470 NOJA LISA (IV)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 213,
            "majority_cohesion_rate": 70.12,
            "minority_cohesion_rate": 69.29
        },
        {
            "id": 5522,
            "slug": "vs18_417_023",
            "identifier": "vs18_417_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_023/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 23,
            "title": "Identici emendamenti 1.450 NOJA LISA (IV) e 1.433, come riformulato, NOVELLI ROBERTO (FI) - Votazione Emendamento 1.450 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.450 PDL n. 0107",
            "description_title": "Identici emendamenti 1.450 NOJA LISA (IV) e 1.433, come riformulato, NOVELLI ROBERTO (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": 1,
            "n_margin": 213,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 69.29
        },
        {
            "id": 5441,
            "slug": "vs18_417_026",
            "identifier": "vs18_417_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_026/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.104 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.104 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.104 PDL n. 0107",
            "description_title": "Emendamento 1.104 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": 4,
            "n_margin": 32,
            "majority_cohesion_rate": 68.29,
            "minority_cohesion_rate": 66.14
        },
        {
            "id": 5533,
            "slug": "vs18_417_022",
            "identifier": "vs18_417_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_022/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.30 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 1.30 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.30 PDL n. 0107",
            "description_title": "Emendamento 1.30 PAGANO ALESSANDRO (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": 5,
            "n_margin": 33,
            "majority_cohesion_rate": 67.99,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 5952,
            "slug": "vs18_417_014",
            "identifier": "vs18_417_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_014/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 14,
            "title": "Identici emendamenti 1.390 BARTOLOZZI GIUSI (FI) e 1.429 TURRI ROBERTO (LEGA) - Votazione Emendamento 1.390 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.390 PDL n. 0107",
            "description_title": "Identici emendamenti 1.390 BARTOLOZZI GIUSI (FI) e 1.429 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": 32,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 64.96
        },
        {
            "id": 5501,
            "slug": "vs18_417_025",
            "identifier": "vs18_417_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_025/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.395 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 1.395 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.395 PDL n. 0107",
            "description_title": "Emendamento 1.395 PAGANO ALESSANDRO (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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 67.68,
            "minority_cohesion_rate": 66.54
        },
        {
            "id": 5938,
            "slug": "vs18_417_072",
            "identifier": "vs18_417_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_072/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 72,
            "title": "Identici emendamenti 4.100 ROSPI GIANLUCA (MISTO), 4.3 PALMIERI ANTONIO (FI) e 4.4 TURRI ROBERTO (LEGA) - Votazione Emendamento 4.100 PDL n. 0107",
            "original_title": "Votazione Emendamento 4.100 PDL n. 0107",
            "description_title": "Identici emendamenti 4.100 ROSPI GIANLUCA (MISTO), 4.3 PALMIERI ANTONIO (FI) e 4.4 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": 36,
            "majority_cohesion_rate": 69.21,
            "minority_cohesion_rate": 64.17
        },
        {
            "id": 4734,
            "slug": "vs18_417_040",
            "identifier": "vs18_417_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_417_040/?format=api",
            "sitting": {
                "id": 433,
                "date": "2020-10-28",
                "number": 417,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 1.408 PAGANO ALESSANDRO (LEGA) - Votazione Emendamento 1.408 PDL n. 0107",
            "original_title": "Votazione Emendamento 1.408 PDL n. 0107",
            "description_title": "Emendamento 1.408 PAGANO ALESSANDRO (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": 29,
            "majority_cohesion_rate": 68.9,
            "minority_cohesion_rate": 69.29
        }
    ]
}