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

{
    "count": 997,
    "pp_total_ordering": null,
    "codelists": {
        "election_macro_areas": [
            {
                "id": "7955",
                "value": "Nord-ovest"
            },
            {
                "id": "7980",
                "value": "Nord-est"
            },
            {
                "id": "8012",
                "value": "Centro"
            },
            {
                "id": "8039",
                "value": "Sud"
            },
            {
                "id": "8070",
                "value": "Isole"
            },
            {
                "id": "Estero",
                "value": "Estero"
            },
            {
                "id": "no_area",
                "value": "No area"
            }
        ],
        "role_types": {
            "Senatore": "Senator",
            "Deputato": "Deputy"
        },
        "latest_group": [
            {
                "id": "Aut (SVP-PATT, UV)",
                "value": "Aut (SVP-PATT, UV)"
            },
            {
                "id": "C.A.L.-Idv",
                "value": "C.A.L.-Idv"
            },
            {
                "id": "CAL-Pc-Idv",
                "value": "CAL-Pc-Idv"
            },
            {
                "id": "CI",
                "value": "CI"
            },
            {
                "id": "Europeisti-MAIE-CD",
                "value": "Europeisti-MAIE-CD"
            },
            {
                "id": "FDI",
                "value": "FDI"
            },
            {
                "id": "FI",
                "value": "FI"
            },
            {
                "id": "FIBP-UDC",
                "value": "FIBP-UDC"
            },
            {
                "id": "FdI",
                "value": "FdI"
            },
            {
                "id": "IPF",
                "value": "IPF"
            },
            {
                "id": "IV",
                "value": "IV"
            },
            {
                "id": "IV-PSI",
                "value": "IV-PSI"
            },
            {
                "id": "Ipf-CD",
                "value": "Ipf-CD"
            },
            {
                "id": "L-SP-PSd'Az",
                "value": "L-SP-PSd'Az"
            },
            {
                "id": "LEGA",
                "value": "LEGA"
            },
            {
                "id": "LEU-ART 1-SI",
                "value": "LEU-ART 1-SI"
            },
            {
                "id": "M5S",
                "value": "M5S"
            },
            {
                "id": "M5S",
                "value": "M5S"
            },
            {
                "id": "MISTO",
                "value": "MISTO"
            },
            {
                "id": "Misto",
                "value": "Misto"
            },
            {
                "id": "PD",
                "value": "PD"
            },
            {
                "id": "PD",
                "value": "PD"
            },
            {
                "id": "no_group",
                "value": "Nessun gruppo"
            }
        ],
        "governments": [
            {
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "value": "Conte I"
            },
            {
                "slug": "ii-governo-conte-none-2018-09-05",
                "value": "Conte II"
            },
            {
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "value": "Draghi I"
            },
            {
                "slug": "i-governo-meloni-2022-10-22",
                "value": "Meloni I"
            }
        ],
        "orderings": [
            {
                "id": "perc_fidelity",
                "label": "Indice di affidabilità"
            },
            {
                "id": "n_present",
                "label": "Presenze"
            },
            {
                "id": "n_absent",
                "label": "Assenze"
            },
            {
                "id": "n_mission",
                "label": "Missioni"
            },
            {
                "id": "days_in_parliament",
                "label": "Anni in Parlamento"
            },
            {
                "id": "surname",
                "label": "Cognome"
            },
            {
                "id": "pp_ordering",
                "label": "Indice di forza"
            }
        ]
    },
    "next": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/?format=api&page=6",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/?format=api&page=4",
    "results": [
        {
            "id": 494237,
            "stepped_in_date": null,
            "slug": "albert-laniece-1966-02-17",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/albert-laniece-1966-02-17/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/albert-laniece-1966-02-17/?format=api",
            "n_rebels": null,
            "family_name": "Laniece",
            "given_name": "Albert",
            "role": "Senatore",
            "latest_group": {
                "id": 3193,
                "group": {
                    "id": 42,
                    "acronym": "Aut (SVP-PATT, UV)",
                    "slug": "SVP-PATT-UV",
                    "branch": "senato",
                    "name": "Per le Autonomie (SVP-PATT, UV)",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00029115.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 818993,
            "stepped_in_date": null,
            "slug": "elio-lannutti-1948-10-08",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/elio-lannutti-1948-10-08/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/elio-lannutti-1948-10-08/?format=api",
            "n_rebels": null,
            "family_name": "Lannutti",
            "given_name": "Elio",
            "role": "Senatore",
            "latest_group": {
                "id": 3413,
                "group": {
                    "id": 37,
                    "acronym": "CAL-Pc-Idv",
                    "slug": "CAL-IDV-PC",
                    "branch": "senato",
                    "name": "C.A.L. (Costituzione, Ambiente, Lavoro)-PC-Idv",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/16/Immagini/Senatori/00017211.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819348,
            "stepped_in_date": null,
            "slug": "gabriele-lanzi-1957-10-07",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/gabriele-lanzi-1957-10-07/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/gabriele-lanzi-1957-10-07/?format=api",
            "n_rebels": null,
            "family_name": "Lanzi",
            "given_name": "Gabriele",
            "role": "Senatore",
            "latest_group": {
                "id": 3328,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032649.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 503347,
            "stepped_in_date": null,
            "slug": "patrizio-giacomo-la-pietra-1961-04-10",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/patrizio-giacomo-la-pietra-1961-04-10/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/patrizio-giacomo-la-pietra-1961-04-10/?format=api",
            "n_rebels": null,
            "family_name": "La Pietra",
            "given_name": "Patrizio Giacomo",
            "role": "Senatore",
            "latest_group": {
                "id": 3326,
                "group": {
                    "id": 38,
                    "acronym": "FdI",
                    "slug": "FdI",
                    "branch": "senato",
                    "name": "Fratelli d'Italia",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/503347.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 496457,
            "stepped_in_date": null,
            "slug": "ignazio-la-russa-1947-07-18",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/ignazio-la-russa-1947-07-18/?format=api",
            "pp": null,
            "is_president": true,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/ignazio-la-russa-1947-07-18/?format=api",
            "n_rebels": null,
            "family_name": "La Russa",
            "given_name": "Ignazio",
            "role": "Senatore",
            "latest_group": {
                "id": 3324,
                "group": {
                    "id": 38,
                    "acronym": "FdI",
                    "slug": "FdI",
                    "branch": "senato",
                    "name": "Fratelli d'Italia",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/496457.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": -1
        },
        {
            "id": 494907,
            "stepped_in_date": null,
            "slug": "mauro-antonio-donato-laus-1966-08-07",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/mauro-antonio-donato-laus-1966-08-07/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/mauro-antonio-donato-laus-1966-08-07/?format=api",
            "n_rebels": null,
            "family_name": "Laus",
            "given_name": "Mauro Antonio Donato",
            "role": "Senatore",
            "latest_group": {
                "id": 3322,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/494907.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819008,
            "stepped_in_date": null,
            "slug": "cinzia-leone-1976-10-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/cinzia-leone-1976-10-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/cinzia-leone-1976-10-24/?format=api",
            "n_rebels": null,
            "family_name": "Leone",
            "given_name": "Cinzia",
            "role": "Senatore",
            "latest_group": {
                "id": 3320,
                "group": {
                    "id": 48,
                    "acronym": "Ipf-CD",
                    "slug": "Ipf",
                    "branch": "senato",
                    "name": "Insieme per il futuro - Centro Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032652.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 818968,
            "stepped_in_date": null,
            "slug": "barbara-lezzi-1972-04-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/barbara-lezzi-1972-04-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/barbara-lezzi-1972-04-24/?format=api",
            "n_rebels": null,
            "family_name": "Lezzi",
            "given_name": "Barbara",
            "role": "Senatore",
            "latest_group": {
                "id": 3199,
                "group": {
                    "id": 37,
                    "acronym": "CAL-Pc-Idv",
                    "slug": "CAL-IDV-PC",
                    "branch": "senato",
                    "name": "C.A.L. (Costituzione, Ambiente, Lavoro)-PC-Idv",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00029117.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819009,
            "stepped_in_date": null,
            "slug": "ettore-antonio-licheri-1963-10-11",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/ettore-antonio-licheri-1963-10-11/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/ettore-antonio-licheri-1963-10-11/?format=api",
            "n_rebels": null,
            "family_name": "Licheri",
            "given_name": "Ettore Antonio",
            "role": "Senatore",
            "latest_group": {
                "id": 3201,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://www.senato.it/leg/19/Immagini/Senatori/00032653.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819010,
            "stepped_in_date": null,
            "slug": "arnaldo-lomuti-1975-02-14",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/arnaldo-lomuti-1975-02-14/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/arnaldo-lomuti-1975-02-14/?format=api",
            "n_rebels": null,
            "family_name": "Lomuti",
            "given_name": "Arnaldo",
            "role": "Senatore",
            "latest_group": {
                "id": 3182,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819010.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 495316,
            "stepped_in_date": null,
            "slug": "alessandrina-lonardo-1953-03-09",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/alessandrina-lonardo-1953-03-09/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/alessandrina-lonardo-1953-03-09/?format=api",
            "n_rebels": null,
            "family_name": "Lonardo",
            "given_name": "Alessandrina",
            "role": "Senatore",
            "latest_group": {
                "id": 2937,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00004741.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819363,
            "stepped_in_date": null,
            "slug": "pietro-lorefice-1967-07-18",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/pietro-lorefice-1967-07-18/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/pietro-lorefice-1967-07-18/?format=api",
            "n_rebels": null,
            "family_name": "Lorefice",
            "given_name": "Pietro",
            "role": "Senatore",
            "latest_group": {
                "id": 2939,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://www.senato.it/leg/19/Immagini/Senatori/00032655.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819288,
            "stepped_in_date": null,
            "slug": "stefano-lucidi-1969-06-20",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/stefano-lucidi-1969-06-20/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/stefano-lucidi-1969-06-20/?format=api",
            "n_rebels": null,
            "family_name": "Lucidi",
            "given_name": "Stefano",
            "role": "Senatore",
            "latest_group": {
                "id": 2942,
                "group": {
                    "id": 39,
                    "acronym": "L-SP-PSd'Az",
                    "slug": "Lega-PSd'Az",
                    "branch": "senato",
                    "name": "Lega-Salvini Premier-Partito Sardo d'Azione",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819288.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819281,
            "stepped_in_date": null,
            "slug": "giulia-lupo-1977-08-19",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/giulia-lupo-1977-08-19/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/giulia-lupo-1977-08-19/?format=api",
            "n_rebels": null,
            "family_name": "Lupo",
            "given_name": "Giulia",
            "role": "Senatore",
            "latest_group": {
                "id": 3317,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032656.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 494843,
            "stepped_in_date": null,
            "slug": "lara-magoni-1969-01-29",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/lara-magoni-1969-01-29/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/lara-magoni-1969-01-29/?format=api",
            "n_rebels": null,
            "family_name": "Magoni",
            "given_name": "Lara",
            "role": "Senatore",
            "latest_group": {
                "id": 3184,
                "group": {
                    "id": 38,
                    "acronym": "FdI",
                    "slug": "FdI",
                    "branch": "senato",
                    "name": "Fratelli d'Italia",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032657.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2018-07-10",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 502397,
            "stepped_in_date": null,
            "slug": "ernesto-magorno-1961-06-21",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/ernesto-magorno-1961-06-21/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/ernesto-magorno-1961-06-21/?format=api",
            "n_rebels": null,
            "family_name": "Magorno",
            "given_name": "Ernesto",
            "role": "Senatore",
            "latest_group": {
                "id": 3407,
                "group": {
                    "id": 44,
                    "acronym": "IV-PSI",
                    "slug": "IV-PSI",
                    "branch": "senato",
                    "name": "Italia Viva - P.S.I.",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/502397.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819006,
            "stepped_in_date": null,
            "slug": "alessandra-maiorino-1974-07-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/alessandra-maiorino-1974-07-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/alessandra-maiorino-1974-07-24/?format=api",
            "n_rebels": null,
            "family_name": "Maiorino",
            "given_name": "Alessandra",
            "role": "Senatore",
            "latest_group": {
                "id": 3186,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819006.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819045,
            "stepped_in_date": null,
            "slug": "lucio-malan-1960-07-30",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/lucio-malan-1960-07-30/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/lucio-malan-1960-07-30/?format=api",
            "n_rebels": null,
            "family_name": "Malan",
            "given_name": "Lucio",
            "role": "Senatore",
            "latest_group": {
                "id": 3189,
                "group": {
                    "id": 38,
                    "acronym": "FdI",
                    "slug": "FdI",
                    "branch": "senato",
                    "name": "Fratelli d'Italia",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://www.senato.it/leg/19/Immagini/Senatori/00001407.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 536579,
            "stepped_in_date": null,
            "slug": "massimo-mallegni-1968-11-28",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/massimo-mallegni-1968-11-28/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/massimo-mallegni-1968-11-28/?format=api",
            "n_rebels": null,
            "family_name": "Mallegni",
            "given_name": "Massimo",
            "role": "Senatore",
            "latest_group": {
                "id": 2886,
                "group": {
                    "id": 40,
                    "acronym": "FIBP-UDC",
                    "slug": "FI",
                    "branch": "senato",
                    "name": "Forza Italia Berlusconi Presidente-UDC",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032659.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 737619,
            "stepped_in_date": null,
            "slug": "simona-flavia-malpezzi-1972-08-22",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/simona-flavia-malpezzi-1972-08-22/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/simona-flavia-malpezzi-1972-08-22/?format=api",
            "n_rebels": null,
            "family_name": "Malpezzi",
            "given_name": "Simona Flavia",
            "role": "Senatore",
            "latest_group": {
                "id": 3191,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/737619.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 495082,
            "stepped_in_date": null,
            "slug": "daniele-manca-1969-05-16",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/daniele-manca-1969-05-16/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/daniele-manca-1969-05-16/?format=api",
            "n_rebels": null,
            "family_name": "Manca",
            "given_name": "Daniele",
            "role": "Senatore",
            "latest_group": {
                "id": 3315,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://www.senato.it/leg/19/Immagini/Senatori/00032660.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 496893,
            "stepped_in_date": null,
            "slug": "giuseppe-tommaso-vincenzo-mangialavori-1975-02-11",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/giuseppe-tommaso-vincenzo-mangialavori-1975-02-11/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/giuseppe-tommaso-vincenzo-mangialavori-1975-02-11/?format=api",
            "n_rebels": null,
            "family_name": "Mangialavori",
            "given_name": "Giuseppe Tommaso Vincenzo",
            "role": "Senatore",
            "latest_group": {
                "id": 3313,
                "group": {
                    "id": 40,
                    "acronym": "FIBP-UDC",
                    "slug": "FI",
                    "branch": "senato",
                    "name": "Forza Italia Berlusconi Presidente-UDC",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/496893.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819314,
            "stepped_in_date": null,
            "slug": "matteo-mantero-1974-08-23",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/matteo-mantero-1974-08-23/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/matteo-mantero-1974-08-23/?format=api",
            "n_rebels": null,
            "family_name": "Mantero",
            "given_name": "Matteo",
            "role": "Senatore",
            "latest_group": {
                "id": 3311,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819314.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819037,
            "stepped_in_date": null,
            "slug": "maria-laura-mantovani-1965-08-11",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/maria-laura-mantovani-1965-08-11/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/maria-laura-mantovani-1965-08-11/?format=api",
            "n_rebels": null,
            "family_name": "Mantovani",
            "given_name": "Maria Laura",
            "role": "Senatore",
            "latest_group": {
                "id": 3308,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032662.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819320,
            "stepped_in_date": null,
            "slug": "andrea-marcucci-1965-05-28",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/andrea-marcucci-1965-05-28/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/andrea-marcucci-1965-05-28/?format=api",
            "n_rebels": null,
            "family_name": "Marcucci",
            "given_name": "Andrea",
            "role": "Senatore",
            "latest_group": {
                "id": 3063,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819320.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819312,
            "stepped_in_date": null,
            "slug": "salvatore-margiotta-1964-04-23",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/salvatore-margiotta-1964-04-23/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/salvatore-margiotta-1964-04-23/?format=api",
            "n_rebels": null,
            "family_name": "Margiotta",
            "given_name": "Salvatore",
            "role": "Senatore",
            "latest_group": {
                "id": 3152,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819312.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819354,
            "stepped_in_date": null,
            "slug": "gianni-marilotti-1953-07-17",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/gianni-marilotti-1953-07-17/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/gianni-marilotti-1953-07-17/?format=api",
            "n_rebels": null,
            "family_name": "Marilotti",
            "given_name": "Gianni",
            "role": "Senatore",
            "latest_group": {
                "id": 3159,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032663.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819042,
            "stepped_in_date": null,
            "slug": "raffaella-fiormaria-marin-1960-12-19",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/raffaella-fiormaria-marin-1960-12-19/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/raffaella-fiormaria-marin-1960-12-19/?format=api",
            "n_rebels": null,
            "family_name": "Marin",
            "given_name": "Raffaella Fiormaria",
            "role": "Senatore",
            "latest_group": {
                "id": 3306,
                "group": {
                    "id": 39,
                    "acronym": "L-SP-PSd'Az",
                    "slug": "Lega-PSd'Az",
                    "branch": "senato",
                    "name": "Lega-Salvini Premier-Partito Sardo d'Azione",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032664.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819041,
            "stepped_in_date": null,
            "slug": "gaspare-antonio-marinello-1955-01-03",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/gaspare-antonio-marinello-1955-01-03/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/gaspare-antonio-marinello-1955-01-03/?format=api",
            "n_rebels": null,
            "family_name": "Marinello",
            "given_name": "Gaspare Antonio",
            "role": "Senatore",
            "latest_group": {
                "id": 3304,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032665.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819313,
            "stepped_in_date": null,
            "slug": "mauro-maria-marino-1963-12-20",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/mauro-maria-marino-1963-12-20/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/mauro-maria-marino-1963-12-20/?format=api",
            "n_rebels": null,
            "family_name": "Marino",
            "given_name": "Mauro Maria",
            "role": "Senatore",
            "latest_group": {
                "id": 3302,
                "group": {
                    "id": 44,
                    "acronym": "IV-PSI",
                    "slug": "IV-PSI",
                    "branch": "senato",
                    "name": "Italia Viva - P.S.I.",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819313.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 531291,
            "stepped_in_date": null,
            "slug": "marco-marsilio-1968-02-17",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/marco-marsilio-1968-02-17/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/marco-marsilio-1968-02-17/?format=api",
            "n_rebels": null,
            "family_name": "Marsilio",
            "given_name": "Marco",
            "role": "Senatore",
            "latest_group": {
                "id": 3567,
                "group": {
                    "id": 38,
                    "acronym": "FdI",
                    "slug": "FdI",
                    "branch": "senato",
                    "name": "Fratelli d'Italia",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/531291.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2019-03-19",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819294,
            "stepped_in_date": null,
            "slug": "carlo-martelli-1966-05-23",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/carlo-martelli-1966-05-23/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/carlo-martelli-1966-05-23/?format=api",
            "n_rebels": null,
            "family_name": "Martelli",
            "given_name": "Carlo",
            "role": "Senatore",
            "latest_group": {
                "id": 3299,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00029130.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 496283,
            "stepped_in_date": null,
            "slug": "roberto-marti-1974-06-11",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/roberto-marti-1974-06-11/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/roberto-marti-1974-06-11/?format=api",
            "n_rebels": null,
            "family_name": "Marti",
            "given_name": "Roberto",
            "role": "Senatore",
            "latest_group": {
                "id": 3297,
                "group": {
                    "id": 39,
                    "acronym": "L-SP-PSd'Az",
                    "slug": "Lega-PSd'Az",
                    "branch": "senato",
                    "name": "Lega-Salvini Premier-Partito Sardo d'Azione",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/496283.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 524912,
            "stepped_in_date": null,
            "slug": "barbara-masini-1974-01-22",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/barbara-masini-1974-01-22/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/barbara-masini-1974-01-22/?format=api",
            "n_rebels": null,
            "family_name": "Masini",
            "given_name": "Barbara",
            "role": "Senatore",
            "latest_group": {
                "id": 2968,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032666.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819043,
            "stepped_in_date": null,
            "slug": "susy-matrisciano-1975-08-30",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/susy-matrisciano-1975-08-30/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/susy-matrisciano-1975-08-30/?format=api",
            "n_rebels": null,
            "family_name": "Matrisciano",
            "given_name": "Susy",
            "role": "Senatore",
            "latest_group": {
                "id": 2970,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032667.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819637,
            "stepped_in_date": null,
            "slug": "raffaele-mautone-1959-01-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/raffaele-mautone-1959-01-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/raffaele-mautone-1959-01-24/?format=api",
            "n_rebels": null,
            "family_name": "Mautone",
            "given_name": "Raffaele",
            "role": "Senatore",
            "latest_group": {
                "id": 2974,
                "group": {
                    "id": 48,
                    "acronym": "Ipf-CD",
                    "slug": "Ipf",
                    "branch": "senato",
                    "name": "Insieme per il futuro - Centro Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032668.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 818980,
            "stepped_in_date": null,
            "slug": "ricardo-antonio-merlo-1962-05-25",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/ricardo-antonio-merlo-1962-05-25/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/ricardo-antonio-merlo-1962-05-25/?format=api",
            "n_rebels": null,
            "family_name": "MERLO",
            "given_name": "RICARDO ANTONIO",
            "role": "Senatore",
            "latest_group": {
                "id": 3650,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00023007.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819044,
            "stepped_in_date": null,
            "slug": "assuntela-messina-1964-12-29",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/assuntela-messina-1964-12-29/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/assuntela-messina-1964-12-29/?format=api",
            "n_rebels": null,
            "family_name": "Messina",
            "given_name": "Assunta Carmela",
            "role": "Senatore",
            "latest_group": {
                "id": 3473,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "http://www.senato.it/leg/18/Immagini/Senatori/00032669.jpg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819350,
            "stepped_in_date": null,
            "slug": "alfredo-messina-1935-09-08",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/alfredo-messina-1935-09-08/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/alfredo-messina-1935-09-08/?format=api",
            "n_rebels": null,
            "family_name": "Messina",
            "given_name": "Alfredo",
            "role": "Senatore",
            "latest_group": {
                "id": 3475,
                "group": {
                    "id": 40,
                    "acronym": "FIBP-UDC",
                    "slug": "FI",
                    "branch": "senato",
                    "name": "Forza Italia Berlusconi Presidente-UDC",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819350.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819031,
            "stepped_in_date": null,
            "slug": "cataldo-mininno-1975-06-30",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/cataldo-mininno-1975-06-30/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/cataldo-mininno-1975-06-30/?format=api",
            "n_rebels": null,
            "family_name": "Mininno",
            "given_name": "Cataldo",
            "role": "Senatore",
            "latest_group": {
                "id": 3573,
                "group": {
                    "id": 37,
                    "acronym": "CAL-Pc-Idv",
                    "slug": "CAL-IDV-PC",
                    "branch": "senato",
                    "name": "C.A.L. (Costituzione, Ambiente, Lavoro)-PC-Idv",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819031.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 513744,
            "stepped_in_date": null,
            "slug": "anna-carmela-minuto-1969-01-28",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/anna-carmela-minuto-1969-01-28/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/anna-carmela-minuto-1969-01-28/?format=api",
            "n_rebels": null,
            "family_name": "Minuto",
            "given_name": "Anna Carmela",
            "role": "Senatore",
            "latest_group": {
                "id": 3215,
                "group": {
                    "id": 40,
                    "acronym": "FIBP-UDC",
                    "slug": "FI",
                    "branch": "senato",
                    "name": "Forza Italia Berlusconi Presidente-UDC",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/513744.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2021-12-02",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 494968,
            "stepped_in_date": null,
            "slug": "franco-mirabelli-1960-02-09",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/franco-mirabelli-1960-02-09/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/franco-mirabelli-1960-02-09/?format=api",
            "n_rebels": null,
            "family_name": "Mirabelli",
            "given_name": "Franco",
            "role": "Senatore",
            "latest_group": {
                "id": 2978,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/494968.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 499959,
            "stepped_in_date": null,
            "slug": "antonio-misiani-1968-09-04",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/antonio-misiani-1968-09-04/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/antonio-misiani-1968-09-04/?format=api",
            "n_rebels": null,
            "family_name": "Misiani",
            "given_name": "Antonio",
            "role": "Senatore",
            "latest_group": {
                "id": 3217,
                "group": {
                    "id": 41,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "senato",
                    "name": "Partito Democratico",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/499959.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 495187,
            "stepped_in_date": null,
            "slug": "fiammetta-modena-1965-06-20",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/fiammetta-modena-1965-06-20/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/fiammetta-modena-1965-06-20/?format=api",
            "n_rebels": null,
            "family_name": "Modena",
            "given_name": "Fiammetta",
            "role": "Senatore",
            "latest_group": {
                "id": 3404,
                "group": {
                    "id": 40,
                    "acronym": "FIBP-UDC",
                    "slug": "FI",
                    "branch": "senato",
                    "name": "Forza Italia Berlusconi Presidente-UDC",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/495187.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819310,
            "stepped_in_date": null,
            "slug": "giuseppe-moles-1967-01-07",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/giuseppe-moles-1967-01-07/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/giuseppe-moles-1967-01-07/?format=api",
            "n_rebels": null,
            "family_name": "Moles",
            "given_name": "Giuseppe",
            "role": "Senatore",
            "latest_group": {
                "id": 2913,
                "group": {
                    "id": 40,
                    "acronym": "FIBP-UDC",
                    "slug": "FI",
                    "branch": "senato",
                    "name": "Forza Italia Berlusconi Presidente-UDC",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819310.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819351,
            "stepped_in_date": null,
            "slug": "francesco-mollame-1961-10-19",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/francesco-mollame-1961-10-19/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/francesco-mollame-1961-10-19/?format=api",
            "n_rebels": null,
            "family_name": "Mollame",
            "given_name": "Francesco",
            "role": "Senatore",
            "latest_group": {
                "id": 2861,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819351.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 507144,
            "stepped_in_date": null,
            "slug": "enrico-montani-1967-09-27",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/enrico-montani-1967-09-27/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/enrico-montani-1967-09-27/?format=api",
            "n_rebels": null,
            "family_name": "Montani",
            "given_name": "Enrico",
            "role": "Senatore",
            "latest_group": {
                "id": 3575,
                "group": {
                    "id": 39,
                    "acronym": "L-SP-PSd'Az",
                    "slug": "Lega-PSd'Az",
                    "branch": "senato",
                    "name": "Lega-Salvini Premier-Partito Sardo d'Azione",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/507144.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819035,
            "stepped_in_date": null,
            "slug": "michela-montevecchi-1971-04-21",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/michela-montevecchi-1971-04-21/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/michela-montevecchi-1971-04-21/?format=api",
            "n_rebels": null,
            "family_name": "Montevecchi",
            "given_name": "Michela",
            "role": "Senatore",
            "latest_group": {
                "id": 2911,
                "group": {
                    "id": 43,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "senato",
                    "name": "MoVimento 5 Stelle",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819035.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819240,
            "stepped_in_date": null,
            "slug": "mario-monti-1943-03-19",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/mario-monti-1943-03-19/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/mario-monti-1943-03-19/?format=api",
            "n_rebels": null,
            "family_name": "Monti",
            "given_name": "Mario",
            "role": "Senatore a vita",
            "latest_group": {
                "id": 3577,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://www.senato.it/leg/19/Immagini/Senatori/00028543.jpg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        },
        {
            "id": 819036,
            "stepped_in_date": null,
            "slug": "vilma-moronese-1971-05-31",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/vilma-moronese-1971-05-31/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/vilma-moronese-1971-05-31/?format=api",
            "n_rebels": null,
            "family_name": "Moronese",
            "given_name": "Vilma",
            "role": "Senatore",
            "latest_group": {
                "id": 3580,
                "group": {
                    "id": 46,
                    "acronym": "Misto",
                    "slug": "Misto",
                    "branch": "senato",
                    "name": "Misto",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819036.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-23",
            "end_date": "2022-10-12",
            "assembly": "ASS-SENATO-18",
            "supports_majority": null,
            "n_voting": 100,
            "n_present": 60,
            "n_absent": 10,
            "n_mission": 30,
            "days_in_parliament": null,
            "parse_days_in_parliament": "0 giorni",
            "fidelity_index": 0
        }
    ]
}