Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=115
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=-identifier&page=116",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=114",
    "results": [
        {
            "id": 35099,
            "slug": "vs19_337_066",
            "identifier": "vs19_337_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_066/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1691/30, nel testo riformulato, MORFINO DANIELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/30, nel testo riformulato, MORFINO DANIELA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 132,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 35098,
            "slug": "vs19_337_065",
            "identifier": "vs19_337_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_065/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1691/29 COLUCCI ALFONSO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/29 COLUCCI ALFONSO (M5S)",
            "description_title": "",
            "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": 24,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 35097,
            "slug": "vs19_337_064",
            "identifier": "vs19_337_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_064/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1691/28 SANTILLO AGOSTINO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/28 SANTILLO AGOSTINO (M5S)",
            "description_title": "",
            "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": 63.45,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 35096,
            "slug": "vs19_337_063",
            "identifier": "vs19_337_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_063/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1691/27 SCUTELLA' ELISA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/27 SCUTELLA' ELISA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 51,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 37.89
        },
        {
            "id": 35095,
            "slug": "vs19_337_062",
            "identifier": "vs19_337_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_062/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1691/26 CARAMIELLO ALESSANDRO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/26 CARAMIELLO ALESSANDRO (M5S)",
            "description_title": "",
            "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": 27,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 35094,
            "slug": "vs19_337_061",
            "identifier": "vs19_337_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_061/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1691/25 CARMINA IDA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/25 CARMINA IDA (M5S)",
            "description_title": "",
            "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": 60,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 39.75
        },
        {
            "id": 35093,
            "slug": "vs19_337_060",
            "identifier": "vs19_337_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_060/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1691/24 AURIEMMA CARMELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/24 AURIEMMA CARMELA (M5S)",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 35092,
            "slug": "vs19_337_059",
            "identifier": "vs19_337_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_059/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1691/23 ALIFANO ENRICA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/23 ALIFANO ENRICA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 35091,
            "slug": "vs19_337_058",
            "identifier": "vs19_337_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_058/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1691/22 BALDINO VITTORIA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/22 BALDINO VITTORIA (M5S)",
            "description_title": "",
            "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": 27,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35090,
            "slug": "vs19_337_057",
            "identifier": "vs19_337_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_057/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1691/21 CASO ANTONIO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/21 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 26,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 35089,
            "slug": "vs19_337_056",
            "identifier": "vs19_337_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_056/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1691/20 ZARATTI FILIBERTO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/20 ZARATTI FILIBERTO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 56,
            "majority_cohesion_rate": 63.87,
            "minority_cohesion_rate": 39.75
        },
        {
            "id": 35088,
            "slug": "vs19_337_055",
            "identifier": "vs19_337_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_055/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1691/19 BONELLI ANGELO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/19 BONELLI ANGELO (AVS)",
            "description_title": "",
            "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": 22,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 35087,
            "slug": "vs19_337_054",
            "identifier": "vs19_337_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_054/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1691/18 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/18 PICCOLOTTI ELISABETTA (AVS)",
            "description_title": "",
            "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": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 35086,
            "slug": "vs19_337_053",
            "identifier": "vs19_337_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_053/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1691/17 GRIMALDI MARCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/17 GRIMALDI MARCO (AVS)",
            "description_title": "",
            "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": 62.18,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35085,
            "slug": "vs19_337_052",
            "identifier": "vs19_337_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_052/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1691/16 DORI DEVIS (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/16 DORI DEVIS (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 35084,
            "slug": "vs19_337_051",
            "identifier": "vs19_337_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_051/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1691/15 MARI FRANCESCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/15 MARI FRANCESCO (AVS)",
            "description_title": "",
            "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": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 35083,
            "slug": "vs19_337_050",
            "identifier": "vs19_337_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_050/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1691/14 ZANELLA LUANA (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/14 ZANELLA LUANA (AVS)",
            "description_title": "",
            "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": 65.13,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 35082,
            "slug": "vs19_337_049",
            "identifier": "vs19_337_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_049/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1691/13 BORRELLI FRANCESCO EMILIO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/13 BORRELLI FRANCESCO EMILIO (AVS)",
            "description_title": "",
            "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": 60,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 40.37
        },
        {
            "id": 35081,
            "slug": "vs19_337_048",
            "identifier": "vs19_337_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_048/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1691/12 GHIRRA FRANCESCA (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/12 GHIRRA FRANCESCA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 65.55,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 35080,
            "slug": "vs19_337_047",
            "identifier": "vs19_337_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_047/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1691/11 FRATOIANNI NICOLA (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/11 FRATOIANNI NICOLA (AVS)",
            "description_title": "",
            "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": 18,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 35079,
            "slug": "vs19_337_046",
            "identifier": "vs19_337_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_046/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1691/10 MALAGOLA LORENZO (FDI)",
            "original_title": "Ordine del giorno n. 9/1691/10 MALAGOLA LORENZO (FDI)",
            "description_title": "",
            "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": 29,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 62.11
        },
        {
            "id": 35078,
            "slug": "vs19_337_045",
            "identifier": "vs19_337_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_045/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1691/9 MALAVASI ILENIA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/9 MALAVASI ILENIA (PD-IDP)",
            "description_title": "",
            "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": 18,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 35077,
            "slug": "vs19_337_044",
            "identifier": "vs19_337_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_044/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1691/8 ASCANI ANNA (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/8 ASCANI ANNA (PD-IDP)",
            "description_title": "",
            "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": 15,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 35076,
            "slug": "vs19_337_043",
            "identifier": "vs19_337_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_043/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1691/4 MANZI IRENE (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/4 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 56.3,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 35070,
            "slug": "vs19_337_042",
            "identifier": "vs19_337_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_042/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "",
            "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": 26,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 34832,
            "slug": "vs19_337_041",
            "identifier": "vs19_337_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_041/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 4.24 GRIPPO VALENTINA (APERRE)",
            "original_title": "Emendamento 4.24 GRIPPO VALENTINA (APERRE)",
            "description_title": "",
            "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": 21,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 74.53
        },
        {
            "id": 35069,
            "slug": "vs19_337_040",
            "identifier": "vs19_337_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_040/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34831,
            "slug": "vs19_337_039",
            "identifier": "vs19_337_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_039/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 3.31 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 3.31 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 30,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 34830,
            "slug": "vs19_337_038",
            "identifier": "vs19_337_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_038/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 3.27 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Emendamento 3.27 PICCOLOTTI ELISABETTA (AVS)",
            "description_title": "",
            "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": 22,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 34829,
            "slug": "vs19_337_037",
            "identifier": "vs19_337_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_037/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.26 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.26 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 34828,
            "slug": "vs19_337_036",
            "identifier": "vs19_337_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_036/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.20 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.20 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 27,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 34827,
            "slug": "vs19_337_035",
            "identifier": "vs19_337_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_035/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.1 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.1 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 29,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35068,
            "slug": "vs19_337_034",
            "identifier": "vs19_337_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_034/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 34826,
            "slug": "vs19_337_033",
            "identifier": "vs19_337_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_033/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 2.48 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 2.48 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 29,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34825,
            "slug": "vs19_337_032",
            "identifier": "vs19_337_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_032/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 2.1 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 2.1 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 29,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35067,
            "slug": "vs19_337_031",
            "identifier": "vs19_337_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_031/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 34824,
            "slug": "vs19_337_030",
            "identifier": "vs19_337_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_030/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.366 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.366 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34823,
            "slug": "vs19_337_029",
            "identifier": "vs19_337_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_029/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.339 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.339 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 25,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 34822,
            "slug": "vs19_337_028",
            "identifier": "vs19_337_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_028/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.292 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.292 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 34821,
            "slug": "vs19_337_027",
            "identifier": "vs19_337_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_027/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.286 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.286 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 29,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 34820,
            "slug": "vs19_337_026",
            "identifier": "vs19_337_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_026/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.241 AMATO GAETANO (M5S)",
            "original_title": "Emendamento 1.241 AMATO GAETANO (M5S)",
            "description_title": "",
            "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": 23,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 34819,
            "slug": "vs19_337_025",
            "identifier": "vs19_337_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_025/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.238 AMATO GAETANO (M5S)",
            "original_title": "Emendamento 1.238 AMATO GAETANO (M5S)",
            "description_title": "",
            "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": 26,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34818,
            "slug": "vs19_337_024",
            "identifier": "vs19_337_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_024/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.218 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.218 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34817,
            "slug": "vs19_337_023",
            "identifier": "vs19_337_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_023/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.207 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 1.207 CASO ANTONIO (M5S)",
            "description_title": "",
            "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": 24,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34816,
            "slug": "vs19_337_022",
            "identifier": "vs19_337_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_022/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 1.193 PICCOLOTTI ELISABETTA (AVS) e 1.194 MANZI IRENE (PD-IDP)",
            "original_title": "Identici emendamenti 1.193 PICCOLOTTI ELISABETTA (AVS) e 1.194 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 26,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34815,
            "slug": "vs19_337_021",
            "identifier": "vs19_337_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_021/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1.171 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.171 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 22,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 34814,
            "slug": "vs19_337_020",
            "identifier": "vs19_337_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_020/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.169 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.169 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34813,
            "slug": "vs19_337_019",
            "identifier": "vs19_337_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_019/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.160 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.160 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 34812,
            "slug": "vs19_337_018",
            "identifier": "vs19_337_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_018/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.155 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.155 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 23,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 34811,
            "slug": "vs19_337_017",
            "identifier": "vs19_337_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_017/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.146 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.146 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 28,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 66.46
        }
    ]
}