Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=113
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=114",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=112",
    "results": [
        {
            "id": 25986,
            "slug": "19-138-44",
            "identifier": "19-138-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-44/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 44,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 2.2, Alfieri e altri",
            "original_title": "Em. 2.2, Alfieri e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "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": 18,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25996,
            "slug": "19-138-18",
            "identifier": "19-138-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-138-18/?format=api",
            "sitting": {
                "id": 1559,
                "date": "2023-12-19",
                "number": 138,
                "branch": "S"
            },
            "number": 18,
            "title": "d-l n. 161/2023 - Piano Mattei - Em. 1.16, Marton e altri",
            "original_title": "Em. 1.16, Marton e altri",
            "description_title": "d-l n. 161/2023 - Piano Mattei",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 10,
            "n_margin": 18,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 23760,
            "slug": "19-79-86",
            "identifier": "19-79-86",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-86/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 86,
            "title": "DL 48/2023 - Lavoro - Em. 6.31, Camusso e altri",
            "original_title": "Em. 6.31, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 84.21,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 23530,
            "slug": "19-79-285",
            "identifier": "19-79-285",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-285/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 285,
            "title": "DL 48/2023 - Lavoro - Em. 37.22, Nave e altri",
            "original_title": "Em. 37.22, Nave e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 81.58,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23654,
            "slug": "19-79-161",
            "identifier": "19-79-161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-161/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 161,
            "title": "DL 48/2023 - Lavoro - Em. 14.0.13, Mazzella e altri",
            "original_title": "Em. 14.0.13, Mazzella e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 23608,
            "slug": "19-79-207",
            "identifier": "19-79-207",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-207/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 207,
            "title": "DL 48/2023 - Lavoro - Em. 24.11, Camusso e altri",
            "original_title": "Em. 24.11, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 78.07,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23536,
            "slug": "19-79-279",
            "identifier": "19-79-279",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-279/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 279,
            "title": "DL 48/2023 - Lavoro - Em. 37.3, Magni e altri",
            "original_title": "Em. 37.3, Magni e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 76.32,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23649,
            "slug": "19-79-166",
            "identifier": "19-79-166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-166/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 166,
            "title": "DL 48/2023 - Lavoro - Em. 17.4, Mazzella e altri",
            "original_title": "Em. 17.4, Mazzella e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 76.32,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23650,
            "slug": "19-79-165",
            "identifier": "19-79-165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-165/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 165,
            "title": "DL 48/2023 - Lavoro - Em. 17.3, Magni e altri",
            "original_title": "Em. 17.3, Magni e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 81.58,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 23524,
            "slug": "19-79-291",
            "identifier": "19-79-291",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-291/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 291,
            "title": "DL 48/2023 - Lavoro - Em. 38.0.29, Camusso e altri",
            "original_title": "Em. 38.0.29, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23606,
            "slug": "19-79-209",
            "identifier": "19-79-209",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-209/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 209,
            "title": "DL 48/2023 - Lavoro - Em. 24.100, Camusso e altri",
            "original_title": "Em. 24.100, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 78.95,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 23764,
            "slug": "19-79-82",
            "identifier": "19-79-82",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-82/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 82,
            "title": "DL 48/2023 - Lavoro - Emm. 6.18 e 6.19",
            "original_title": "Emm. 6.18 e 6.19",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 23756,
            "slug": "19-79-90",
            "identifier": "19-79-90",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-90/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 90,
            "title": "DL 48/2023 - Lavoro - Em. 8.3, Guidolin e altri",
            "original_title": "Em. 8.3, Guidolin e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 84.21,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 23823,
            "slug": "19-79-23",
            "identifier": "19-79-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-23/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 23,
            "title": "DL 48/2023 - Lavoro - ODG G19.103, Magni e altri",
            "original_title": "ODG G19.103, Magni e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 72.41
        },
        {
            "id": 23753,
            "slug": "19-79-93",
            "identifier": "19-79-93",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-93/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 93,
            "title": "DL 48/2023 - Lavoro - Emm. 9.2 e 9.3",
            "original_title": "Emm. 9.2 e 9.3",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 83.33,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23751,
            "slug": "19-79-95",
            "identifier": "19-79-95",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-95/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 95,
            "title": "DL 48/2023 - Lavoro - Em. 9.5, Zampa e altri",
            "original_title": "Em. 9.5, Zampa e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 84.21,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 23614,
            "slug": "19-79-201",
            "identifier": "19-79-201",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-201/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 201,
            "title": "DL 48/2023 - Lavoro - Emm. 24.1 e 24.2",
            "original_title": "Emm. 24.1 e 24.2",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 18,
            "majority_cohesion_rate": 79.82,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23000,
            "slug": "19-89-21",
            "identifier": "19-89-21",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-21/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 21,
            "title": "ODG G2.101, Aurora Floridia e altri",
            "original_title": "ODG G2.101, Aurora Floridia e altri",
            "description_title": null,
            "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": 18,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23065,
            "slug": "19-89-104",
            "identifier": "19-89-104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-104/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 104,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.253, Turco e altri",
            "original_title": "Em. 9-bis.253, Turco e altri",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 71.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23101,
            "slug": "19-89-66",
            "identifier": "19-89-66",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-66/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 66,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.206, Sensi e altri",
            "original_title": "Em. 9-bis.206, Sensi e altri",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 18,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23105,
            "slug": "19-89-57",
            "identifier": "19-89-57",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-57/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 57,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 7.2, Lorefice e Bevilacqua",
            "original_title": "Em. 7.2, Lorefice e Bevilacqua",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 72.81,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 22996,
            "slug": "19-89-25",
            "identifier": "19-89-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-25/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 25,
            "title": "ODG G2.105, Naturale e altri",
            "original_title": "ODG G2.105, 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": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23036,
            "slug": "19-89-26",
            "identifier": "19-89-26",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-26/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 26,
            "title": "ODG G2.106, Pirro e altri",
            "original_title": "ODG G2.106, Pirro e altri",
            "description_title": null,
            "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": 18,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23119,
            "slug": "19-89-13",
            "identifier": "19-89-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-13/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 13,
            "title": "Em. 2.100 (1a parte), Naturale e altri",
            "original_title": "Em. 2.100 (1a parte), 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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23099,
            "slug": "19-89-68",
            "identifier": "19-89-68",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-68/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 68,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Emm. 9-bis.209 e 9-bis.210",
            "original_title": "Emm. 9-bis.209 e 9-bis.210",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 71.93,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23001,
            "slug": "19-89-20",
            "identifier": "19-89-20",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-20/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 20,
            "title": "ODG G2.100, Aurora Floridia e altri",
            "original_title": "ODG G2.100, Aurora Floridia e altri",
            "description_title": null,
            "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": 18,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23068,
            "slug": "19-89-101",
            "identifier": "19-89-101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-101/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 101,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.250, Martella e altri",
            "original_title": "Em. 9-bis.250, Martella e altri",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 18,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23109,
            "slug": "19-89-45",
            "identifier": "19-89-45",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-45/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 45,
            "title": "Em. 6.0.103, Naturale e altri",
            "original_title": "Em. 6.0.103, 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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23004,
            "slug": "19-89-12",
            "identifier": "19-89-12",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-12/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 12,
            "title": "Em. 2.2, Pirro e altri",
            "original_title": "Em. 2.2, Pirro 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": 18,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23005,
            "slug": "19-89-8",
            "identifier": "19-89-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-8/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 8,
            "title": "Em. 1.13, Zambito e altri",
            "original_title": "Em. 1.13, Zambito 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": 18,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23404,
            "slug": "19-95-231",
            "identifier": "19-95-231",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-231/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 231,
            "title": "Em. 16.313, Tajani e Losacco",
            "original_title": "Em. 16.313, 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": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23336,
            "slug": "19-95-106",
            "identifier": "19-95-106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-106/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 106,
            "title": "Em. 5.40, Tajani e altri",
            "original_title": "Em. 5.40, 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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23402,
            "slug": "19-95-233",
            "identifier": "19-95-233",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-233/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 233,
            "title": "Em. 16.315, Tajani e altri",
            "original_title": "Em. 16.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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23189,
            "slug": "19-95-257",
            "identifier": "19-95-257",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-257/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 257,
            "title": "Em. 17.307, Turco e Croatti",
            "original_title": "Em. 17.307, 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": 18,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23301,
            "slug": "19-95-201",
            "identifier": "19-95-201",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-201/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 201,
            "title": "Articolo 13",
            "original_title": "Articolo 13",
            "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": 18,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23428,
            "slug": "19-95-178",
            "identifier": "19-95-178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-178/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 178,
            "title": "Em. 9.20, Turco e Croatti",
            "original_title": "Em. 9.20, 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": 18,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 23424,
            "slug": "19-95-188",
            "identifier": "19-95-188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-188/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 188,
            "title": "Articolo 11",
            "original_title": "Articolo 11",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23271,
            "slug": "19-95-311",
            "identifier": "19-95-311",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-311/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 311,
            "title": "Emm. 20.308, 20.309 e 20.310",
            "original_title": "Emm. 20.308, 20.309 e 20.310",
            "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": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23450,
            "slug": "19-95-123",
            "identifier": "19-95-123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-123/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 123,
            "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": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23439,
            "slug": "19-95-144",
            "identifier": "19-95-144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-144/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 144,
            "title": "Em. 7.6, Turco e Croatti",
            "original_title": "Em. 7.6, 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": 18,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23328,
            "slug": "19-95-131",
            "identifier": "19-95-131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-131/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 131,
            "title": "Em. 6.9, Turco e Croatti",
            "original_title": "Em. 6.9, 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": 18,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23275,
            "slug": "19-95-305",
            "identifier": "19-95-305",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-305/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 305,
            "title": "Em. 20.300, Tajani e altri",
            "original_title": "Em. 20.300, 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": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23274,
            "slug": "19-95-306",
            "identifier": "19-95-306",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-306/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 306,
            "title": "Em. 20.301 (1a parte), Tajani e Losacco",
            "original_title": "Em. 20.301 (1a parte), 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": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23237,
            "slug": "19-95-72",
            "identifier": "19-95-72",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-72/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 72,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "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": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23278,
            "slug": "19-95-295",
            "identifier": "19-95-295",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-295/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 295,
            "title": "Articolo 18",
            "original_title": "Articolo 18",
            "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": 4,
            "n_margin": 18,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23416,
            "slug": "19-95-218",
            "identifier": "19-95-218",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-218/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 218,
            "title": "Em. 15.319, Turco e Croatti",
            "original_title": "Em. 15.319, 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": 18,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23423,
            "slug": "19-95-190",
            "identifier": "19-95-190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-190/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 190,
            "title": "Em. 12.3, Turco e Croatti",
            "original_title": "Em. 12.3, 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": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23167,
            "slug": "19-95-310",
            "identifier": "19-95-310",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-310/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 310,
            "title": "Em. 20.307, Tajani e Losacco",
            "original_title": "Em. 20.307, 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": 18,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23415,
            "slug": "19-95-220",
            "identifier": "19-95-220",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-220/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 220,
            "title": "Em. 15.321, Turco e Croatti",
            "original_title": "Em. 15.321, 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": 18,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23378,
            "slug": "19-95-296",
            "identifier": "19-95-296",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-296/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 296,
            "title": "Em. 18.0.300, Turco e Croatti",
            "original_title": "Em. 18.0.300, 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": 5,
            "n_margin": 18,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 64.37
        }
    ]
}