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

{
    "count": 22927,
    "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_rebels&page=102",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=100",
    "results": [
        {
            "id": 40505,
            "slug": "vs19_544_004",
            "identifier": "vs19_544_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_004/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 4,
            "title": "DDL 2293 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2293 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40686,
            "slug": "vs19_551_075",
            "identifier": "vs19_551_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_075/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 75,
            "title": "ODG 9/1866-A/8 - Votazione Ordine del giorno 9/1866-A/8 ",
            "original_title": "Votazione Ordine del giorno 9/1866-A/8 ",
            "description_title": "ODG 9/1866-A/8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40513,
            "slug": "vs19_544_014",
            "identifier": "vs19_544_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_014/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 14,
            "title": "DDL 2102 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2102 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40512,
            "slug": "vs19_544_012",
            "identifier": "vs19_544_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_012/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 12,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40514,
            "slug": "vs19_544_015",
            "identifier": "vs19_544_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_015/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 15,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40516,
            "slug": "vs19_544_017",
            "identifier": "vs19_544_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_017/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 17,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40517,
            "slug": "vs19_544_019",
            "identifier": "vs19_544_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_019/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 19,
            "title": "DDL 1587 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 1587 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 120,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40519,
            "slug": "vs19_544_021",
            "identifier": "vs19_544_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_021/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 21,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40518,
            "slug": "vs19_544_020",
            "identifier": "vs19_544_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_020/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 20,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 119,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40520,
            "slug": "vs19_544_022",
            "identifier": "vs19_544_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_022/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 22,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40440,
            "slug": "vs19_540_007",
            "identifier": "vs19_540_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_007/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2623/2 - Votazione Ordine del giorno 9/2623/2 ",
            "original_title": "Votazione Ordine del giorno 9/2623/2 ",
            "description_title": "ODG 9/2623/2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40506,
            "slug": "vs19_544_005",
            "identifier": "vs19_544_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_005/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 5,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 118,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40507,
            "slug": "vs19_544_006",
            "identifier": "vs19_544_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_006/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 6,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 114,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40515,
            "slug": "vs19_544_016",
            "identifier": "vs19_544_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_016/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 16,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40503,
            "slug": "vs19_544_023",
            "identifier": "vs19_544_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_023/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 23,
            "title": "Ratifica accordo Ue-Qatar in tema di trasporto aereo",
            "original_title": "Votazione finale ",
            "description_title": "DDL 1587 - VOTO FINALE",
            "public_title": "Ratifica accordo Ue-Qatar in tema di trasporto aereo",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 117,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 33459,
            "slug": "vs19_377_150",
            "identifier": "vs19_377_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_150/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 150,
            "title": "MOZ 1-351 CPV 13 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-351 CPV 13 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 47.11,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 40522,
            "slug": "vs19_544_025",
            "identifier": "vs19_544_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_025/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 25,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 116,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 40523,
            "slug": "vs19_544_026",
            "identifier": "vs19_544_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_026/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 26,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 115,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40504,
            "slug": "vs19_544_028",
            "identifier": "vs19_544_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_028/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 28,
            "title": "Ratifica accordo per l'apertura di una sede operativa a Roma dell'ufficio Ue per il sostegno all'asilo",
            "original_title": "Votazione finale ",
            "description_title": "DDL 1588 - VOTO FINALE",
            "public_title": "Ratifica accordo per l'apertura di una sede operativa a Roma dell'ufficio Ue per il sostegno all'asilo",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 111,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 40677,
            "slug": "vs19_551_064",
            "identifier": "vs19_551_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_064/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 64,
            "title": "EM 2.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40509,
            "slug": "vs19_544_009",
            "identifier": "vs19_544_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_009/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 9,
            "title": "DDL 2029 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2029 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40510,
            "slug": "vs19_544_010",
            "identifier": "vs19_544_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_010/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 10,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40525,
            "slug": "vs19_544_001",
            "identifier": "vs19_544_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_001/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 505-A - EM 1.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 505-A - EM 1.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 113,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40524,
            "slug": "vs19_544_027",
            "identifier": "vs19_544_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_544_027/?format=api",
            "sitting": {
                "id": 2101,
                "date": "2025-10-08",
                "number": 544,
                "branch": "C"
            },
            "number": 27,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 116,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40528,
            "slug": "vs19_545_001",
            "identifier": "vs19_545_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_001/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 1,
            "title": "DOC IV-BIS, N 1-A - MIN. NORDIO - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC IV-BIS, N 1-A - MIN. NORDIO",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 96.71,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40529,
            "slug": "vs19_545_002",
            "identifier": "vs19_545_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_002/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 2,
            "title": "DOC IV-BIS, N 1-A - MIN. PIANTEDOSI - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC IV-BIS, N 1-A - MIN. PIANTEDOSI",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 55,
            "majority_cohesion_rate": 96.3,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40530,
            "slug": "vs19_545_003",
            "identifier": "vs19_545_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_003/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 3,
            "title": "DOC IV-BIS, N 1-A - SOTT. MANTOVANO - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC IV-BIS, N 1-A - SOTT. MANTOVANO",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 96.71,
            "minority_cohesion_rate": 80.89
        },
        {
            "id": 40531,
            "slug": "vs19_545_004",
            "identifier": "vs19_545_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_545_004/?format=api",
            "sitting": {
                "id": 2103,
                "date": "2025-10-09",
                "number": 545,
                "branch": "C"
            },
            "number": 4,
            "title": "DPFP 2025-DOC CCXLIV,N 1- RIS 6-205 - Votazione Risoluzione 6_00205",
            "original_title": "Votazione Risoluzione 6_00205",
            "description_title": "DPFP 2025-DOC CCXLIV,N 1- RIS 6-205",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 72.43,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 39320,
            "slug": "vs19_502_001",
            "identifier": "vs19_502_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_502_001/?format=api",
            "sitting": {
                "id": 2030,
                "date": "2025-07-01",
                "number": 502,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento Dis 1.1 COLUCCI ALFONSO (M5S) - Votazione Emendamento Dis DDL n. 2461",
            "original_title": "Votazione Emendamento Dis DDL n. 2461",
            "description_title": "Emendamento Dis 1.1 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39323,
            "slug": "vs19_502_004",
            "identifier": "vs19_502_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_502_004/?format=api",
            "sitting": {
                "id": 2030,
                "date": "2025-07-01",
                "number": 502,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.3 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.3 DDL n. 2461",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2461",
            "description_title": "Emendamento 1.3 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 53.69,
            "minority_cohesion_rate": 58.33
        },
        {
            "id": 39322,
            "slug": "vs19_502_003",
            "identifier": "vs19_502_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_502_003/?format=api",
            "sitting": {
                "id": 2030,
                "date": "2025-07-01",
                "number": 502,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 GIULIANO CARLA (M5S) - Votazione Emendamento 1.2 DDL n. 2461",
            "original_title": "Votazione Emendamento 1.2 DDL n. 2461",
            "description_title": "Emendamento 1.2 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39319,
            "slug": "vs19_502_005",
            "identifier": "vs19_502_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_502_005/?format=api",
            "sitting": {
                "id": 2030,
                "date": "2025-07-01",
                "number": 502,
                "branch": "C"
            },
            "number": 5,
            "title": "Conversione decreto differimento termini in materia di responsabilità erariale",
            "original_title": "Votazione finale DDL n. 2461",
            "description_title": "Conversione in legge del decreto-legge 12 maggio 2025, n. 68, recante differimento del termine di cui all'articolo 21, comma 2, del decreto-legge 16 luglio 2020, n. 76, convertito, con modificazioni, dalla legge 11 settembre 2020, n. 120, in materia di responsabilità erariale (Approvato dal Senato) (DDL 2461)",
            "public_title": "Conversione decreto differimento termini in materia di responsabilità erariale",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 53,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 43.59
        },
        {
            "id": 39321,
            "slug": "vs19_502_002",
            "identifier": "vs19_502_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_502_002/?format=api",
            "sitting": {
                "id": 2030,
                "date": "2025-07-01",
                "number": 502,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.1 DDL n. 2461",
            "original_title": "Votazione Emendamento 1.1 DDL n. 2461",
            "description_title": "Emendamento 1.1 AURIEMMA CARMELA (M5S)",
            "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": 27,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 40448,
            "slug": "vs19_540_015",
            "identifier": "vs19_540_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_015/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2623/19 - Votazione Ordine del giorno 9/2623/19 ",
            "original_title": "Votazione Ordine del giorno 9/2623/19 ",
            "description_title": "ODG 9/2623/19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40447,
            "slug": "vs19_540_014",
            "identifier": "vs19_540_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_014/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2623/10 - Votazione Ordine del giorno 9/2623/10 ",
            "original_title": "Votazione Ordine del giorno 9/2623/10 ",
            "description_title": "ODG 9/2623/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40587,
            "slug": "vs19_547_024",
            "identifier": "vs19_547_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_024/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 2.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 40588,
            "slug": "vs19_547_026",
            "identifier": "vs19_547_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_026/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40589,
            "slug": "vs19_547_029",
            "identifier": "vs19_547_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_029/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 29,
            "title": "EM 5.200 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.200",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 33461,
            "slug": "vs19_377_179",
            "identifier": "vs19_377_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_179/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 179,
            "title": "MOZ 1-358 CPV 13 C DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-358 CPV 13 C DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 62,
            "majority_cohesion_rate": 47.93,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 40591,
            "slug": "vs19_547_034",
            "identifier": "vs19_547_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_034/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2369-A/1 - Votazione Ordine del giorno 9/2369-A/1 ",
            "original_title": "Votazione Ordine del giorno 9/2369-A/1 ",
            "description_title": "ODG 9/2369-A/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 40445,
            "slug": "vs19_540_012",
            "identifier": "vs19_540_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_540_012/?format=api",
            "sitting": {
                "id": 2094,
                "date": "2025-10-01",
                "number": 540,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2623/7 - Votazione Ordine del giorno 9/2623/7 ",
            "original_title": "Votazione Ordine del giorno 9/2623/7 ",
            "description_title": "ODG 9/2623/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40546,
            "slug": "vs19_547_042",
            "identifier": "vs19_547_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_042/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 42,
            "title": "DDL 1539 - ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "DDL 1539 - ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 118,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40547,
            "slug": "vs19_547_043",
            "identifier": "vs19_547_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_043/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 43,
            "title": "DDL 1539 - ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "DDL 1539 - ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 120,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 40555,
            "slug": "vs19_547_053",
            "identifier": "vs19_547_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_053/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 53,
            "title": "DDL 1803 - ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "DDL 1803 - ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 33462,
            "slug": "vs19_377_158",
            "identifier": "vs19_377_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_158/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 158,
            "title": "MOZ 1-352 NF CPV 29 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-352 NF CPV 29 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 48.35,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 40549,
            "slug": "vs19_547_046",
            "identifier": "vs19_547_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_046/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 46,
            "title": "DDL 1804 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 1804 - ARTICOLO 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33463,
            "slug": "vs19_377_115",
            "identifier": "vs19_377_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_115/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 115,
            "title": "ART AGG 23.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 23.04",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 40550,
            "slug": "vs19_547_047",
            "identifier": "vs19_547_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_047/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 47,
            "title": "DDL 1804 - ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "DDL 1804 - ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 40552,
            "slug": "vs19_547_049",
            "identifier": "vs19_547_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_049/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 49,
            "title": "DDL 1804 - ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "DDL 1804 - ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 40551,
            "slug": "vs19_547_048",
            "identifier": "vs19_547_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_547_048/?format=api",
            "sitting": {
                "id": 2105,
                "date": "2025-10-14",
                "number": 547,
                "branch": "C"
            },
            "number": 48,
            "title": "DDL 1804 - ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "DDL 1804 - ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 120,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 63.69
        }
    ]
}