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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=301",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=299",
    "results": [
        {
            "id": 23094,
            "slug": "19-89-73",
            "identifier": "19-89-73",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-73/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 73,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.215, Malpezzi e altri",
            "original_title": "Em. 9-bis.215, Malpezzi 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": 24,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 42.53
        },
        {
            "id": 23095,
            "slug": "19-89-72",
            "identifier": "19-89-72",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-72/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 72,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.214, Rojc e altri",
            "original_title": "Em. 9-bis.214, Rojc 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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23096,
            "slug": "19-89-71",
            "identifier": "19-89-71",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-71/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 71,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.213, Turco e altri",
            "original_title": "Em. 9-bis.213, 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": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23097,
            "slug": "19-89-70",
            "identifier": "19-89-70",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-70/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 70,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.212, Boccia e altri",
            "original_title": "Em. 9-bis.212, Boccia 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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 23040,
            "slug": "19-89-7",
            "identifier": "19-89-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-7/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 7,
            "title": "Em. 1.12, Zambito e altri",
            "original_title": "Em. 1.12, 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": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 23098,
            "slug": "19-89-69",
            "identifier": "19-89-69",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-69/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 69,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.211, Sensi e altri",
            "original_title": "Em. 9-bis.211, 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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 70.11
        },
        {
            "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": 23100,
            "slug": "19-89-67",
            "identifier": "19-89-67",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-67/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 67,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.207 (1a parte), Turco",
            "original_title": "Em. 9-bis.207 (1a parte), Turco",
            "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": 19,
            "majority_cohesion_rate": 72.81,
            "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": 23102,
            "slug": "19-89-65",
            "identifier": "19-89-65",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-65/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 65,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9.202 (1a parte), Di Girolamo e altri",
            "original_title": "Em. 9.202 (1a parte), Di Girolamo 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": 17,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22984,
            "slug": "19-89-64",
            "identifier": "19-89-64",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-64/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 64,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.200 (1a parte), Cucchi e altri",
            "original_title": "Em. 9-bis.200 (1a parte), Cucchi 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": 20,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22985,
            "slug": "19-89-63",
            "identifier": "19-89-63",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-63/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 63,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9.202, Di Girolamo e altri",
            "original_title": "Em. 9.202, Di Girolamo 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": 32,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 35.63
        },
        {
            "id": 23024,
            "slug": "19-89-62",
            "identifier": "19-89-62",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-62/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 62,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9.200 (1a parte), Di Girolamo e altri",
            "original_title": "Em. 9.200 (1a parte), Di Girolamo 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": 7,
            "n_margin": 26,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 23103,
            "slug": "19-89-61",
            "identifier": "19-89-61",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-61/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 61,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Emm. 8.0.200 (testo 2) e 8.0.201 (testo 2)",
            "original_title": "Emm. 8.0.200 (testo 2) e 8.0.201 (testo 2)",
            "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": "Approvata",
            "n_rebels": 3,
            "n_margin": 72,
            "majority_cohesion_rate": 69.3,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 22986,
            "slug": "19-89-60",
            "identifier": "19-89-60",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-60/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 60,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 8.200, Matera e altri",
            "original_title": "Em. 8.200, Matera 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": "Approvata",
            "n_rebels": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 59.77
        },
        {
            "id": 23122,
            "slug": "19-89-6",
            "identifier": "19-89-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-6/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 6,
            "title": "Em. 1.11, Zambito e altri",
            "original_title": "Em. 1.11, 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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23104,
            "slug": "19-89-59",
            "identifier": "19-89-59",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-59/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 59,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 8.3, Lorefice e Bevilacqua",
            "original_title": "Em. 8.3, 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": 6,
            "majority_cohesion_rate": 69.3,
            "minority_cohesion_rate": 78.16
        },
        {
            "id": 23025,
            "slug": "19-89-58",
            "identifier": "19-89-58",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-58/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 58,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 8.2, Rojc e altri",
            "original_title": "Em. 8.2, Rojc 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": 0,
            "n_margin": 7,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 79.31
        },
        {
            "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": 23026,
            "slug": "19-89-56",
            "identifier": "19-89-56",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-56/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 56,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 7.1, Lorefice e Bevilacqua",
            "original_title": "Em. 7.1, 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": 17,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22987,
            "slug": "19-89-55",
            "identifier": "19-89-55",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-55/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 55,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 3-bis.0.202, Valente e altri",
            "original_title": "Em. 3-bis.0.202, Valente 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": 7,
            "majority_cohesion_rate": 70.18,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 23106,
            "slug": "19-89-54",
            "identifier": "19-89-54",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-54/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 54,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 3-bis.0.201, Valente e altri",
            "original_title": "Em. 3-bis.0.201, Valente 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": 0,
            "n_margin": 8,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 23027,
            "slug": "19-89-53",
            "identifier": "19-89-53",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-53/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 53,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 3-bis.0.200, Valente e altri",
            "original_title": "Em. 3-bis.0.200, Valente 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": 0,
            "n_margin": 8,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 23107,
            "slug": "19-89-52",
            "identifier": "19-89-52",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-52/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 52,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 1.200, Garavaglia e altri",
            "original_title": "Em. 1.200, Garavaglia 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": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 40.23
        },
        {
            "id": 23028,
            "slug": "19-89-51",
            "identifier": "19-89-51",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-51/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 51,
            "title": "Divieto produzione carni sintetiche",
            "original_title": "Votazione finale",
            "description_title": null,
            "public_title": "Divieto produzione carni sintetiche",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 37.93
        },
        {
            "id": 23029,
            "slug": "19-89-50",
            "identifier": "19-89-50",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-50/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 50,
            "title": "Articolo 7",
            "original_title": "Articolo 7",
            "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": 32,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 36.78
        },
        {
            "id": 23006,
            "slug": "19-89-5",
            "identifier": "19-89-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-5/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 5,
            "title": "Em. 1.10, Franceschelli e altri",
            "original_title": "Em. 1.10, Franceschelli 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": 13,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 23030,
            "slug": "19-89-49",
            "identifier": "19-89-49",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-49/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 49,
            "title": "Em. 6.0.107, Mazzella e altri",
            "original_title": "Em. 6.0.107, 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": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 22988,
            "slug": "19-89-48",
            "identifier": "19-89-48",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-48/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 48,
            "title": "Em. 6.0.106, Mazzella e altri",
            "original_title": "Em. 6.0.106, 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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23108,
            "slug": "19-89-47",
            "identifier": "19-89-47",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-47/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 47,
            "title": "Em. 6.0.105, Pirro e altri",
            "original_title": "Em. 6.0.105, 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22989,
            "slug": "19-89-46",
            "identifier": "19-89-46",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-46/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 46,
            "title": "Em. 6.0.104, Naturale e altri",
            "original_title": "Em. 6.0.104, 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": 12,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 78.16
        },
        {
            "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": 23031,
            "slug": "19-89-44",
            "identifier": "19-89-44",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-44/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 44,
            "title": "Em. 6.0.102, Naturale e altri",
            "original_title": "Em. 6.0.102, 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": 13,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 22990,
            "slug": "19-89-43",
            "identifier": "19-89-43",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-43/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 43,
            "title": "Em. 6.0.101, Naturale e altri",
            "original_title": "Em. 6.0.101, 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": 3,
            "n_margin": 13,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 22991,
            "slug": "19-89-42",
            "identifier": "19-89-42",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-42/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 42,
            "title": "Em. 6.0.100, Naturale e altri",
            "original_title": "Em. 6.0.100, 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": 3,
            "n_margin": 12,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 23110,
            "slug": "19-89-41",
            "identifier": "19-89-41",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-41/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 41,
            "title": "Mantenimento articolo 6",
            "original_title": "Mantenimento articolo 6",
            "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": 6,
            "n_margin": 29,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 39.08
        },
        {
            "id": 23111,
            "slug": "19-89-40",
            "identifier": "19-89-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-40/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 40,
            "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": 5,
            "n_margin": 31,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 35.63
        },
        {
            "id": 23041,
            "slug": "19-89-4",
            "identifier": "19-89-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-4/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 4,
            "title": "Em. 1.9, Zambito e altri",
            "original_title": "Em. 1.9, 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": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 74.71
        },
        {
            "id": 23112,
            "slug": "19-89-39",
            "identifier": "19-89-39",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-39/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 39,
            "title": "ODG G5.100, Sabrina Licheri e altri",
            "original_title": "ODG G5.100, Sabrina Licheri 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": 19,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23032,
            "slug": "19-89-38",
            "identifier": "19-89-38",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-38/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 38,
            "title": "Em. 5.103, Franceschelli e altri",
            "original_title": "Em. 5.103, Franceschelli 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": 13,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 22992,
            "slug": "19-89-37",
            "identifier": "19-89-37",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-37/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 37,
            "title": "Em. 5.102, Zambito e altri",
            "original_title": "Em. 5.102, 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": 13,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 23113,
            "slug": "19-89-36",
            "identifier": "19-89-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-36/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 36,
            "title": "Emm. 5.100 e 5.102",
            "original_title": "Emm. 5.100 e 5.102",
            "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": 7,
            "n_margin": 29,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 37.93
        },
        {
            "id": 23033,
            "slug": "19-89-35",
            "identifier": "19-89-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-35/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 35,
            "title": "Articolo 4 (testo emendato)",
            "original_title": "Articolo 4 (testo emendato)",
            "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": 6,
            "n_margin": 33,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 34.48
        },
        {
            "id": 22993,
            "slug": "19-89-34",
            "identifier": "19-89-34",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-34/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 34,
            "title": "Em. 4.101, Aurora Floridia e altri",
            "original_title": "Em. 4.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": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 41,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 23034,
            "slug": "19-89-33",
            "identifier": "19-89-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-33/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 33,
            "title": "Em. 4.100, Cantalamessa",
            "original_title": "Em. 4.100, Cantalamessa",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 41.38
        },
        {
            "id": 22994,
            "slug": "19-89-32",
            "identifier": "19-89-32",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-32/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 32,
            "title": "Mantenimento articolo 3",
            "original_title": "Mantenimento 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": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 41.38
        },
        {
            "id": 22995,
            "slug": "19-89-31",
            "identifier": "19-89-31",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-31/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 31,
            "title": "Em. 2.0.4, Mazzella e altri",
            "original_title": "Em. 2.0.4, 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": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23035,
            "slug": "19-89-30",
            "identifier": "19-89-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-30/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 30,
            "title": "Em. 2.0.101, Pirro e altri",
            "original_title": "Em. 2.0.101, 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": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23123,
            "slug": "19-89-3",
            "identifier": "19-89-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-3/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 3,
            "title": "Em. 1.104, Pirro e altri",
            "original_title": "Em. 1.104, 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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 67.82
        },
        {
            "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
        }
    ]
}