Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=255
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=identifier&page=256",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=254",
    "results": [
        {
            "id": 5937,
            "slug": "vs18_421_017",
            "identifier": "vs18_421_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_017/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 0107",
            "original_title": "Votazione Articolo 9 PDL n. 0107",
            "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": 11,
            "n_margin": 37,
            "majority_cohesion_rate": 74.09,
            "minority_cohesion_rate": 69.69
        },
        {
            "id": 5972,
            "slug": "vs18_421_018",
            "identifier": "vs18_421_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_018/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento Tit. 1 NOJA LISA (IV) - Votazione Emendamento Tit. PDL n. 0107",
            "original_title": "Votazione Emendamento Tit. PDL n. 0107",
            "description_title": "Emendamento Tit. 1 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": 1,
            "n_margin": 231,
            "majority_cohesion_rate": 74.39,
            "minority_cohesion_rate": 74.02
        },
        {
            "id": 5984,
            "slug": "vs18_421_019",
            "identifier": "vs18_421_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_019/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 6.500 GIANNONE VERONICA (MISTO) - Votazione Emendamento 6.500 PDL n. 0107",
            "original_title": "Votazione Emendamento 6.500 PDL n. 0107",
            "description_title": "Emendamento 6.500 GIANNONE VERONICA (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": 35,
            "majority_cohesion_rate": 74.09,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 6160,
            "slug": "vs18_421_020",
            "identifier": "vs18_421_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_020/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 20,
            "title": "Identici subemendamenti 0.6.800.1 TURRI ROBERTO (LEGA) e 0.6.800.2 PALMIERI ANTONIO (FI) - Votazione Emendamento 0.6.800.1 PDL n. 0107",
            "original_title": "Votazione Emendamento 0.6.800.1 PDL n. 0107",
            "description_title": "Identici subemendamenti 0.6.800.1 TURRI ROBERTO (LEGA) e 0.6.800.2 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": 4,
            "n_margin": 36,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 71.65
        },
        {
            "id": 6149,
            "slug": "vs18_421_021",
            "identifier": "vs18_421_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_021/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 21,
            "title": "Subemendamento 0.6.800.3 PALMIERI ANTONIO (FI) - Votazione Emendamento 0.6.800.3 PDL n. 0107",
            "original_title": "Votazione Emendamento 0.6.800.3 PDL n. 0107",
            "description_title": "Subemendamento 0.6.800.3 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": 37,
            "majority_cohesion_rate": 73.48,
            "minority_cohesion_rate": 70.08
        },
        {
            "id": 6410,
            "slug": "vs18_421_022",
            "identifier": "vs18_421_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_022/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 22,
            "title": "Subemendamento 0.6.800.4 PALMIERI ANTONIO (FI) - Votazione Emendamento 0.6.800.4 PDL n. 0107",
            "original_title": "Votazione Emendamento 0.6.800.4 PDL n. 0107",
            "description_title": "Subemendamento 0.6.800.4 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": 7,
            "n_margin": 27,
            "majority_cohesion_rate": 71.04,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 6167,
            "slug": "vs18_421_023",
            "identifier": "vs18_421_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_023/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 6.800 della Commissione - Votazione Emendamento 6.800 PDL n. 0107",
            "original_title": "Votazione Emendamento 6.800 PDL n. 0107",
            "description_title": "Emendamento 6.800 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": 29,
            "majority_cohesion_rate": 72.26,
            "minority_cohesion_rate": 70.08
        },
        {
            "id": 6434,
            "slug": "vs18_421_024",
            "identifier": "vs18_421_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_421_024/?format=api",
            "sitting": {
                "id": 437,
                "date": "2020-11-03",
                "number": 421,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 6.197 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 6.197 PDL n. 0107",
            "original_title": "Votazione Emendamento 6.197 PDL n. 0107",
            "description_title": "Emendamento 6.197 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 74.7,
            "minority_cohesion_rate": 69.29
        },
        {
            "id": 4961,
            "slug": "vs18_422_001",
            "identifier": "vs18_422_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_001/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 6.208 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 6.208 PDL n. 0107",
            "original_title": "Votazione Emendamento 6.208 PDL n. 0107",
            "description_title": "Emendamento 6.208 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 76.45,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 4970,
            "slug": "vs18_422_002",
            "identifier": "vs18_422_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_002/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0107",
            "original_title": "Votazione Articolo 6 PDL n. 0107",
            "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": 3,
            "n_margin": 38,
            "majority_cohesion_rate": 75.54,
            "minority_cohesion_rate": 68.11
        },
        {
            "id": 4984,
            "slug": "vs18_422_003",
            "identifier": "vs18_422_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_003/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo aggiuntivo 6.01 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 6.01 PDL n. 0107",
            "original_title": "Votazione Emendamento 6.01 PDL n. 0107",
            "description_title": "Articolo aggiuntivo 6.01 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 76.45,
            "minority_cohesion_rate": 69.69
        },
        {
            "id": 5247,
            "slug": "vs18_422_004",
            "identifier": "vs18_422_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_004/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/T.U. 107/1 MAGI RICCARDO (MISTO) - Votazione Ordine del giorno 9/T.U. 107/1 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/1 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/1 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 199,
            "majority_cohesion_rate": 68.5,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 5250,
            "slug": "vs18_422_005",
            "identifier": "vs18_422_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_005/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/T.U. 107/2 GIANNONE VERONICA (MISTO) - Votazione Ordine del giorno 9/T.U. 107/2 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/2 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/2 GIANNONE VERONICA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 39,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 5257,
            "slug": "vs18_422_006",
            "identifier": "vs18_422_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_006/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/T.U. 107/3 CIRIELLI EDMONDO (FDI) - Votazione Ordine del giorno 9/T.U. 107/3 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/3 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/3 CIRIELLI EDMONDO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 36,
            "majority_cohesion_rate": 71.87,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 5263,
            "slug": "vs18_422_007",
            "identifier": "vs18_422_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_007/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/T.U. 107/4 BELLUCCI MARIA TERESA (FDI) - Votazione Ordine del giorno 9/T.U. 107/4 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/4 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/4 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 42,
            "majority_cohesion_rate": 74.92,
            "minority_cohesion_rate": 68.11
        },
        {
            "id": 5269,
            "slug": "vs18_422_008",
            "identifier": "vs18_422_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_008/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/T.U. 107/5 LUCASELLI YLENJA (FDI) - Votazione Ordine del giorno 9/T.U. 107/5 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/5 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/5 LUCASELLI YLENJA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 74.92,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 4899,
            "slug": "vs18_422_009",
            "identifier": "vs18_422_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_009/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/T.U. 107/6 IEZZI IGOR GIANCARLO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/6 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/6 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/6 IEZZI IGOR GIANCARLO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 72.48,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 4819,
            "slug": "vs18_422_010",
            "identifier": "vs18_422_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_010/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/T.U. 107/7 BORDONALI SIMONA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/7 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/7 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/7 BORDONALI SIMONA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 73.39,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 4843,
            "slug": "vs18_422_011",
            "identifier": "vs18_422_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_011/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/T.U. 107/8 VALBUSA VANIA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/8 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/8 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/8 VALBUSA VANIA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 69.72,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 4833,
            "slug": "vs18_422_012",
            "identifier": "vs18_422_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_012/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/T.U. 107/9 DE ANGELIS SARA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/9 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/9 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/9 DE ANGELIS SARA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 72.48,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 5736,
            "slug": "vs18_422_013",
            "identifier": "vs18_422_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_013/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/T.U. 107/10 VINCI GIANLUCA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/10 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/10 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/10 VINCI GIANLUCA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 73.09,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 5741,
            "slug": "vs18_422_014",
            "identifier": "vs18_422_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_014/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/T.U. 107/11 FOGLIANI KETTY (LEGA) - Votazione Ordine del giorno 9/T.U. 107/11 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/11 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/11 FOGLIANI KETTY (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 72.78,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 5720,
            "slug": "vs18_422_015",
            "identifier": "vs18_422_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_015/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/T.U. 107/12 STEFANI ALBERTO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/12 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/12 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/12 STEFANI ALBERTO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 73.09,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 5727,
            "slug": "vs18_422_016",
            "identifier": "vs18_422_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_016/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/T.U. 107/13 MASCHIO CIRO (FDI) - Votazione Ordine del giorno 9/T.U. 107/13 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/13 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/13 MASCHIO CIRO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 74.31,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 5752,
            "slug": "vs18_422_017",
            "identifier": "vs18_422_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_017/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/T.U. 107/14 ZIELLO EDOARDO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/14 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/14 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/14 ZIELLO EDOARDO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 73.39,
            "minority_cohesion_rate": 67.32
        },
        {
            "id": 5757,
            "slug": "vs18_422_018",
            "identifier": "vs18_422_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_018/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/T.U. 107/15 BARTOLOZZI GIUSI (FI) - Votazione Ordine del giorno 9/T.U. 107/15 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/15 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/15 BARTOLOZZI GIUSI (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 74.92,
            "minority_cohesion_rate": 68.11
        },
        {
            "id": 5748,
            "slug": "vs18_422_019",
            "identifier": "vs18_422_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_019/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/T.U. 107/16 BISA INGRID (LEGA) - Votazione Ordine del giorno 9/T.U. 107/16 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/16 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/16 BISA INGRID (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 73.7,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 5277,
            "slug": "vs18_422_020",
            "identifier": "vs18_422_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_020/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/T.U. 107/17 CANTALAMESSA GIANLUCA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/17 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/17 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/17 CANTALAMESSA GIANLUCA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 68.5
        },
        {
            "id": 5326,
            "slug": "vs18_422_021",
            "identifier": "vs18_422_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_021/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/T.U. 107/18 TURRI ROBERTO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/18 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/18 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/18 TURRI ROBERTO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 73.7,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 5318,
            "slug": "vs18_422_022",
            "identifier": "vs18_422_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_022/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/T.U. 107/19 TATEO ANNA RITA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/19 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/19 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/19 TATEO ANNA RITA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 74.92,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 5309,
            "slug": "vs18_422_023",
            "identifier": "vs18_422_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_023/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/T.U. 107/20 VARCHI MARIA CAROLINA (FDI) - Votazione Ordine del giorno 9/T.U. 107/20 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/20 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/20 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 74.62,
            "minority_cohesion_rate": 70.08
        },
        {
            "id": 5297,
            "slug": "vs18_422_024",
            "identifier": "vs18_422_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_024/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/T.U. 107/21 MORRONE JACOPO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/21 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/21 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/21 MORRONE JACOPO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 74.62,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 6200,
            "slug": "vs18_422_025",
            "identifier": "vs18_422_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_025/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/T.U. 107/22 TOMASI MAURA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/22 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/22 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/22 TOMASI MAURA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 74.92,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 6211,
            "slug": "vs18_422_026",
            "identifier": "vs18_422_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_026/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/T.U. 107/23 MARCHETTI RICCARDO AUGUSTO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/23 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/23 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/23 MARCHETTI RICCARDO AUGUSTO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 73.7,
            "minority_cohesion_rate": 69.69
        },
        {
            "id": 6220,
            "slug": "vs18_422_027",
            "identifier": "vs18_422_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_027/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/T.U. 107/24 LOCATELLI ALESSANDRA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/24 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/24 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/24 LOCATELLI ALESSANDRA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 75.23,
            "minority_cohesion_rate": 69.69
        },
        {
            "id": 6234,
            "slug": "vs18_422_028",
            "identifier": "vs18_422_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_028/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/T.U. 107/25 SASSO ROSSANO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/25 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/25 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/25 SASSO ROSSANO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 71.25,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 5896,
            "slug": "vs18_422_029",
            "identifier": "vs18_422_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_029/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/T.U. 107/26 PANIZZUT MASSIMILIANO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/26 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/26 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/26 PANIZZUT MASSIMILIANO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 73.09,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 5801,
            "slug": "vs18_422_030",
            "identifier": "vs18_422_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_030/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/T.U. 107/27 POTENTI MANFREDI (LEGA) - Votazione Ordine del giorno 9/T.U. 107/27 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/27 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/27 POTENTI MANFREDI (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 37,
            "majority_cohesion_rate": 73.39,
            "minority_cohesion_rate": 69.29
        },
        {
            "id": 5827,
            "slug": "vs18_422_031",
            "identifier": "vs18_422_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_031/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/T.U. 107/28 PAOLINI LUCA RODOLFO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/28 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/28 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/28 PAOLINI LUCA RODOLFO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 35,
            "majority_cohesion_rate": 74.31,
            "minority_cohesion_rate": 70.87
        },
        {
            "id": 5820,
            "slug": "vs18_422_032",
            "identifier": "vs18_422_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_032/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/T.U. 107/29 FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/29 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/29 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/29 FURGIUELE DOMENICO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 75.84,
            "minority_cohesion_rate": 70.87
        },
        {
            "id": 5777,
            "slug": "vs18_422_033",
            "identifier": "vs18_422_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_033/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/T.U. 107/30 PAGANO ALESSANDRO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/30 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/30 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/30 PAGANO ALESSANDRO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 73.39,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 5766,
            "slug": "vs18_422_034",
            "identifier": "vs18_422_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_034/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/T.U. 107/31 BELOTTI DANIELE (LEGA) - Votazione Ordine del giorno 9/T.U. 107/31 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/31 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/31 BELOTTI DANIELE (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 73.39,
            "minority_cohesion_rate": 68.11
        },
        {
            "id": 5796,
            "slug": "vs18_422_035",
            "identifier": "vs18_422_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_035/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/T.U. 107/32 FONTANA LORENZO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/32 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/32 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/32 FONTANA LORENZO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 74.62,
            "minority_cohesion_rate": 68.5
        },
        {
            "id": 5784,
            "slug": "vs18_422_036",
            "identifier": "vs18_422_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_036/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/T.U. 107/33 CAVANDOLI LAURA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/33 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/33 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/33 CAVANDOLI LAURA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 73.7,
            "minority_cohesion_rate": 68.5
        },
        {
            "id": 6539,
            "slug": "vs18_422_037",
            "identifier": "vs18_422_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_037/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/T.U. 107/34 GIACOMETTI ANTONIETTA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/34 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/34 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/34 GIACOMETTI ANTONIETTA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 74.31,
            "minority_cohesion_rate": 68.9
        },
        {
            "id": 6547,
            "slug": "vs18_422_038",
            "identifier": "vs18_422_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_038/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/T.U. 107/35 TOCCALINI LUCA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/35 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/35 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/35 TOCCALINI LUCA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 75.84,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 6523,
            "slug": "vs18_422_039",
            "identifier": "vs18_422_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_039/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/T.U. 107/36 DI MURO FLAVIO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/36 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/36 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/36 DI MURO FLAVIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 36,
            "majority_cohesion_rate": 74.31,
            "minority_cohesion_rate": 70.08
        },
        {
            "id": 6290,
            "slug": "vs18_422_040",
            "identifier": "vs18_422_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_040/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/T.U. 107/37 FRASSINETTI PAOLA (FDI) - Votazione Ordine del giorno 9/T.U. 107/37 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/37 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/37 FRASSINETTI PAOLA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 37,
            "majority_cohesion_rate": 74.62,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 6037,
            "slug": "vs18_422_041",
            "identifier": "vs18_422_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_041/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 41,
            "title": "Misure di prevenzione e contrasto della discriminazione e della violenza per motivi legati al sesso, al genere, all'orientamento sessuale, all'identità di genere e alla disabilità (Testo Unificato PDL 107-569-868-2171-2255) - Votazione finale PDL n. 0107",
            "original_title": "Votazione finale PDL n. 0107",
            "description_title": "Misure di prevenzione e contrasto della discriminazione e della violenza per motivi legati al sesso, al genere, all'orientamento sessuale, all'identità di genere e alla disabilità (Testo Unificato PDL 107-569-868-2171-2255)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 77.68,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 6283,
            "slug": "vs18_422_042",
            "identifier": "vs18_422_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_042/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 42,
            "title": "Mozione n. 1-00355 (Nuova formulazione) PRESTIGIACOMO STEFANIA (FI) ed altri - Votazione Mozione 1_00355",
            "original_title": "Votazione Mozione 1_00355",
            "description_title": "Mozione n. 1-00355 (Nuova formulazione) PRESTIGIACOMO STEFANIA (FI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 39,
            "majority_cohesion_rate": 69.72,
            "minority_cohesion_rate": 63.39
        }
    ]
}