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

{
    "count": 22927,
    "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=n_margin&page=152",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=150",
    "results": [
        {
            "id": 40904,
            "slug": "vs19_555_071",
            "identifier": "vs19_555_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_071/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 71,
            "title": "EM 17.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 20138,
            "slug": "vs19_081_007",
            "identifier": "vs19_081_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_007/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/889-R/13 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/889-R/13 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/13 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/13 SIMIANI MARCO (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": 20,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29175,
            "slug": "vs19_266_049",
            "identifier": "vs19_266_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_049/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1-ter.9 PAVANELLI EMMA (M5S) - Votazione Emendamento 1-ter.9 DDL n. 1780",
            "original_title": "Votazione Emendamento 1-ter.9 DDL n. 1780",
            "description_title": "Emendamento 1-ter.9 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": 20,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 29213,
            "slug": "vs19_266_054",
            "identifier": "vs19_266_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_054/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici articoli aggiuntivi 1-ter.03 ZARATTI FILIBERTO (AVS) e 1-ter.04 ONORI FEDERICA (APERRE) - Votazione Emendamento 1-ter.03 DDL n. 1780",
            "original_title": "Votazione Emendamento 1-ter.03 DDL n. 1780",
            "description_title": "Identici articoli aggiuntivi 1-ter.03 ZARATTI FILIBERTO (AVS) e 1-ter.04 ONORI FEDERICA (APERRE)",
            "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": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 40930,
            "slug": "vs19_555_098",
            "identifier": "vs19_555_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_098/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 98,
            "title": "EM 18.29 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.29",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 40886,
            "slug": "vs19_555_051",
            "identifier": "vs19_555_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_051/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 51,
            "title": "EM 15.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40880,
            "slug": "vs19_555_043",
            "identifier": "vs19_555_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_555_043/?format=api",
            "sitting": {
                "id": 2121,
                "date": "2025-10-29",
                "number": 555,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 13.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40977,
            "slug": "vs19_559_012",
            "identifier": "vs19_559_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_559_012/?format=api",
            "sitting": {
                "id": 2126,
                "date": "2025-11-04",
                "number": 559,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2642-A/6 - Votazione Ordine del giorno 9/2642-A/6 ",
            "original_title": "Votazione Ordine del giorno 9/2642-A/6 ",
            "description_title": "ODG 9/2642-A/6",
            "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": 20,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40976,
            "slug": "vs19_559_011",
            "identifier": "vs19_559_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_559_011/?format=api",
            "sitting": {
                "id": 2126,
                "date": "2025-11-04",
                "number": 559,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2642-A/5 - Votazione Ordine del giorno 9/2642-A/5 ",
            "original_title": "Votazione Ordine del giorno 9/2642-A/5 ",
            "description_title": "ODG 9/2642-A/5",
            "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": 20,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 29218,
            "slug": "vs19_266_042",
            "identifier": "vs19_266_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_042/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1-ter.2 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 1-ter.2 DDL n. 1780",
            "original_title": "Votazione Emendamento 1-ter.2 DDL n. 1780",
            "description_title": "Emendamento 1-ter.2 ZARATTI FILIBERTO (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": 20,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 40971,
            "slug": "vs19_559_006",
            "identifier": "vs19_559_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_559_006/?format=api",
            "sitting": {
                "id": 2126,
                "date": "2025-11-04",
                "number": 559,
                "branch": "C"
            },
            "number": 6,
            "title": "DDL 2642-A - EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2642-A - EM 1.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 28594,
            "slug": "vs19_252_011",
            "identifier": "vs19_252_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_011/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.1002 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 1.1002 PDL n. 0703",
            "original_title": "Votazione Emendamento 1.1002 PDL n. 0703",
            "description_title": "Emendamento 1.1002 BARBAGALLO ANTHONY EMANUELE (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": 20,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29771,
            "slug": "vs19_261_084",
            "identifier": "vs19_261_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_084/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 14.17 IARIA ANTONINO (M5S) - Votazione Emendamento 14.17 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.17 DDL n. 1435",
            "description_title": "Emendamento 14.17 IARIA ANTONINO (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": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29056,
            "slug": "vs19_265_020",
            "identifier": "vs19_265_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_020/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 23.13 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.13 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.13 DDL n. 1435",
            "description_title": "Emendamento 23.13 GHIRRA FRANCESCA (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": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 29777,
            "slug": "vs19_261_090",
            "identifier": "vs19_261_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_090/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 90,
            "title": "Identici emendamenti 15.1 GHIO VALENTINA (PD-IDP) e 15.2 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 15.1 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1 DDL n. 1435",
            "description_title": "Identici emendamenti 15.1 GHIO VALENTINA (PD-IDP) e 15.2 GHIRRA FRANCESCA (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": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 36230,
            "slug": "19-274-32",
            "identifier": "19-274-32",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-32/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 32,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 3.23, Sbrollini e altri",
            "original_title": "Em. 3.23, Sbrollini e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 20,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 48.19
        },
        {
            "id": 29779,
            "slug": "vs19_261_092",
            "identifier": "vs19_261_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_092/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 92,
            "title": "Emendamento 15.7 GHIO VALENTINA (PD-IDP) - Votazione Emendamento 15.7 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.7 DDL n. 1435",
            "description_title": "Emendamento 15.7 GHIO VALENTINA (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": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25637,
            "slug": "vs19_211_015",
            "identifier": "vs19_211_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_015/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 4.5 GNASSI ANDREA (PD-IDP) - Votazione Emendamento 4.5 DDL n. 1556",
            "original_title": "Votazione Emendamento 4.5 DDL n. 1556",
            "description_title": "Emendamento 4.5 GNASSI ANDREA (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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 19780,
            "slug": "vs19_064_029",
            "identifier": "vs19_064_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_064_029/?format=api",
            "sitting": {
                "id": 1316,
                "date": "2023-03-07",
                "number": 64,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 4.2 L'ABBATE PATTY (M5S) e 4.3 BONELLI ANGELO (AVS) - Votazione Emendamento 4.2 DDL n. 0930",
            "original_title": "Votazione Emendamento 4.2 DDL n. 0930",
            "description_title": "Identici emendamenti 4.2 L'ABBATE PATTY (M5S) e 4.3 BONELLI ANGELO (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": 66.24,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 29053,
            "slug": "vs19_265_060",
            "identifier": "vs19_265_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_060/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo aggiuntivo 32.01002 IARIA ANTONINO (M5S) - Votazione Emendamento 32.01002 DDL n. 1435",
            "original_title": "Votazione Emendamento 32.01002 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 32.01002 IARIA ANTONINO (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": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29052,
            "slug": "vs19_265_070",
            "identifier": "vs19_265_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_070/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 35.25 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 35.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.25 DDL n. 1435",
            "description_title": "Emendamento 35.25 BARBAGALLO ANTHONY EMANUELE (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": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29042,
            "slug": "vs19_265_026",
            "identifier": "vs19_265_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_026/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 26,
            "title": "Identici emendamenti 23.26 PASTORELLA GIULIA (APERRE) e 23.27 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.26 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.26 DDL n. 1435",
            "description_title": "Identici emendamenti 23.26 PASTORELLA GIULIA (APERRE) e 23.27 GHIRRA FRANCESCA (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": 20,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28996,
            "slug": "vs19_265_077",
            "identifier": "vs19_265_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_077/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 35.1006 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.1006 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.1006 DDL n. 1435",
            "description_title": "Emendamento 35.1006 CASU ANDREA (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": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29789,
            "slug": "vs19_261_102",
            "identifier": "vs19_261_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_102/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 102,
            "title": "Emendamento 15.1000 IARIA ANTONINO (M5S) - Votazione Emendamento 15.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.1000 DDL n. 1435",
            "description_title": "Emendamento 15.1000 IARIA ANTONINO (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": 20,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25478,
            "slug": "vs19_206_045",
            "identifier": "vs19_206_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_206_045/?format=api",
            "sitting": {
                "id": 1542,
                "date": "2023-11-30",
                "number": 206,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1474/7 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1474/7 DDL n. 1474",
            "original_title": "Votazione Ordine del giorno 9/1474/7 DDL n. 1474",
            "description_title": "Ordine del giorno n. 9/1474/7 RICCIARDI TONI (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": 20,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29624,
            "slug": "vs19_260_019",
            "identifier": "vs19_260_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_019/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 19,
            "title": "Mozione n. 1-00261, limitatamente al capoverso primo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00261",
            "original_title": "Votazione Mozione 1_00261",
            "description_title": "Mozione n. 1-00261, limitatamente al capoverso primo della parte dispositiva, FARAONE DAVIDE (IVICRE) 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": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 19269,
            "slug": "vs19_051_002",
            "identifier": "vs19_051_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_002/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/750/5 D'ALESSIO ANTONIO (AIV-RE) - Votazione Ordine del giorno 9/750/5 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/5 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/5 D'ALESSIO ANTONIO (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": 20,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 35540,
            "slug": "19-257-8",
            "identifier": "19-257-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-257-8/?format=api",
            "sitting": {
                "id": 1865,
                "date": "2024-12-27",
                "number": 257,
                "branch": "S"
            },
            "number": 8,
            "title": "Articolo 8",
            "original_title": "Articolo 8",
            "description_title": null,
            "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": 20,
            "majority_cohesion_rate": 86.55,
            "minority_cohesion_rate": 74.7
        },
        {
            "id": 24114,
            "slug": "vs19_161_013",
            "identifier": "vs19_161_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_161_013/?format=api",
            "sitting": {
                "id": 1466,
                "date": "2023-09-13",
                "number": 161,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1344/7 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1344/7 DDL n. 1344",
            "original_title": "Votazione Ordine del giorno 9/1344/7 DDL n. 1344",
            "description_title": "Ordine del giorno n. 9/1344/7 DORI DEVIS (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": 20,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 35537,
            "slug": "19-257-11",
            "identifier": "19-257-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-257-11/?format=api",
            "sitting": {
                "id": 1865,
                "date": "2024-12-27",
                "number": 257,
                "branch": "S"
            },
            "number": 11,
            "title": "Articolo 11",
            "original_title": "Articolo 11",
            "description_title": null,
            "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": 20,
            "majority_cohesion_rate": 86.55,
            "minority_cohesion_rate": 74.7
        },
        {
            "id": 18553,
            "slug": "vs19_020_020",
            "identifier": "vs19_020_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_020_020/?format=api",
            "sitting": {
                "id": 1239,
                "date": "2022-12-06",
                "number": 20,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/547/34 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/547/34 DDL n. 0547",
            "original_title": "Votazione Ordine del giorno 9/547/34 DDL n. 0547",
            "description_title": "Ordine del giorno n. 9/547/34 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 20032,
            "slug": "vs19_072_102",
            "identifier": "vs19_072_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_102/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 102,
            "title": "Ordine del giorno n. 9/977/3 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/977/3 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/3 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/3 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19981,
            "slug": "vs19_072_090",
            "identifier": "vs19_072_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_090/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 5.26 ZANELLA LUANA (AVS) - Votazione Emendamento 5.26 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.26 DDL n. 0977",
            "description_title": "Emendamento 5.26 ZANELLA LUANA (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": 64.56,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19128,
            "slug": "vs19_045_034",
            "identifier": "vs19_045_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_045_034/?format=api",
            "sitting": {
                "id": 1287,
                "date": "2023-01-30",
                "number": 45,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 2.10 EVI ELEONORA (AVS) - Votazione Emendamento 2.10 DDL n. 0785",
            "original_title": "Votazione Emendamento 2.10 DDL n. 0785",
            "description_title": "Emendamento 2.10 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": 59.92,
            "minority_cohesion_rate": 63.58
        },
        {
            "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": 18433,
            "slug": "vs19_020_019",
            "identifier": "vs19_020_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_020_019/?format=api",
            "sitting": {
                "id": 1239,
                "date": "2022-12-06",
                "number": 20,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/547/33 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/547/33 DDL n. 0547",
            "original_title": "Votazione Ordine del giorno 9/547/33 DDL n. 0547",
            "description_title": "Ordine del giorno n. 9/547/33 DE LUCA PIERO (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": 20,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 19987,
            "slug": "vs19_072_106",
            "identifier": "vs19_072_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_106/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/977/9 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/977/9 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/9 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/9 COLUCCI ALFONSO (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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 35532,
            "slug": "19-257-16",
            "identifier": "19-257-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-257-16/?format=api",
            "sitting": {
                "id": 1865,
                "date": "2024-12-27",
                "number": 257,
                "branch": "S"
            },
            "number": 16,
            "title": "Articolo 16",
            "original_title": "Articolo 16",
            "description_title": null,
            "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": 20,
            "majority_cohesion_rate": 86.55,
            "minority_cohesion_rate": 74.7
        },
        {
            "id": 18479,
            "slug": "vs19_019_024",
            "identifier": "vs19_019_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_024/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 3.51 SCHLEIN ELLY (PD-IDP) - Votazione Emendamento 3.51 DDL n. 0547",
            "original_title": "Votazione Emendamento 3.51 DDL n. 0547",
            "description_title": "Emendamento 3.51 SCHLEIN ELLY (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": 20,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 18472,
            "slug": "vs19_019_027",
            "identifier": "vs19_019_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_027/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 27,
            "title": "Identici emendamenti 4.50 BONAFE' SIMONA (PD-IDP), 4.53 MAGI RICCARDO (MISTO) e 4.54 FONTANA ILARIA (M5S) - Votazione Emendamento 4.50 DDL n. 0547",
            "original_title": "Votazione Emendamento 4.50 DDL n. 0547",
            "description_title": "Identici emendamenti 4.50 BONAFE' SIMONA (PD-IDP), 4.53 MAGI RICCARDO (MISTO) e 4.54 FONTANA ILARIA (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": 20,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 18465,
            "slug": "vs19_019_037",
            "identifier": "vs19_019_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_037/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 8.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 8.1 DDL n. 0547",
            "original_title": "Votazione Emendamento 8.1 DDL n. 0547",
            "description_title": "Emendamento 8.1 ZARATTI FILIBERTO (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": 20,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19086,
            "slug": "vs19_029_043",
            "identifier": "vs19_029_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_043/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/705/43 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/705/43 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/43 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/43 PROVENZANO GIUSEPPE (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": 20,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 19881,
            "slug": "vs19_072_087",
            "identifier": "vs19_072_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_087/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 87,
            "title": "Emendamento 5.20 ZANELLA LUANA (AVS) - Votazione Emendamento 5.20 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.20 DDL n. 0977",
            "description_title": "Emendamento 5.20 ZANELLA LUANA (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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 18974,
            "slug": "vs19_029_024",
            "identifier": "vs19_029_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_024/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/705/24 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/705/24 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/24 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/24 BERRUTO MAURO (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": 20,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 18468,
            "slug": "vs19_019_023",
            "identifier": "vs19_019_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_023/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.50 SCHLEIN ELLY (PD-IDP) - Votazione Emendamento 3.50 DDL n. 0547",
            "original_title": "Votazione Emendamento 3.50 DDL n. 0547",
            "description_title": "Emendamento 3.50 SCHLEIN ELLY (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": 20,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19991,
            "slug": "vs19_072_104",
            "identifier": "vs19_072_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_104/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 104,
            "title": "Ordine del giorno n. 9/977/5 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/977/5 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/5 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/5 STUMPO NICOLA (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": 20,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 18397,
            "slug": "vs19_019_003",
            "identifier": "vs19_019_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_003/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 MAGI RICCARDO (MISTO) - Votazione Emendamento 1.3 DDL n. 0547",
            "original_title": "Votazione Emendamento 1.3 DDL n. 0547",
            "description_title": "Emendamento 1.3 MAGI RICCARDO (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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18482,
            "slug": "vs19_019_036",
            "identifier": "vs19_019_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_036/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 7.2 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.2 DDL n. 0547",
            "original_title": "Votazione Emendamento 7.2 DDL n. 0547",
            "description_title": "Emendamento 7.2 BONAFE' SIMONA (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": 20,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 18492,
            "slug": "vs19_019_032",
            "identifier": "vs19_019_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_032/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 6.50 BONAFE' SIMONA (PD-IDP), 6.51 PICCOLOTTI ELISABETTA (AVS) e 6.54 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 6.50 DDL n. 0547",
            "original_title": "Votazione Emendamento 6.50 DDL n. 0547",
            "description_title": "Identici emendamenti 6.50 BONAFE' SIMONA (PD-IDP), 6.51 PICCOLOTTI ELISABETTA (AVS) e 6.54 ORRICO ANNA LAURA (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": 20,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 18478,
            "slug": "vs19_019_030",
            "identifier": "vs19_019_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_030/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 4.3 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 4.3 DDL n. 0547",
            "original_title": "Votazione Emendamento 4.3 DDL n. 0547",
            "description_title": "Emendamento 4.3 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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 75.93
        }
    ]
}