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

{
    "count": 22025,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "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/19/votings/?format=api&ordering=date&page=24",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=22",
    "results": [
        {
            "id": 19161,
            "slug": "vs19_045_033",
            "identifier": "vs19_045_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_033/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 2.100 EVI ELEONORA (AVS) - Votazione Emendamento 2.100 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.100 DDL n. 0785",
            "description_title": "Emendamento 2.100 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 19140,
            "slug": "vs19_045_043",
            "identifier": "vs19_045_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_043/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/785/7 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/785/7 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/7 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/7 TODDE ALESSANDRA (M5S)",
            "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": 25,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19153,
            "slug": "vs19_045_019",
            "identifier": "vs19_045_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_019/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.19 TODDE ALESSANDRA (M5S) - Votazione Emendamento 1.19 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.19 DDL n. 0785",
            "description_title": "Emendamento 1.19 TODDE ALESSANDRA (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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 19144,
            "slug": "vs19_045_002",
            "identifier": "vs19_045_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_002/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.100 EVI ELEONORA (AVS) - Votazione Emendamento 1.100 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.100 DDL n. 0785",
            "description_title": "Emendamento 1.100 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 19127,
            "slug": "vs19_045_008",
            "identifier": "vs19_045_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_008/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.8 DDL n. 0785",
            "description_title": "Emendamento 1.8 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "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": 50,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 19152,
            "slug": "vs19_045_027",
            "identifier": "vs19_045_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_027/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 2.4 TODDE ALESSANDRA (M5S) - Votazione Emendamento 2.4 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.4 DDL n. 0785",
            "description_title": "Emendamento 2.4 TODDE ALESSANDRA (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": 2,
            "n_margin": 36,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 19126,
            "slug": "vs19_045_018",
            "identifier": "vs19_045_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_018/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.18 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.18 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.18 DDL n. 0785",
            "description_title": "Emendamento 1.18 APPENDINO CHIARA (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": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 19160,
            "slug": "vs19_045_036",
            "identifier": "vs19_045_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_036/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 2-BIS.2 EVI ELEONORA (AVS) - Votazione Emendamento 2-BIS.2 DDL n. 0785",
            "original_title": "Votazione Emendamento 2-BIS.2 DDL n. 0785",
            "description_title": "Emendamento 2-BIS.2 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 19138,
            "slug": "vs19_045_048",
            "identifier": "vs19_045_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_048/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/785/12 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/785/12 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/12 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/12 MORFINO DANIELA (M5S)",
            "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": 28,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 19167,
            "slug": "vs19_045_024",
            "identifier": "vs19_045_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_024/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo aggiuntivo 1.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.01 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.01 DDL n. 0785",
            "description_title": "Articolo aggiuntivo 1.01 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "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": 50,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 19148,
            "slug": "vs19_045_055",
            "identifier": "vs19_045_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_055/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 55,
            "title": "Conversione decreto settori produttivi strategici",
            "original_title": "Votazione finale DDL n. 0785",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 5 dicembre 2022, n. 187, recante misure urgenti a tutela dell'interesse nazionale nei settori produttivi strategici (Approvato dal Senato) (DDL 785)",
            "public_title": "Conversione decreto settori produttivi strategici",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 62,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 19135,
            "slug": "vs19_045_020",
            "identifier": "vs19_045_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_020/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.20 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.20 DDL n. 0785",
            "description_title": "Emendamento 1.20 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "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": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 19171,
            "slug": "vs19_045_046",
            "identifier": "vs19_045_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_046/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/785/10 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/785/10 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/10 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/10 L'ABBATE PATTY (M5S)",
            "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": 15,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 19155,
            "slug": "vs19_045_009",
            "identifier": "vs19_045_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_009/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.9 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.9 DDL n. 0785",
            "description_title": "Emendamento 1.9 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 19130,
            "slug": "vs19_045_011",
            "identifier": "vs19_045_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_011/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.11 TODDE ALESSANDRA (M5S) - Votazione Emendamento 1.11 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.11 DDL n. 0785",
            "description_title": "Emendamento 1.11 TODDE ALESSANDRA (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19174,
            "slug": "vs19_045_040",
            "identifier": "vs19_045_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_040/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/785/4 ORLANDO ANDREA (PD-IDP) - Votazione Ordine del giorno 9/785/4 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/4 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/4 ORLANDO ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 19169,
            "slug": "vs19_045_049",
            "identifier": "vs19_045_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_049/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/785/13 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/785/13 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/13 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/13 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 19133,
            "slug": "vs19_045_028",
            "identifier": "vs19_045_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_028/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.5 PAVANELLI EMMA (M5S) - Votazione Emendamento 2.5 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.5 DDL n. 0785",
            "description_title": "Emendamento 2.5 PAVANELLI EMMA (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": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 19175,
            "slug": "vs19_045_042",
            "identifier": "vs19_045_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_042/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/785/6 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/785/6 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/6 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/6 APPENDINO CHIARA (M5S)",
            "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": 51,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 19142,
            "slug": "vs19_045_037",
            "identifier": "vs19_045_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_037/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/785/1 PASTORELLA GIULIA (AIV-RE) - Votazione Ordine del giorno 9/785/1 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/1 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/1 PASTORELLA GIULIA (AIV-RE)",
            "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": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19157,
            "slug": "vs19_045_021",
            "identifier": "vs19_045_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_021/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.21 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.21 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.21 DDL n. 0785",
            "description_title": "Emendamento 1.21 PAVANELLI EMMA (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 19145,
            "slug": "vs19_045_013",
            "identifier": "vs19_045_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_013/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.13 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.13 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.13 DDL n. 0785",
            "description_title": "Emendamento 1.13 CAPPELLETTI ENRICO (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": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 19141,
            "slug": "vs19_045_050",
            "identifier": "vs19_045_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_050/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/785/14 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/785/14 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/14 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/14 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 31,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 19154,
            "slug": "vs19_045_005",
            "identifier": "vs19_045_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_005/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 EVI ELEONORA (AVS) - Votazione Emendamento 1.5 DDL n. 0785",
            "original_title": "Votazione Emendamento 1.5 DDL n. 0785",
            "description_title": "Emendamento 1.5 EVI ELEONORA (AVS)",
            "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": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 19139,
            "slug": "vs19_045_044",
            "identifier": "vs19_045_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_044/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/785/8 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/785/8 DDL n. 0785",
            "original_title": "Votazione Ordine del giorno 9/785/8 DDL n. 0785",
            "description_title": "Ordine del giorno n. 9/785/8 CAPPELLETTI ENRICO (M5S)",
            "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": 33,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 19203,
            "slug": "vs19_046_016",
            "identifier": "vs19_046_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_016/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/303/3, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/303/3, PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/3, PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/3, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 143,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 19204,
            "slug": "vs19_046_023",
            "identifier": "vs19_046_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_023/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/303/11 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/303/11 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/11 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/11 ZARATTI FILIBERTO (AVS)",
            "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": 28,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 19201,
            "slug": "vs19_046_019",
            "identifier": "vs19_046_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_019/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/303/7, nel testo riformulato, COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/303/7, PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/7, PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/7, nel testo riformulato, COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 146,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19185,
            "slug": "vs19_046_024",
            "identifier": "vs19_046_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_024/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 24,
            "title": "Istituzione di una commissione anti mafia",
            "original_title": "Votazione finale PDL n. 0303",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sul fenomeno delle mafie e sulle altre associazioni criminali, anche straniere (TESTO UNIFICATO PDL 303-387-624-692-780-784)",
            "public_title": "Istituzione di una commissione anti mafia",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 143,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19192,
            "slug": "vs19_046_008",
            "identifier": "vs19_046_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_008/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0303",
            "original_title": "Votazione Articolo 3 PDL n. 0303",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19195,
            "slug": "vs19_046_017",
            "identifier": "vs19_046_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_017/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/303/4 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/303/4 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/4 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/4 BALDINO VITTORIA (M5S)",
            "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": 43,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 19183,
            "slug": "vs19_046_006",
            "identifier": "vs19_046_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_006/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.1 GIACHETTI ROBERTO (AIV-RE) - Votazione Emendamento 2.1 PDL n. 0303",
            "original_title": "Votazione Emendamento 2.1 PDL n. 0303",
            "description_title": "Emendamento 2.1 GIACHETTI ROBERTO (AIV-RE)",
            "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": 109,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 19202,
            "slug": "vs19_046_021",
            "identifier": "vs19_046_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_021/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/303/9 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/303/9 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/9 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/9 GIULIANO CARLA (M5S)",
            "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": 102,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 19182,
            "slug": "vs19_046_001",
            "identifier": "vs19_046_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_001/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.200 della Commissione - Votazione Emendamento 1.200 PDL n. 0303",
            "original_title": "Votazione Emendamento 1.200 PDL n. 0303",
            "description_title": "Emendamento 1.200 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": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19194,
            "slug": "vs19_046_007",
            "identifier": "vs19_046_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_007/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0303",
            "original_title": "Votazione Articolo 2 PDL n. 0303",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 146,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19187,
            "slug": "vs19_046_004",
            "identifier": "vs19_046_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_004/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.101 GIACHETTI ROBERTO (AIV-RE) - Votazione Emendamento 1.101 PDL n. 0303",
            "original_title": "Votazione Emendamento 1.101 PDL n. 0303",
            "description_title": "Emendamento 1.101 GIACHETTI ROBERTO (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19198,
            "slug": "vs19_046_014",
            "identifier": "vs19_046_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_014/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/303/1 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/303/1 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/1 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/1 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "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": 26,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19200,
            "slug": "vs19_046_018",
            "identifier": "vs19_046_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_018/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/303/6, nel testo riformulato, ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/303/6, PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/6, PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/6, nel testo riformulato, ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 102,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 19188,
            "slug": "vs19_046_009",
            "identifier": "vs19_046_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_009/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 0303",
            "original_title": "Votazione Articolo 4 PDL n. 0303",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 148,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 19196,
            "slug": "vs19_046_015",
            "identifier": "vs19_046_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_015/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/303/2, nel testo riformulato, BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/303/2, PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/2, PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/2, nel testo riformulato, BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 142,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19197,
            "slug": "vs19_046_020",
            "identifier": "vs19_046_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_020/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/303/8 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/303/8 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/8 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/8 D'ORSO VALENTINA (M5S)",
            "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": 30,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19184,
            "slug": "vs19_046_012",
            "identifier": "vs19_046_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_012/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 7 - Votazione Articolo 7 PDL n. 0303",
            "original_title": "Votazione Articolo 7 PDL n. 0303",
            "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": 1,
            "n_margin": 147,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 19191,
            "slug": "vs19_046_013",
            "identifier": "vs19_046_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_013/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0303",
            "original_title": "Votazione Articolo 8 PDL n. 0303",
            "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": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 19181,
            "slug": "vs19_046_002",
            "identifier": "vs19_046_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_002/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.201 della Commissione - Votazione Emendamento 1.201 PDL n. 0303",
            "original_title": "Votazione Emendamento 1.201 PDL n. 0303",
            "description_title": "Emendamento 1.201 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": 1,
            "n_margin": 127,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 19193,
            "slug": "vs19_046_010",
            "identifier": "vs19_046_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_010/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 0303",
            "original_title": "Votazione Articolo 5 PDL n. 0303",
            "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": 0,
            "n_margin": 148,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 19186,
            "slug": "vs19_046_005",
            "identifier": "vs19_046_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_005/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0303",
            "original_title": "Votazione Articolo 1 PDL n. 0303",
            "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": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 19190,
            "slug": "vs19_046_011",
            "identifier": "vs19_046_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_011/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0303",
            "original_title": "Votazione Articolo 6 PDL n. 0303",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 147,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19199,
            "slug": "vs19_046_022",
            "identifier": "vs19_046_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_022/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/303/10 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/303/10 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/10 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/10 AURIEMMA CARMELA (M5S)",
            "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": 100,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 19189,
            "slug": "vs19_046_003",
            "identifier": "vs19_046_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_003/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.100 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 1.100 PDL n. 0303",
            "original_title": "Votazione Emendamento 1.100 PDL n. 0303",
            "description_title": "Emendamento 1.100 PROVENZANO GIUSEPPE (PD-IDP)",
            "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": 28,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19205,
            "slug": "19-35-23",
            "identifier": "19-35-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-35-23/?format=api",
            "sitting": {
                "id": 1290,
                "date": "2023-02-01",
                "number": 35,
                "branch": "S"
            },
            "number": 23,
            "title": "Introduzione di una disposizione transitoria per l'integrazione del Consiglio di Presidenza nella XIX legislatura",
            "original_title": "Votazione finale",
            "description_title": null,
            "public_title": "Introduzione di una disposizione transitoria per l'integrazione del Consiglio di Presidenza nella XIX legislatura",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 63.48,
            "minority_cohesion_rate": 75.86
        }
    ]
}