Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=350
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=-n_margin&page=351",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=349",
    "results": [
        {
            "id": 23114,
            "slug": "19-89-29",
            "identifier": "19-89-29",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-29/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 29,
            "title": "Em. 2.0.100, Mazzella e altri",
            "original_title": "Em. 2.0.100, Mazzella e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23887,
            "slug": "19-93-1",
            "identifier": "19-93-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-93-1/?format=api",
            "sitting": {
                "id": 1453,
                "date": "2023-07-27",
                "number": 93,
                "branch": "S"
            },
            "number": 1,
            "title": "Fiducia conversione decreto alluvione",
            "original_title": "Disegno di legge n. 819. Votazione questione di fiducia",
            "description_title": null,
            "public_title": "Fiducia conversione decreto alluvione",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 88.6,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 23256,
            "slug": "19-95-25",
            "identifier": "19-95-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-25/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 25,
            "title": "Em. 2.21, Turco e Croatti",
            "original_title": "Em. 2.21, Turco e Croatti",
            "description_title": null,
            "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": 75.44,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23203,
            "slug": "19-95-192",
            "identifier": "19-95-192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-192/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 192,
            "title": "Em. 12.5, Turco e Croatti",
            "original_title": "Em. 12.5, Turco e Croatti",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23291,
            "slug": "19-95-212",
            "identifier": "19-95-212",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-212/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 212,
            "title": "Em. 15.312, Magni e altri",
            "original_title": "Em. 15.312, Magni e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23364,
            "slug": "19-95-11",
            "identifier": "19-95-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-11/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 11,
            "title": "Em. 2.7, Turco e Croatti",
            "original_title": "Em. 2.7, Turco e Croatti",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 23223,
            "slug": "19-95-93",
            "identifier": "19-95-93",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-93/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 93,
            "title": "Emm. 5.23 e 5.24",
            "original_title": "Emm. 5.23 e 5.24",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23342,
            "slug": "19-95-88",
            "identifier": "19-95-88",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-88/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 88,
            "title": "Em. 5.18, Turco e Croatti",
            "original_title": "Em. 5.18, Turco e Croatti",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23437,
            "slug": "19-95-146",
            "identifier": "19-95-146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-146/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 146,
            "title": "Em. 7.8, Turco e Croatti",
            "original_title": "Em. 7.8, Turco e Croatti",
            "description_title": null,
            "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": 74.56,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 23334,
            "slug": "19-95-108",
            "identifier": "19-95-108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-108/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 108,
            "title": "Em. 5.42, Tajani e Losacco",
            "original_title": "Em. 5.42, Tajani e Losacco",
            "description_title": null,
            "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": 74.56,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23369,
            "slug": "19-95-321",
            "identifier": "19-95-321",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-321/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 321,
            "title": "Articolo 21",
            "original_title": "Articolo 21",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 16,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23306,
            "slug": "19-95-179",
            "identifier": "19-95-179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-179/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 179,
            "title": "Em. 9.21, Tajani e altri",
            "original_title": "Em. 9.21, Tajani e altri",
            "description_title": null,
            "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": 73.68,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 23445,
            "slug": "19-95-132",
            "identifier": "19-95-132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-132/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 132,
            "title": "Em. 6.10, Turco e Croatti",
            "original_title": "Em. 6.10, Turco e Croatti",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 23179,
            "slug": "19-95-267",
            "identifier": "19-95-267",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-267/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 267,
            "title": "Emm. 17.321 e 17.322",
            "original_title": "Emm. 17.321 e 17.322",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23175,
            "slug": "19-95-271",
            "identifier": "19-95-271",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-271/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 271,
            "title": "Em. 17.326, Tajani e Losacco",
            "original_title": "Em. 17.326, Tajani e Losacco",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23385,
            "slug": "19-95-285",
            "identifier": "19-95-285",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-285/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 285,
            "title": "Em. 18.315, Tajani e altri",
            "original_title": "Em. 18.315, Tajani e altri",
            "description_title": null,
            "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": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23178,
            "slug": "19-95-268",
            "identifier": "19-95-268",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-268/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 268,
            "title": "Em. 17.323, Turco e Croatti",
            "original_title": "Em. 17.323, Turco e Croatti",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23316,
            "slug": "19-95-167",
            "identifier": "19-95-167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-167/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 167,
            "title": "Em. 9.8, Turco e Croatti",
            "original_title": "Em. 9.8, Turco e Croatti",
            "description_title": null,
            "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": 67.54,
            "minority_cohesion_rate": 54.02
        },
        {
            "id": 23149,
            "slug": "19-96-18",
            "identifier": "19-96-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-18/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 18,
            "title": "Em. 3.100, Magni e altri",
            "original_title": "Em. 3.100, Magni e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 23135,
            "slug": "19-96-1",
            "identifier": "19-96-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-1/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 1,
            "title": "Fiducia conversione decreto Pa, sport, giubileo",
            "original_title": "Disegno di legge n.829 Votazione questione di fiducia",
            "description_title": null,
            "public_title": "Fiducia conversione decreto Pa, sport, giubileo",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 88.6,
            "minority_cohesion_rate": 78.16
        },
        {
            "id": 23138,
            "slug": "19-96-21",
            "identifier": "19-96-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-21/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 21,
            "title": "Em. 3.16, Guidolin e altri",
            "original_title": "Em. 3.16, Guidolin e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 59.77
        },
        {
            "id": 23159,
            "slug": "19-96-20",
            "identifier": "19-96-20",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-20/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 20,
            "title": "Em. 3.10, Naturale e altri",
            "original_title": "Em. 3.10, Naturale e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 23150,
            "slug": "19-96-16",
            "identifier": "19-96-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-96-16/?format=api",
            "sitting": {
                "id": 1456,
                "date": "2023-08-03",
                "number": 96,
                "branch": "S"
            },
            "number": 16,
            "title": "Em. 2.0.2, Naturale e altri",
            "original_title": "Em. 2.0.2, Naturale e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 60.92
        },
        {
            "id": 24427,
            "slug": "19-116-28",
            "identifier": "19-116-28",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-116-28/?format=api",
            "sitting": {
                "id": 1504,
                "date": "2023-10-24",
                "number": 116,
                "branch": "S"
            },
            "number": 28,
            "title": "Competitività dei capitali - Em. 12.1, Turco e Croatti",
            "original_title": "Em. 12.1, Turco e Croatti",
            "description_title": "Competitività dei capitali",
            "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": 16,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 24361,
            "slug": "19-116-46",
            "identifier": "19-116-46",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-116-46/?format=api",
            "sitting": {
                "id": 1504,
                "date": "2023-10-24",
                "number": 116,
                "branch": "S"
            },
            "number": 46,
            "title": "Competitività dei capitali - Em. 12-bis.211, Turco e Croatti",
            "original_title": "Em. 12-bis.211, Turco e Croatti",
            "description_title": "Competitività dei capitali",
            "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": 16,
            "majority_cohesion_rate": 69.3,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 33837,
            "slug": "19-252-19",
            "identifier": "19-252-19",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-19/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 19,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 65.48
        },
        {
            "id": 33947,
            "slug": "19-252-50",
            "identifier": "19-252-50",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-50/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 50,
            "title": "Em. 11.4, Furlan e altri",
            "original_title": "Em. 11.4, Furlan e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33954,
            "slug": "19-252-43",
            "identifier": "19-252-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-43/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 43,
            "title": "Em. 10.9, Furlan e altri",
            "original_title": "Em. 10.9, Furlan e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 74.58,
            "minority_cohesion_rate": 70.24
        },
        {
            "id": 33958,
            "slug": "19-252-39",
            "identifier": "19-252-39",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-39/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 39,
            "title": "Emm. 10.1, 10.2 e 10.3",
            "original_title": "Emm. 10.1, 10.2 e 10.3",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33935,
            "slug": "19-252-63",
            "identifier": "19-252-63",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-63/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 63,
            "title": "Mantenimento articolo 16",
            "original_title": "Mantenimento articolo 16",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 72.88,
            "minority_cohesion_rate": 61.9
        },
        {
            "id": 33918,
            "slug": "19-252-83",
            "identifier": "19-252-83",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-83/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 83,
            "title": "Articolo 24",
            "original_title": "Articolo 24",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33829,
            "slug": "19-252-27",
            "identifier": "19-252-27",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-27/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 27,
            "title": "Em. 8.1, Mazzella e altri",
            "original_title": "Em. 8.1, Mazzella e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 33930,
            "slug": "19-252-68",
            "identifier": "19-252-68",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-68/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 68,
            "title": "Emm. 19.1, 19.2 e 19.3",
            "original_title": "Emm. 19.1, 19.2 e 19.3",
            "description_title": null,
            "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": 73.73,
            "minority_cohesion_rate": 69.05
        },
        {
            "id": 33979,
            "slug": "19-252-70",
            "identifier": "19-252-70",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-70/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 70,
            "title": "Emm. 19.6 e 19.7",
            "original_title": "Emm. 19.6 e 19.7",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 71.19,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 33835,
            "slug": "19-252-21",
            "identifier": "19-252-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-21/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 21,
            "title": "Articolo 5",
            "original_title": "Articolo 5",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 72.88,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 33955,
            "slug": "19-252-42",
            "identifier": "19-252-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-42/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 42,
            "title": "Em. 10.8, Camusso e altri",
            "original_title": "Em. 10.8, Camusso e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 67.86
        },
        {
            "id": 33838,
            "slug": "19-252-18",
            "identifier": "19-252-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-18/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 18,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 72.88,
            "minority_cohesion_rate": 64.29
        },
        {
            "id": 33975,
            "slug": "19-252-102",
            "identifier": "19-252-102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-252-102/?format=api",
            "sitting": {
                "id": 1843,
                "date": "2024-12-11",
                "number": 252,
                "branch": "S"
            },
            "number": 102,
            "title": "Disposizioni in materia di lavoro",
            "original_title": "Votazione finale",
            "description_title": null,
            "public_title": "Disposizioni in materia di lavoro",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 67.8,
            "minority_cohesion_rate": 55.95
        },
        {
            "id": 28916,
            "slug": "19-167-27",
            "identifier": "19-167-27",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-27/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 27,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.44, Sironi e Trevisi",
            "original_title": "Em. 1.44, Sironi e Trevisi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 67.24,
            "minority_cohesion_rate": 55.81
        },
        {
            "id": 28924,
            "slug": "19-167-37",
            "identifier": "19-167-37",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-37/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 37,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - ODG G1.5, Trevisi e Sironi",
            "original_title": "ODG G1.5, Trevisi e Sironi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 68.97,
            "minority_cohesion_rate": 58.14
        },
        {
            "id": 28926,
            "slug": "19-167-28",
            "identifier": "19-167-28",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-28/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 28,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.45, Sironi e Trevisi",
            "original_title": "Em. 1.45, Sironi e Trevisi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 69.83,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 28930,
            "slug": "19-167-18",
            "identifier": "19-167-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-18/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 18,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.32, Irto e altri",
            "original_title": "Em. 1.32, Irto e altri",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 55.81
        },
        {
            "id": 28898,
            "slug": "19-167-36",
            "identifier": "19-167-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-36/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 36,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - ODG G1.4, Sironi e Trevisi",
            "original_title": "ODG G1.4, Sironi e Trevisi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 69.83,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 28904,
            "slug": "19-167-20",
            "identifier": "19-167-20",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-20/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 20,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.34, Aurora Floridia e altri",
            "original_title": "Em. 1.34, Aurora Floridia e altri",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 67.24,
            "minority_cohesion_rate": 55.81
        },
        {
            "id": 28912,
            "slug": "19-167-39",
            "identifier": "19-167-39",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-39/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 39,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - ODG G1.7, Irto e altri",
            "original_title": "ODG G1.7, Irto e altri",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 70.69,
            "minority_cohesion_rate": 60.47
        },
        {
            "id": 28906,
            "slug": "19-167-13",
            "identifier": "19-167-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-13/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 13,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Emm. 1.25 e 1.26",
            "original_title": "Emm. 1.25 e 1.26",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 68.1,
            "minority_cohesion_rate": 56.98
        },
        {
            "id": 28918,
            "slug": "19-167-24",
            "identifier": "19-167-24",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-24/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 24,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Emm. 1.40 e 1.41",
            "original_title": "Emm. 1.40 e 1.41",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 68.1,
            "minority_cohesion_rate": 55.81
        },
        {
            "id": 28905,
            "slug": "19-167-16",
            "identifier": "19-167-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-16/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 16,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.29, Sironi",
            "original_title": "Em. 1.29, Sironi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 67.24,
            "minority_cohesion_rate": 55.81
        },
        {
            "id": 28917,
            "slug": "19-167-25",
            "identifier": "19-167-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-25/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 25,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.42, Sironi e Trevisi",
            "original_title": "Em. 1.42, Sironi e Trevisi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 16,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 55.81
        },
        {
            "id": 28935,
            "slug": "19-167-6",
            "identifier": "19-167-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-167-6/?format=api",
            "sitting": {
                "id": 1632,
                "date": "2024-03-12",
                "number": 167,
                "branch": "S"
            },
            "number": 6,
            "title": "d-l 5/2024 - Infrastrutture presidenza G7 - Em. 1.13, Trevisi e Sironi",
            "original_title": "Em. 1.13, Trevisi e Sironi",
            "description_title": "d-l 5/2024 - Infrastrutture presidenza G7",
            "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": 67.24,
            "minority_cohesion_rate": 55.81
        }
    ]
}