Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=131
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=132",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=130",
    "results": [
        {
            "id": 34508,
            "slug": "vs19_377_036",
            "identifier": "vs19_377_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_036/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 4.5 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 4.5 BONELLI ANGELO (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": 21,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34509,
            "slug": "vs19_377_037",
            "identifier": "vs19_377_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_037/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 37,
            "title": "Identici emendamenti 4.6 SIMIANI MARCO (PD-IDP) e 4.7 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 4.6 SIMIANI MARCO (PD-IDP) e 4.7 BONELLI ANGELO (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": 21,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34510,
            "slug": "vs19_377_038",
            "identifier": "vs19_377_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_038/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 4.1000 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 4.1000 FONTANA ILARIA (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": 4,
            "n_margin": 51,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 34511,
            "slug": "vs19_377_040",
            "identifier": "vs19_377_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_040/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 5.1 SIMIANI MARCO (PD-IDP)",
            "original_title": "Emendamento 5.1 SIMIANI MARCO (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": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34512,
            "slug": "vs19_377_041",
            "identifier": "vs19_377_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_041/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 5.2 SANTILLO AGOSTINO (M5S)",
            "original_title": "Emendamento 5.2 SANTILLO AGOSTINO (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": 62.4,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34516,
            "slug": "vs19_377_048",
            "identifier": "vs19_377_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_048/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 8.11 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 8.11 FONTANA ILARIA (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": 21,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34513,
            "slug": "vs19_377_042",
            "identifier": "vs19_377_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_042/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 5.3 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 5.3 FONTANA ILARIA (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": 22,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34518,
            "slug": "vs19_377_050",
            "identifier": "vs19_377_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_050/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 8.14 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 8.14 BONELLI ANGELO (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": 62.81,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34515,
            "slug": "vs19_377_045",
            "identifier": "vs19_377_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_045/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 6.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "original_title": "Emendamento 6.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 12,
            "n_margin": 110,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 34517,
            "slug": "vs19_377_049",
            "identifier": "vs19_377_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_049/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 8.13 L'ABBATE PATTY (M5S)",
            "original_title": "Emendamento 8.13 L'ABBATE PATTY (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": 62.81,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34519,
            "slug": "vs19_377_051",
            "identifier": "vs19_377_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_051/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 8.17 MORFINO DANIELA (M5S)",
            "original_title": "Emendamento 8.17 MORFINO DANIELA (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": 4,
            "n_margin": 54,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 43.31
        },
        {
            "id": 34520,
            "slug": "vs19_377_052",
            "identifier": "vs19_377_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_052/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 8.19 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 8.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": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34521,
            "slug": "vs19_377_053",
            "identifier": "vs19_377_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_053/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 8.1000 MANES FRANCO (M-MIN)",
            "original_title": "Emendamento 8.1000 MANES FRANCO (M-MIN)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 115,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 50.96
        },
        {
            "id": 34522,
            "slug": "vs19_377_054",
            "identifier": "vs19_377_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_054/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 8.20 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 8.20 FONTANA ILARIA (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": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34523,
            "slug": "vs19_377_056",
            "identifier": "vs19_377_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_056/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 56,
            "title": "Identici articoli aggiuntivi 8.02 FENU EMILIANO (M5S) e 8.03 CURTI AUGUSTO (PD-IDP)",
            "original_title": "Identici articoli aggiuntivi 8.02 FENU EMILIANO (M5S) e 8.03 CURTI AUGUSTO (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": 4,
            "n_margin": 18,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34524,
            "slug": "vs19_377_057",
            "identifier": "vs19_377_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_057/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo aggiuntivo 8.07 BONELLI ANGELO (AVS)",
            "original_title": "Articolo aggiuntivo 8.07 BONELLI ANGELO (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": 20,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34525,
            "slug": "vs19_377_058",
            "identifier": "vs19_377_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_058/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 9.3 L'ABBATE PATTY (M5S)",
            "original_title": "Emendamento 9.3 L'ABBATE PATTY (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": 53,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 34526,
            "slug": "vs19_377_059",
            "identifier": "vs19_377_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_059/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 9.4 BONELLI ANGELO (AVS)",
            "original_title": "Emendamento 9.4 BONELLI ANGELO (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": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34527,
            "slug": "vs19_377_062",
            "identifier": "vs19_377_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_062/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 11.1 CURTI AUGUSTO (PD-IDP)",
            "original_title": "Emendamento 11.1 CURTI AUGUSTO (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": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34528,
            "slug": "vs19_377_063",
            "identifier": "vs19_377_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_063/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 11.7 MORFINO DANIELA (M5S)",
            "original_title": "Emendamento 11.7 MORFINO DANIELA (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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 34529,
            "slug": "vs19_377_064",
            "identifier": "vs19_377_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_064/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 64,
            "title": "Identici emendamenti 11.11 SANTILLO AGOSTINO (M5S) e 11.12 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 11.11 SANTILLO AGOSTINO (M5S) e 11.12 BONELLI ANGELO (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": 17,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34531,
            "slug": "vs19_377_066",
            "identifier": "vs19_377_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_066/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 66,
            "title": "Identici emendamenti 11.14 SANTILLO AGOSTINO (M5S) e 11.15 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 11.14 SANTILLO AGOSTINO (M5S) e 11.15 BONELLI ANGELO (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": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34530,
            "slug": "vs19_377_065",
            "identifier": "vs19_377_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_065/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 11.13 SIMIANI MARCO (PD-IDP)",
            "original_title": "Emendamento 11.13 SIMIANI MARCO (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": 17,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 34532,
            "slug": "vs19_377_067",
            "identifier": "vs19_377_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_067/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 11.18 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 11.18 FONTANA ILARIA (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": 18,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34533,
            "slug": "vs19_377_068",
            "identifier": "vs19_377_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_068/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 68,
            "title": "Identici emendamenti 11.1000 BENZONI FABRIZIO (APERRE), 11.1001 SIMIANI MARCO (PD-IDP), 11.1002 PASTORINO LUCA (M-+EUR) e 11.1003 FONTANA ILARIA (M5S)",
            "original_title": "Identici emendamenti 11.1000 BENZONI FABRIZIO (APERRE), 11.1001 SIMIANI MARCO (PD-IDP), 11.1002 PASTORINO LUCA (M-+EUR) e 11.1003 FONTANA ILARIA (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": 12,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 34534,
            "slug": "vs19_377_070",
            "identifier": "vs19_377_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_070/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 12.2 SANTILLO AGOSTINO (M5S)",
            "original_title": "Emendamento 12.2 SANTILLO AGOSTINO (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": 15,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34535,
            "slug": "vs19_377_071",
            "identifier": "vs19_377_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_071/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 71,
            "title": "Identici emendamenti 12.5 SANTILLO AGOSTINO (M5S) e 12.6 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 12.5 SANTILLO AGOSTINO (M5S) e 12.6 BONELLI ANGELO (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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 34536,
            "slug": "vs19_377_073",
            "identifier": "vs19_377_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_073/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 73,
            "title": "Identici emendamenti 13.3 FERRARI SARA (PD-IDP) e 13.4 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 13.3 FERRARI SARA (PD-IDP) e 13.4 BONELLI ANGELO (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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34537,
            "slug": "vs19_377_074",
            "identifier": "vs19_377_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_074/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 13.5 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 13.5 FONTANA ILARIA (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": 50,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 34538,
            "slug": "vs19_377_075",
            "identifier": "vs19_377_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_075/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 75,
            "title": "Identici emendamenti 13.6 L'ABBATE PATTY (M5S) e 13.7 SCARPA RACHELE (PD-IDP)",
            "original_title": "Identici emendamenti 13.6 L'ABBATE PATTY (M5S) e 13.7 SCARPA RACHELE (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": 19,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34539,
            "slug": "vs19_377_076",
            "identifier": "vs19_377_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_076/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 76,
            "title": "Identici emendamenti 13.10 SANTILLO AGOSTINO (M5S) e 13.11 SIMIANI MARCO (PD-IDP)",
            "original_title": "Identici emendamenti 13.10 SANTILLO AGOSTINO (M5S) e 13.11 SIMIANI MARCO (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": 18,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34540,
            "slug": "vs19_377_077",
            "identifier": "vs19_377_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_077/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 13.12 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 13.12 FONTANA ILARIA (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": 17,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34541,
            "slug": "vs19_377_080",
            "identifier": "vs19_377_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_080/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 80,
            "title": "Emendamento 15.1 FERRARI SARA (PD-IDP)",
            "original_title": "Emendamento 15.1 FERRARI SARA (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": 19,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34542,
            "slug": "vs19_377_081",
            "identifier": "vs19_377_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_081/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 15.3 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 15.3 FONTANA ILARIA (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": 21,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 34543,
            "slug": "vs19_377_083",
            "identifier": "vs19_377_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_083/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 16.1 SIMIANI MARCO (PD-IDP)",
            "original_title": "Emendamento 16.1 SIMIANI MARCO (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": 20,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34544,
            "slug": "vs19_377_084",
            "identifier": "vs19_377_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_084/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 84,
            "title": "Identici emendamenti 16.2 SANTILLO AGOSTINO (M5S) e 16.3 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 16.2 SANTILLO AGOSTINO (M5S) e 16.3 BONELLI ANGELO (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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34568,
            "slug": "vs19_377_002",
            "identifier": "vs19_377_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_002/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 2,
            "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": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 55.37,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 34569,
            "slug": "vs19_377_010",
            "identifier": "vs19_377_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_010/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 10,
            "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": 3,
            "n_margin": 73,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 34570,
            "slug": "vs19_377_031",
            "identifier": "vs19_377_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_031/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 31,
            "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": 73,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34572,
            "slug": "vs19_377_044",
            "identifier": "vs19_377_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_044/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo 5",
            "original_title": "Articolo 5",
            "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": 6,
            "n_margin": 73,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34573,
            "slug": "vs19_377_046",
            "identifier": "vs19_377_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_046/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 6",
            "original_title": "Articolo 6",
            "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": 4,
            "n_margin": 77,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34574,
            "slug": "vs19_377_047",
            "identifier": "vs19_377_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_047/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 7",
            "original_title": "Articolo 7",
            "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": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34575,
            "slug": "vs19_377_055",
            "identifier": "vs19_377_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_055/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo 8",
            "original_title": "Articolo 8",
            "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": 77,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34576,
            "slug": "vs19_377_060",
            "identifier": "vs19_377_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_060/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 9",
            "original_title": "Articolo 9",
            "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": 6,
            "n_margin": 71,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 34577,
            "slug": "vs19_377_061",
            "identifier": "vs19_377_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_061/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 61,
            "title": "Articolo 10",
            "original_title": "Articolo 10",
            "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": 75,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 34578,
            "slug": "vs19_377_069",
            "identifier": "vs19_377_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_069/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 69,
            "title": "Articolo 11",
            "original_title": "Articolo 11",
            "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": 70,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34579,
            "slug": "vs19_377_072",
            "identifier": "vs19_377_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_072/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 72,
            "title": "Articolo 12",
            "original_title": "Articolo 12",
            "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": 4,
            "n_margin": 69,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 34580,
            "slug": "vs19_377_078",
            "identifier": "vs19_377_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_078/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 78,
            "title": "Articolo 13",
            "original_title": "Articolo 13",
            "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": 74,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 34581,
            "slug": "vs19_377_079",
            "identifier": "vs19_377_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_079/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 79,
            "title": "Articolo 14",
            "original_title": "Articolo 14",
            "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": 74,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 34582,
            "slug": "vs19_377_082",
            "identifier": "vs19_377_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_082/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 82,
            "title": "Articolo 15",
            "original_title": "Articolo 15",
            "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": 8,
            "n_margin": 71,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 68.15
        }
    ]
}