Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=243
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=244",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=242",
    "results": [
        {
            "id": 5653,
            "slug": "vs18_376_067",
            "identifier": "vs18_376_067",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_067/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 2070",
            "original_title": "Votazione Articolo 5 PDL n. 2070",
            "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": 3,
            "n_margin": 216,
            "majority_cohesion_rate": 68.37,
            "minority_cohesion_rate": 74.51
        },
        {
            "id": 5659,
            "slug": "vs18_376_068",
            "identifier": "vs18_376_068",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_068/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 68,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 2070",
            "original_title": "Votazione Articolo 6 PDL n. 2070",
            "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": 1,
            "n_margin": 221,
            "majority_cohesion_rate": 70.78,
            "minority_cohesion_rate": 74.51
        },
        {
            "id": 5666,
            "slug": "vs18_376_069",
            "identifier": "vs18_376_069",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_069/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 2070",
            "original_title": "Votazione Articolo 7 PDL n. 2070",
            "description_title": "Articolo 7",
            "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": 69.88,
            "minority_cohesion_rate": 74.9
        },
        {
            "id": 5469,
            "slug": "vs18_376_070",
            "identifier": "vs18_376_070",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_070/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 8.1 BIGNAMI GALEAZZO (FDI) - Votazione Emendamento 8.1 PDL n. 2070",
            "original_title": "Votazione Emendamento 8.1 PDL n. 2070",
            "description_title": "Emendamento 8.1 BIGNAMI GALEAZZO (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": 71.69,
            "minority_cohesion_rate": 75.69
        },
        {
            "id": 5446,
            "slug": "vs18_376_071",
            "identifier": "vs18_376_071",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_071/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 71,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 2070",
            "original_title": "Votazione Articolo 8 PDL n. 2070",
            "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": 5,
            "n_margin": 220,
            "majority_cohesion_rate": 70.48,
            "minority_cohesion_rate": 75.69
        },
        {
            "id": 5455,
            "slug": "vs18_376_072",
            "identifier": "vs18_376_072",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_072/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 72,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 2070",
            "original_title": "Votazione Articolo 9 PDL n. 2070",
            "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": 0,
            "n_margin": 224,
            "majority_cohesion_rate": 71.69,
            "minority_cohesion_rate": 75.69
        },
        {
            "id": 5484,
            "slug": "vs18_376_073",
            "identifier": "vs18_376_073",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_376_073/?format=api",
            "sitting": {
                "id": 392,
                "date": "2020-07-21",
                "number": 376,
                "branch": "C"
            },
            "number": 73,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sulle attività connesse alle comunità di tipo familiare che accolgono minori. Disposizioni in maniera di diritto del minore di una famiglia. (PDL 2070 e abbinate PDL 1731-1887-1958-2007) - Votazione finale PDL n. 2070",
            "original_title": "Votazione finale PDL n. 2070",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sulle attività connesse alle comunità di tipo familiare che accolgono minori. Disposizioni in maniera di diritto del minore di una famiglia. (PDL 2070 e abbinate PDL 1731-1887-1958-2007)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 200,
            "majority_cohesion_rate": 71.08,
            "minority_cohesion_rate": 59.61
        },
        {
            "id": 4938,
            "slug": "vs18_377_001",
            "identifier": "vs18_377_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_001/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 1.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 1.210 PDL n. 0875",
            "description_title": "Emendamento 1.210 DEIDDA SALVATORE (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": 113,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 61.96
        },
        {
            "id": 4947,
            "slug": "vs18_377_002",
            "identifier": "vs18_377_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_002/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.200 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 1.200 PDL n. 0875",
            "original_title": "Votazione Emendamento 1.200 PDL n. 0875",
            "description_title": "Emendamento 1.200 FERRARI ROBERTO PAOLO (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": 7,
            "n_margin": 37,
            "majority_cohesion_rate": 74.1,
            "minority_cohesion_rate": 71.37
        },
        {
            "id": 4924,
            "slug": "vs18_377_003",
            "identifier": "vs18_377_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_003/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.5 DEIDDA SALVATORE (FDI) - Votazione Emendamento 1.5 PDL n. 0875",
            "original_title": "Votazione Emendamento 1.5 PDL n. 0875",
            "description_title": "Emendamento 1.5 DEIDDA SALVATORE (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": 115,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 60.0
        },
        {
            "id": 4931,
            "slug": "vs18_377_004",
            "identifier": "vs18_377_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_004/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.6 DEIDDA SALVATORE (FDI) - Votazione Emendamento 1.6 PDL n. 0875",
            "original_title": "Votazione Emendamento 1.6 PDL n. 0875",
            "description_title": "Emendamento 1.6 DEIDDA SALVATORE (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": 116,
            "majority_cohesion_rate": 75.3,
            "minority_cohesion_rate": 63.53
        },
        {
            "id": 4979,
            "slug": "vs18_377_005",
            "identifier": "vs18_377_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_005/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0875",
            "original_title": "Votazione Articolo 1 PDL n. 0875",
            "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": 7,
            "n_margin": 225,
            "majority_cohesion_rate": 75.9,
            "minority_cohesion_rate": 73.73
        },
        {
            "id": 4990,
            "slug": "vs18_377_006",
            "identifier": "vs18_377_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_006/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 2.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 2.210 PDL n. 0875",
            "description_title": "Emendamento 2.210 DEIDDA SALVATORE (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": 7,
            "n_margin": 64,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 52.16
        },
        {
            "id": 4960,
            "slug": "vs18_377_007",
            "identifier": "vs18_377_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_007/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.2 DEIDDA SALVATORE (FDI) - Votazione Emendamento 2.2 PDL n. 0875",
            "original_title": "Votazione Emendamento 2.2 PDL n. 0875",
            "description_title": "Emendamento 2.2 DEIDDA SALVATORE (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": 10,
            "n_margin": 61,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 54.12
        },
        {
            "id": 4969,
            "slug": "vs18_377_008",
            "identifier": "vs18_377_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_008/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0875",
            "original_title": "Votazione Articolo 2 PDL n. 0875",
            "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": 11,
            "n_margin": 222,
            "majority_cohesion_rate": 74.1,
            "minority_cohesion_rate": 73.73
        },
        {
            "id": 5009,
            "slug": "vs18_377_009",
            "identifier": "vs18_377_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_009/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.1 DEIDDA SALVATORE (FDI) - Votazione Emendamento 3.1 PDL n. 0875",
            "original_title": "Votazione Emendamento 3.1 PDL n. 0875",
            "description_title": "Emendamento 3.1 DEIDDA SALVATORE (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": 6,
            "n_margin": 115,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 61.57
        },
        {
            "id": 6141,
            "slug": "vs18_377_010",
            "identifier": "vs18_377_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_010/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.202 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 3.202 PDL n. 0875",
            "original_title": "Votazione Emendamento 3.202 PDL n. 0875",
            "description_title": "Emendamento 3.202 FERRARI ROBERTO PAOLO (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": 11,
            "n_margin": 80,
            "majority_cohesion_rate": 75.9,
            "minority_cohesion_rate": 41.96
        },
        {
            "id": 6148,
            "slug": "vs18_377_011",
            "identifier": "vs18_377_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_011/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3.203 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 3.203 PDL n. 0875",
            "original_title": "Votazione Emendamento 3.203 PDL n. 0875",
            "description_title": "Emendamento 3.203 FERRARI ROBERTO PAOLO (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": 12,
            "n_margin": 70,
            "majority_cohesion_rate": 75.9,
            "minority_cohesion_rate": 49.41
        },
        {
            "id": 6158,
            "slug": "vs18_377_012",
            "identifier": "vs18_377_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_012/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0875",
            "original_title": "Votazione Articolo 3 PDL n. 0875",
            "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": 15,
            "n_margin": 162,
            "majority_cohesion_rate": 76.51,
            "minority_cohesion_rate": 52.94
        },
        {
            "id": 6104,
            "slug": "vs18_377_013",
            "identifier": "vs18_377_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_013/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 4.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 4.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 4.210 PDL n. 0875",
            "description_title": "Emendamento 4.210 DEIDDA SALVATORE (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": 14,
            "n_margin": 62,
            "majority_cohesion_rate": 75.3,
            "minority_cohesion_rate": 52.94
        },
        {
            "id": 6112,
            "slug": "vs18_377_014",
            "identifier": "vs18_377_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_014/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 4.203 DEIDDA SALVATORE (FDI) - Votazione Emendamento 4.203 PDL n. 0875",
            "original_title": "Votazione Emendamento 4.203 PDL n. 0875",
            "description_title": "Emendamento 4.203 DEIDDA SALVATORE (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": 9,
            "n_margin": 61,
            "majority_cohesion_rate": 74.1,
            "minority_cohesion_rate": 52.16
        },
        {
            "id": 6121,
            "slug": "vs18_377_015",
            "identifier": "vs18_377_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_015/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0875",
            "original_title": "Votazione Articolo 4 PDL n. 0875",
            "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": 9,
            "n_margin": 224,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 74.12
        },
        {
            "id": 6129,
            "slug": "vs18_377_016",
            "identifier": "vs18_377_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_016/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 5.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 5.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 5.210 PDL n. 0875",
            "description_title": "Emendamento 5.210 DEIDDA SALVATORE (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": 5,
            "n_margin": 115,
            "majority_cohesion_rate": 76.2,
            "minority_cohesion_rate": 61.96
        },
        {
            "id": 6446,
            "slug": "vs18_377_017",
            "identifier": "vs18_377_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_017/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 5.201 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 5.201 PDL n. 0875",
            "original_title": "Votazione Emendamento 5.201 PDL n. 0875",
            "description_title": "Emendamento 5.201 FERRARI ROBERTO PAOLO (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": 39,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 71.37
        },
        {
            "id": 6455,
            "slug": "vs18_377_018",
            "identifier": "vs18_377_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_018/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 5.205 CATTOI MAURIZIO (M5S) - Votazione Emendamento 5.205 PDL n. 0875",
            "original_title": "Votazione Emendamento 5.205 PDL n. 0875",
            "description_title": "Emendamento 5.205 CATTOI MAURIZIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 17,
            "n_margin": 207,
            "majority_cohesion_rate": 72.59,
            "minority_cohesion_rate": 72.16
        },
        {
            "id": 6466,
            "slug": "vs18_377_019",
            "identifier": "vs18_377_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_019/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 5.206 RUSSO PAOLO (FI) - Votazione Emendamento 5.206 PDL n. 0875",
            "original_title": "Votazione Emendamento 5.206 PDL n. 0875",
            "description_title": "Emendamento 5.206 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": 20,
            "n_margin": 211,
            "majority_cohesion_rate": 72.29,
            "minority_cohesion_rate": 68.24
        },
        {
            "id": 5570,
            "slug": "vs18_377_020",
            "identifier": "vs18_377_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_020/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 5.207 CATTOI MAURIZIO (M5S) - Votazione Emendamento 5.207 PDL n. 0875",
            "original_title": "Votazione Emendamento 5.207 PDL n. 0875",
            "description_title": "Emendamento 5.207 CATTOI MAURIZIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 14,
            "n_margin": 209,
            "majority_cohesion_rate": 70.48,
            "minority_cohesion_rate": 72.16
        },
        {
            "id": 5664,
            "slug": "vs18_377_021",
            "identifier": "vs18_377_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_021/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0875",
            "original_title": "Votazione Articolo 5 PDL n. 0875",
            "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": 7,
            "n_margin": 157,
            "majority_cohesion_rate": 73.49,
            "minority_cohesion_rate": 50.59
        },
        {
            "id": 5670,
            "slug": "vs18_377_022",
            "identifier": "vs18_377_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_022/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 6.200 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 6.200 PDL n. 0875",
            "original_title": "Votazione Emendamento 6.200 PDL n. 0875",
            "description_title": "Emendamento 6.200 FERRARI ROBERTO PAOLO (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": 8,
            "n_margin": 65,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 51.76
        },
        {
            "id": 5651,
            "slug": "vs18_377_023",
            "identifier": "vs18_377_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_023/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 6.201 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 6.201 PDL n. 0875",
            "original_title": "Votazione Emendamento 6.201 PDL n. 0875",
            "description_title": "Emendamento 6.201 FERRARI ROBERTO PAOLO (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": 9,
            "n_margin": 60,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 52.55
        },
        {
            "id": 5657,
            "slug": "vs18_377_024",
            "identifier": "vs18_377_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_024/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0875",
            "original_title": "Votazione Articolo 6 PDL n. 0875",
            "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": 16,
            "n_margin": 159,
            "majority_cohesion_rate": 74.1,
            "minority_cohesion_rate": 52.55
        },
        {
            "id": 5639,
            "slug": "vs18_377_025",
            "identifier": "vs18_377_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_025/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 7.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 7.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 7.210 PDL n. 0875",
            "description_title": "Emendamento 7.210 DEIDDA SALVATORE (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": 10,
            "n_margin": 64,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 52.94
        },
        {
            "id": 5645,
            "slug": "vs18_377_026",
            "identifier": "vs18_377_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_026/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 0875",
            "original_title": "Votazione Articolo 7 PDL n. 0875",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 14,
            "n_margin": 159,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 52.55
        },
        {
            "id": 5628,
            "slug": "vs18_377_027",
            "identifier": "vs18_377_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_027/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 8.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 8.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 8.210 PDL n. 0875",
            "description_title": "Emendamento 8.210 DEIDDA SALVATORE (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": 30,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 75.29
        },
        {
            "id": 5635,
            "slug": "vs18_377_028",
            "identifier": "vs18_377_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_028/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 8.201 RUSSO PAOLO (FI) - Votazione Emendamento 8.201 PDL n. 0875",
            "original_title": "Votazione Emendamento 8.201 PDL n. 0875",
            "description_title": "Emendamento 8.201 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": 21,
            "n_margin": 210,
            "majority_cohesion_rate": 74.4,
            "minority_cohesion_rate": 67.45
        },
        {
            "id": 5949,
            "slug": "vs18_377_029",
            "identifier": "vs18_377_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_029/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 8.202 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 8.202 PDL n. 0875",
            "original_title": "Votazione Emendamento 8.202 PDL n. 0875",
            "description_title": "Emendamento 8.202 FERRARI ROBERTO PAOLO (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": 6,
            "n_margin": 37,
            "majority_cohesion_rate": 73.8,
            "minority_cohesion_rate": 72.16
        },
        {
            "id": 5040,
            "slug": "vs18_377_030",
            "identifier": "vs18_377_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_030/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 8.7 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 8.7 PDL n. 0875",
            "original_title": "Votazione Emendamento 8.7 PDL n. 0875",
            "description_title": "Emendamento 8.7 FERRARI ROBERTO PAOLO (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": 21,
            "n_margin": 59,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 57.25
        },
        {
            "id": 5043,
            "slug": "vs18_377_031",
            "identifier": "vs18_377_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_031/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0875",
            "original_title": "Votazione Articolo 8 PDL n. 0875",
            "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": 5,
            "n_margin": 212,
            "majority_cohesion_rate": 75.6,
            "minority_cohesion_rate": 63.14
        },
        {
            "id": 5048,
            "slug": "vs18_377_032",
            "identifier": "vs18_377_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_032/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 9.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 9.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 9.210 PDL n. 0875",
            "description_title": "Emendamento 9.210 DEIDDA SALVATORE (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": 23,
            "n_margin": 54,
            "majority_cohesion_rate": 74.1,
            "minority_cohesion_rate": 59.22
        },
        {
            "id": 5448,
            "slug": "vs18_377_033",
            "identifier": "vs18_377_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_033/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 9.300 della Commissione - Votazione Emendamento 9.300 PDL n. 0875",
            "original_title": "Votazione Emendamento 9.300 PDL n. 0875",
            "description_title": "Emendamento 9.300 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 207,
            "majority_cohesion_rate": 71.99,
            "minority_cohesion_rate": 64.71
        },
        {
            "id": 5440,
            "slug": "vs18_377_034",
            "identifier": "vs18_377_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_034/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 9.201 RUSSO PAOLO (FI) - Votazione Emendamento 9.201 PDL n. 0875",
            "original_title": "Votazione Emendamento 9.201 PDL n. 0875",
            "description_title": "Emendamento 9.201 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": 16,
            "n_margin": 214,
            "majority_cohesion_rate": 73.49,
            "minority_cohesion_rate": 70.2
        },
        {
            "id": 5464,
            "slug": "vs18_377_035",
            "identifier": "vs18_377_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_035/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 9.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 9.500, PDL n. 0875",
            "original_title": "Votazione Emendamento 9.500, PDL n. 0875",
            "description_title": "Emendamento 9.500, 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": 4,
            "n_margin": 210,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 63.92
        },
        {
            "id": 5458,
            "slug": "vs18_377_036",
            "identifier": "vs18_377_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_036/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 9.202 RUSSO PAOLO (FI) - Votazione Emendamento 9.202 PDL n. 0875",
            "original_title": "Votazione Emendamento 9.202 PDL n. 0875",
            "description_title": "Emendamento 9.202 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": 13,
            "n_margin": 215,
            "majority_cohesion_rate": 71.39,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 5476,
            "slug": "vs18_377_037",
            "identifier": "vs18_377_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_037/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 0875",
            "original_title": "Votazione Articolo 9 PDL n. 0875",
            "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": 10,
            "n_margin": 154,
            "majority_cohesion_rate": 72.89,
            "minority_cohesion_rate": 54.12
        },
        {
            "id": 5471,
            "slug": "vs18_377_038",
            "identifier": "vs18_377_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_038/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 10.210 DEIDDA SALVATORE (FDI) - Votazione Emendamento 10.210 PDL n. 0875",
            "original_title": "Votazione Emendamento 10.210 PDL n. 0875",
            "description_title": "Emendamento 10.210 DEIDDA SALVATORE (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": 21,
            "n_margin": 50,
            "majority_cohesion_rate": 71.69,
            "minority_cohesion_rate": 58.04
        },
        {
            "id": 5489,
            "slug": "vs18_377_039",
            "identifier": "vs18_377_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_039/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 10.3 DEIDDA SALVATORE (FDI) - Votazione Emendamento 10.3 PDL n. 0875",
            "original_title": "Votazione Emendamento 10.3 PDL n. 0875",
            "description_title": "Emendamento 10.3 DEIDDA SALVATORE (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": 12,
            "n_margin": 55,
            "majority_cohesion_rate": 72.89,
            "minority_cohesion_rate": 55.29
        },
        {
            "id": 4652,
            "slug": "vs18_377_040",
            "identifier": "vs18_377_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_040/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 10 - Votazione Articolo 10 PDL n. 0875",
            "original_title": "Votazione Articolo 10 PDL n. 0875",
            "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": 5,
            "n_margin": 207,
            "majority_cohesion_rate": 72.59,
            "minority_cohesion_rate": 62.75
        },
        {
            "id": 4679,
            "slug": "vs18_377_041",
            "identifier": "vs18_377_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_041/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 11.201 FERRARI ROBERTO PAOLO (LEGA) - Votazione Emendamento 11.201 PDL n. 0875",
            "original_title": "Votazione Emendamento 11.201 PDL n. 0875",
            "description_title": "Emendamento 11.201 FERRARI ROBERTO PAOLO (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": 16,
            "n_margin": 53,
            "majority_cohesion_rate": 70.48,
            "minority_cohesion_rate": 54.12
        },
        {
            "id": 4683,
            "slug": "vs18_377_042",
            "identifier": "vs18_377_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_042/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 11 - Votazione Articolo 11 PDL n. 0875",
            "original_title": "Votazione Articolo 11 PDL n. 0875",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 16,
            "n_margin": 152,
            "majority_cohesion_rate": 71.08,
            "minority_cohesion_rate": 54.51
        },
        {
            "id": 4671,
            "slug": "vs18_377_043",
            "identifier": "vs18_377_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_043/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo 12 - Votazione Articolo 12 PDL n. 0875",
            "original_title": "Votazione Articolo 12 PDL n. 0875",
            "description_title": "Articolo 12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 205,
            "majority_cohesion_rate": 70.78,
            "minority_cohesion_rate": 64.31
        }
    ]
}