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

{
    "count": 22091,
    "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=74",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=72",
    "results": [
        {
            "id": 21591,
            "slug": "19-74-8",
            "identifier": "19-74-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-8/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 8,
            "title": "d-l 39/2023 - siccità - Em. 1.101 (1a parte), Fina e altri",
            "original_title": "Em. 1.101 (1a parte), Fina e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 9,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 21594,
            "slug": "19-74-151",
            "identifier": "19-74-151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-151/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 151,
            "title": "d-l 39/2023 - siccità - Em. 12.3, Fina e altri",
            "original_title": "Em. 12.3, Fina e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 69.57,
            "minority_cohesion_rate": 56.32
        },
        {
            "id": 21558,
            "slug": "19-74-91",
            "identifier": "19-74-91",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-91/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 91,
            "title": "d-l 39/2023 - siccità - Em. 6.4, Fina",
            "original_title": "Em. 6.4, Fina",
            "description_title": "d-l 39/2023 - siccità",
            "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": 11,
            "majority_cohesion_rate": 73.91,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 21550,
            "slug": "19-74-119",
            "identifier": "19-74-119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-119/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 119,
            "title": "d-l 39/2023 - siccità - Em. 7-bis.0.104, Naturale e Di Girolamo",
            "original_title": "Em. 7-bis.0.104, Naturale e Di Girolamo",
            "description_title": "d-l 39/2023 - siccità",
            "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": 11,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 21569,
            "slug": "19-74-70",
            "identifier": "19-74-70",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-70/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 70,
            "title": "d-l 39/2023 - siccità - Em. 4.103 (testo 2), Fazzone e altri",
            "original_title": "Em. 4.103 (testo 2), Fazzone e altri",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 33,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 21541,
            "slug": "19-74-144",
            "identifier": "19-74-144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-144/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 144,
            "title": "d-l 39/2023 - siccità - ODG G10.1, Paita",
            "original_title": "ODG G10.1, Paita",
            "description_title": "d-l 39/2023 - siccità",
            "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": 45,
            "majority_cohesion_rate": 68.7,
            "minority_cohesion_rate": 29.89
        },
        {
            "id": 21542,
            "slug": "19-74-142",
            "identifier": "19-74-142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-142/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 142,
            "title": "d-l 39/2023 - siccità - Em. 10.102, Paita e Fregolent",
            "original_title": "Em. 10.102, Paita e Fregolent",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 44.83
        },
        {
            "id": 21586,
            "slug": "19-74-22",
            "identifier": "19-74-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-22/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 22,
            "title": "d-l 39/2023 - siccità - Em. 1.39, Aurora Floridia e altri",
            "original_title": "Em. 1.39, Aurora Floridia e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 13,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 21545,
            "slug": "19-74-136",
            "identifier": "19-74-136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-136/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 136,
            "title": "d-l 39/2023 - siccità - Em. 10.10, Lorefice e altri",
            "original_title": "Em. 10.10, Lorefice e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 19,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 56.32
        },
        {
            "id": 21549,
            "slug": "19-74-123",
            "identifier": "19-74-123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-123/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 123,
            "title": "d-l 39/2023 - siccità - Em. 8.2, Franceschelli e altri",
            "original_title": "Em. 8.2, Franceschelli e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 22,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 48.28
        },
        {
            "id": 21540,
            "slug": "19-74-145",
            "identifier": "19-74-145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-145/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 145,
            "title": "d-l 39/2023 - siccità - Em. 11.1, Naturale e altri",
            "original_title": "Em. 11.1, Naturale e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 18,
            "majority_cohesion_rate": 65.22,
            "minority_cohesion_rate": 54.02
        },
        {
            "id": 21564,
            "slug": "19-74-75",
            "identifier": "19-74-75",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-75/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 75,
            "title": "d-l 39/2023 - siccità - Em. 4-bis.0.100, Fina e altri",
            "original_title": "Em. 4-bis.0.100, Fina e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 10,
            "majority_cohesion_rate": 73.91,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 21565,
            "slug": "19-74-74",
            "identifier": "19-74-74",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-74/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 74,
            "title": "d-l 39/2023 - siccità - Em. 4-bis.100, Di Girolamo",
            "original_title": "Em. 4-bis.100, Di Girolamo",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 31,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 21554,
            "slug": "19-74-102",
            "identifier": "19-74-102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-102/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 102,
            "title": "d-l 39/2023 - siccità - Em. 7.4, Aurora Floridia e altri",
            "original_title": "Em. 7.4, Aurora Floridia e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 15,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 21559,
            "slug": "19-74-86",
            "identifier": "19-74-86",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-86/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 86,
            "title": "d-l 39/2023 - siccità - ODG G5.2, Naturale e altri",
            "original_title": "ODG G5.2, Naturale e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 8,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 21537,
            "slug": "19-74-150",
            "identifier": "19-74-150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-150/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 150,
            "title": "d-l 39/2023 - siccità - Em. 11.0.3, Naturale e altri",
            "original_title": "Em. 11.0.3, Naturale e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 21,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 21573,
            "slug": "19-74-61",
            "identifier": "19-74-61",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-61/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 61,
            "title": "d-l 39/2023 - siccità - Em. 3.0.2, Aurora Floridia e altri",
            "original_title": "Em. 3.0.2, Aurora Floridia e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 6,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 78.16
        },
        {
            "id": 21543,
            "slug": "19-74-140",
            "identifier": "19-74-140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-140/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 140,
            "title": "d-l 39/2023 - siccità - Em. 10.15, Di Girolamo",
            "original_title": "Em. 10.15, Di Girolamo",
            "description_title": "d-l 39/2023 - siccità",
            "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": 19,
            "majority_cohesion_rate": 66.09,
            "minority_cohesion_rate": 51.72
        },
        {
            "id": 21552,
            "slug": "19-74-109",
            "identifier": "19-74-109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-109/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 109,
            "title": "d-l 39/2023 - siccità - Em. 7.16, Aurora Floridia e altri",
            "original_title": "Em. 7.16, Aurora Floridia e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 16,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 21653,
            "slug": "19-74-103",
            "identifier": "19-74-103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-103/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 103,
            "title": "d-l 39/2023 - siccità - Em. 7.5, Fregolent e Lombardo",
            "original_title": "Em. 7.5, Fregolent e Lombardo",
            "description_title": "d-l 39/2023 - siccità",
            "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": 73.91,
            "minority_cohesion_rate": 37.93
        },
        {
            "id": 21672,
            "slug": "19-74-42",
            "identifier": "19-74-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-42/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 42,
            "title": "d-l 39/2023 - siccità - Em. 3.16, Di Girolamo e Sabrina Licheri",
            "original_title": "Em. 3.16, Di Girolamo e Sabrina Licheri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 11,
            "majority_cohesion_rate": 68.7,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 21676,
            "slug": "19-74-34",
            "identifier": "19-74-34",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-34/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 34,
            "title": "d-l 39/2023 - siccità - Em. 3.1, Sabrina Licheri e Di Girolamo",
            "original_title": "Em. 3.1, Sabrina Licheri e Di Girolamo",
            "description_title": "d-l 39/2023 - siccità",
            "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": 16,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 21662,
            "slug": "19-74-68",
            "identifier": "19-74-68",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-68/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 68,
            "title": "d-l 39/2023 - siccità - Em. 4.101, Sabrina Licheri e altri",
            "original_title": "Em. 4.101, Sabrina Licheri e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 13,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 21645,
            "slug": "19-74-141",
            "identifier": "19-74-141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-141/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 141,
            "title": "d-l 39/2023 - siccità - Em. 10.17, Sironi e altri",
            "original_title": "Em. 10.17, Sironi e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 68.7,
            "minority_cohesion_rate": 56.32
        },
        {
            "id": 21646,
            "slug": "19-74-135",
            "identifier": "19-74-135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-135/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 135,
            "title": "d-l 39/2023 - siccità - Em. 10.9, Naturale e altri",
            "original_title": "Em. 10.9, Naturale e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 17,
            "majority_cohesion_rate": 66.09,
            "minority_cohesion_rate": 58.62
        },
        {
            "id": 21642,
            "slug": "19-74-154",
            "identifier": "19-74-154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-154/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 154,
            "title": "Conversione decreto siccità",
            "original_title": "Votazione finale",
            "description_title": "d-l 39/2023 - siccità",
            "public_title": "Conversione decreto siccità",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 63.48,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 21578,
            "slug": "19-74-43",
            "identifier": "19-74-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-43/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 43,
            "title": "d-l 39/2023 - siccità - Em. 3.17, Di Girolamo e Sabrina Licheri",
            "original_title": "Em. 3.17, Di Girolamo e Sabrina Licheri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 13,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21781,
            "slug": "vs19_114_075",
            "identifier": "vs19_114_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_075/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1114/119 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1114/119 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/119 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/119 CASO ANTONIO (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": 34,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 21727,
            "slug": "vs19_114_021",
            "identifier": "vs19_114_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_021/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1114/56 FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1114/56 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/56 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/56 FORNARO FEDERICO (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": 36,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 21737,
            "slug": "vs19_114_083",
            "identifier": "vs19_114_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_083/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1114/127 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1114/127 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/127 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/127 FEDE GIORGIO (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": 34,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 21739,
            "slug": "vs19_114_056",
            "identifier": "vs19_114_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_056/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1114/99, nel testo riformulato, CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1114/99, DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/99, DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/99, nel testo riformulato, CARMINA IDA (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": 7,
            "n_margin": 138,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 21749,
            "slug": "vs19_114_066",
            "identifier": "vs19_114_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_066/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1114/110 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1114/110 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/110 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/110 ASCARI STEFANIA (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": 33,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 21752,
            "slug": "vs19_114_050",
            "identifier": "vs19_114_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_050/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1114/89 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/1114/89 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/89 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/89 PORTA FABIO (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": 29,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 21747,
            "slug": "vs19_114_091",
            "identifier": "vs19_114_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_091/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 91,
            "title": "Ordine del giorno n. 9/1114/141 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/1114/141 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/141 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/141 CARAMIELLO ALESSANDRO (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": 41,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 21756,
            "slug": "vs19_114_038",
            "identifier": "vs19_114_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_038/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1114/75 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1114/75 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/75 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/75 CUPERLO GIANNI (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": 32,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21746,
            "slug": "vs19_114_014",
            "identifier": "vs19_114_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_014/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1114/43 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1114/43 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/43 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/43 PICCOLOTTI ELISABETTA (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": 24,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 21760,
            "slug": "vs19_114_009",
            "identifier": "vs19_114_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_009/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1114/34 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1114/34 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/34 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/34 ZANELLA LUANA (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": 34,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21761,
            "slug": "vs19_114_095",
            "identifier": "vs19_114_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_095/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 95,
            "title": "Ordine del giorno n. 9/1114/145 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1114/145 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/145 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/145 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": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 21731,
            "slug": "vs19_114_051",
            "identifier": "vs19_114_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_051/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1114/93 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1114/93 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/93 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/93 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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 21716,
            "slug": "vs19_114_017",
            "identifier": "vs19_114_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_017/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1114/46 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1114/46 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/46 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/46 GHIRRA FRANCESCA (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": 24,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 21718,
            "slug": "vs19_114_059",
            "identifier": "vs19_114_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_059/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1114/103 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1114/103 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/103 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/103 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": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 21764,
            "slug": "vs19_114_076",
            "identifier": "vs19_114_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_076/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/1114/120 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/1114/120 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/120 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/120 GUBITOSA MICHELE (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": 34,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 21779,
            "slug": "vs19_114_013",
            "identifier": "vs19_114_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_013/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1114/40 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1114/40 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/40 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/40 GIANASSI FEDERICO (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": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21744,
            "slug": "vs19_114_055",
            "identifier": "vs19_114_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_055/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1114/98 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1114/98 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/98 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/98 BARZOTTI 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": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 21740,
            "slug": "vs19_114_027",
            "identifier": "vs19_114_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_027/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1114/64 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1114/64 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/64 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/64 D'ALFONSO LUCIANO (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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 21711,
            "slug": "vs19_114_068",
            "identifier": "vs19_114_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_068/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1114/112 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1114/112 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/112 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/112 FENU EMILIANO (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": 33,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 21721,
            "slug": "vs19_114_064",
            "identifier": "vs19_114_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_064/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1114/108 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1114/108 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/108 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/108 CAFIERO DE RAHO FEDERICO (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": 64.14,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 21723,
            "slug": "vs19_114_005",
            "identifier": "vs19_114_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_005/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1114/24 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1114/24 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/24 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/24 ROGGIANI SILVIA (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": 54,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 21778,
            "slug": "vs19_114_070",
            "identifier": "vs19_114_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_070/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1114/114 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1114/114 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/114 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/114 DELL'OLIO GIANMAURO (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": 31,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 21704,
            "slug": "vs19_114_053",
            "identifier": "vs19_114_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_053/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1114/96 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1114/96 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/96 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/96 DI SANZO CHRISTIAN DIEGO (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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 69.14
        }
    ]
}