Returns all available memberships, paged, filtered, sorted ....
GET /api-openparlamento/v1/18/memberships/?format=api&ordering=-n_mission&page=8
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&ordering=-n_mission&page=9",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/?format=api&ordering=-n_mission&page=7",
    "results": [
        {
            "id": 819600,
            "stepped_in_date": null,
            "slug": "marialuisa-faro-1984-07-12",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/marialuisa-faro-1984-07-12/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/marialuisa-faro-1984-07-12/?format=api",
            "n_rebels": null,
            "family_name": "FARO",
            "given_name": "MARIALUISA",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1257,
                "group": {
                    "id": 36,
                    "acronym": "IPF",
                    "slug": "Ipf",
                    "branch": "camera",
                    "name": "INSIEME PER IL FUTURO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819600.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819582,
            "stepped_in_date": null,
            "slug": "vincenzo-fasano-1951-09-02",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/vincenzo-fasano-1951-09-02/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/vincenzo-fasano-1951-09-02/?format=api",
            "n_rebels": null,
            "family_name": "FASANO",
            "given_name": "VINCENZO",
            "role": "Deputato",
            "latest_group": {
                "id": 2666,
                "group": {
                    "id": 33,
                    "acronym": "FI",
                    "slug": "FI",
                    "branch": "camera",
                    "name": "FORZA ITALIA - BERLUSCONI PRESIDENTE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819582.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-01-23",
            "assembly": "ASS-CAMERA-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": 822165,
            "stepped_in_date": null,
            "slug": "marta-antonia-fascina-1990-01-09-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/marta-antonia-fascina-1990-01-09-2/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/marta-antonia-fascina-1990-01-09-2/?format=api",
            "n_rebels": null,
            "family_name": "Fascina",
            "given_name": "Marta Antonia",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2575,
                "group": {
                    "id": 33,
                    "acronym": "FI",
                    "slug": "FI",
                    "branch": "camera",
                    "name": "FORZA ITALIA - BERLUSCONI PRESIDENTE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822165.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 512445,
            "stepped_in_date": null,
            "slug": "stefano-fassina-1966-04-17",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/stefano-fassina-1966-04-17/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/stefano-fassina-1966-04-17/?format=api",
            "n_rebels": null,
            "family_name": "Fassina",
            "given_name": "Stefano",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2134,
                "group": {
                    "id": 31,
                    "acronym": "LEU-ART 1-SI",
                    "slug": "LeU",
                    "branch": "camera",
                    "name": "LIBERI E UGUALI",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/512445.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 499634,
            "stepped_in_date": null,
            "slug": "piero-fassino-1949-10-07",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/piero-fassino-1949-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/piero-fassino-1949-10-07/?format=api",
            "n_rebels": null,
            "family_name": "Fassino",
            "given_name": "Piero",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1283,
                "group": {
                    "id": 34,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "camera",
                    "name": "PARTITO DEMOCRATICO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/499634.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819641,
            "stepped_in_date": null,
            "slug": "elena-fattori-1966-06-15",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/elena-fattori-1966-06-15/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/elena-fattori-1966-06-15/?format=api",
            "n_rebels": null,
            "family_name": "Fattori",
            "given_name": "Elena",
            "role": "Senatore",
            "latest_group": {
                "id": 3180,
                "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/819641.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": 819454,
            "stepped_in_date": null,
            "slug": "carlo-fatuzzo-1944-03-14",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/carlo-fatuzzo-1944-03-14/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/carlo-fatuzzo-1944-03-14/?format=api",
            "n_rebels": null,
            "family_name": "FATUZZO",
            "given_name": "CARLO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2334,
                "group": {
                    "id": 33,
                    "acronym": "FI",
                    "slug": "FI",
                    "branch": "camera",
                    "name": "FORZA ITALIA - BERLUSCONI PRESIDENTE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819454.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 818996,
            "stepped_in_date": null,
            "slug": "giovanbattista-fazzolari-1972-02-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/giovanbattista-fazzolari-1972-02-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/giovanbattista-fazzolari-1972-02-24/?format=api",
            "n_rebels": null,
            "family_name": "Fazzolari",
            "given_name": "Giovanbattista",
            "role": "Senatore",
            "latest_group": {
                "id": 3613,
                "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/818996.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": 819322,
            "stepped_in_date": null,
            "slug": "claudio-fazzone-1961-10-07",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/claudio-fazzone-1961-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/claudio-fazzone-1961-10-07/?format=api",
            "n_rebels": null,
            "family_name": "Fazzone",
            "given_name": "Claudio",
            "role": "Senatore",
            "latest_group": {
                "id": 3161,
                "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/19/Immagini/Senatori/00004192.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": 819361,
            "stepped_in_date": null,
            "slug": "giorgio-fede-1961-12-23",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/giorgio-fede-1961-12-23/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/giorgio-fede-1961-12-23/?format=api",
            "n_rebels": null,
            "family_name": "Fede",
            "given_name": "Giorgio",
            "role": "Senatore",
            "latest_group": {
                "id": 3163,
                "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/819361.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": 819631,
            "stepped_in_date": null,
            "slug": "valeria-fedeli-1949-07-29",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/valeria-fedeli-1949-07-29/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/valeria-fedeli-1949-07-29/?format=api",
            "n_rebels": null,
            "family_name": "Fedeli",
            "given_name": "Valeria",
            "role": "Senatore",
            "latest_group": {
                "id": 3040,
                "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/00026041.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": 496625,
            "stepped_in_date": null,
            "slug": "antonio-federico-1980-12-07",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/antonio-federico-1980-12-07/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/antonio-federico-1980-12-07/?format=api",
            "n_rebels": null,
            "family_name": "Federico",
            "given_name": "Antonio",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1852,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/496625.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-08",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 494851,
            "stepped_in_date": null,
            "slug": "massimiliano-fedriga-1980-07-02",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/massimiliano-fedriga-1980-07-02/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/massimiliano-fedriga-1980-07-02/?format=api",
            "n_rebels": null,
            "family_name": "Fedriga",
            "given_name": "Massimiliano",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1785,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/494851.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2018-05-08",
            "assembly": "ASS-CAMERA-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": 819359,
            "stepped_in_date": null,
            "slug": "emiliano-fenu-1977-01-29",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/emiliano-fenu-1977-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/emiliano-fenu-1977-01-29/?format=api",
            "n_rebels": null,
            "family_name": "Fenu",
            "given_name": "Emiliano",
            "role": "Senatore",
            "latest_group": {
                "id": 3119,
                "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/819359.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": 819517,
            "stepped_in_date": null,
            "slug": "marzia-ferraioli-1950-02-14",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/marzia-ferraioli-1950-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/marzia-ferraioli-1950-02-14/?format=api",
            "n_rebels": null,
            "family_name": "FERRAIOLI",
            "given_name": "MARZIA",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1667,
                "group": {
                    "id": 33,
                    "acronym": "FI",
                    "slug": "FI",
                    "branch": "camera",
                    "name": "FORZA ITALIA - BERLUSCONI PRESIDENTE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819517.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-11",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819233,
            "stepped_in_date": null,
            "slug": "gianluca-ferrara-1972-08-16",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/gianluca-ferrara-1972-08-16/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/gianluca-ferrara-1972-08-16/?format=api",
            "n_rebels": null,
            "family_name": "Ferrara",
            "given_name": "Gianluca",
            "role": "Senatore",
            "latest_group": {
                "id": 3488,
                "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/00032631.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": 818971,
            "stepped_in_date": null,
            "slug": "vittorio-ferraresi-1987-09-21",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/vittorio-ferraresi-1987-09-21/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/vittorio-ferraresi-1987-09-21/?format=api",
            "n_rebels": null,
            "family_name": "FERRARESI",
            "given_name": "VITTORIO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1589,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/818971.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 822315,
            "stepped_in_date": null,
            "slug": "roberto-paolo-ferrari-1974-11-07-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/roberto-paolo-ferrari-1974-11-07-2/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/roberto-paolo-ferrari-1974-11-07-2/?format=api",
            "n_rebels": null,
            "family_name": "FERRARI",
            "given_name": "ROBERTO PAOLO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2339,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822315.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 570117,
            "stepped_in_date": null,
            "slug": "alan-ferrari-1975-02-14",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/alan-ferrari-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/alan-ferrari-1975-02-14/?format=api",
            "n_rebels": null,
            "family_name": "Ferrari",
            "given_name": "Alan",
            "role": "Senatore",
            "latest_group": {
                "id": 3165,
                "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/00029398.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": 498023,
            "stepped_in_date": null,
            "slug": "andrea-ferrazzi-1969-08-16",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/andrea-ferrazzi-1969-08-16/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/andrea-ferrazzi-1969-08-16/?format=api",
            "n_rebels": null,
            "family_name": "Ferrazzi",
            "given_name": "Andrea",
            "role": "Senatore",
            "latest_group": {
                "id": 2850,
                "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/498023.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": 546305,
            "stepped_in_date": null,
            "slug": "roberta-ferrero-1971-10-14",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/roberta-ferrero-1971-10-14/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/roberta-ferrero-1971-10-14/?format=api",
            "n_rebels": null,
            "family_name": "Ferrero",
            "given_name": "Roberta",
            "role": "Senatore",
            "latest_group": {
                "id": 2852,
                "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/00032633.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": 822240,
            "stepped_in_date": null,
            "slug": "cosimo-maria-ferri-1971-04-17-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/cosimo-maria-ferri-1971-04-17-2/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/cosimo-maria-ferri-1971-04-17-2/?format=api",
            "n_rebels": null,
            "family_name": "FERRI",
            "given_name": "COSIMO MARIA",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1803,
                "group": {
                    "id": 27,
                    "acronym": "IV",
                    "slug": "IV",
                    "branch": "camera",
                    "name": "ITALIA VIVA",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822240.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 497111,
            "stepped_in_date": null,
            "slug": "wanda-ferro-1968-03-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/wanda-ferro-1968-03-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/wanda-ferro-1968-03-24/?format=api",
            "n_rebels": null,
            "family_name": "Ferro",
            "given_name": "Wanda",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2376,
                "group": {
                    "id": 32,
                    "acronym": "FDI",
                    "slug": "FdI",
                    "branch": "camera",
                    "name": "FRATELLI D'ITALIA",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/497111.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-10",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819616,
            "stepped_in_date": null,
            "slug": "massimo-ferro-1959-04-03",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/massimo-ferro-1959-04-03/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/massimo-ferro-1959-04-03/?format=api",
            "n_rebels": null,
            "family_name": "Ferro",
            "given_name": "Massimo",
            "role": "Senatore",
            "latest_group": {
                "id": 3167,
                "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/819616.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": 819437,
            "stepped_in_date": null,
            "slug": "emanuele-fiano-1963-03-13",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/emanuele-fiano-1963-03-13/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/emanuele-fiano-1963-03-13/?format=api",
            "n_rebels": null,
            "family_name": "FIANO",
            "given_name": "EMANUELE",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1779,
                "group": {
                    "id": 34,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "camera",
                    "name": "PARTITO DEMOCRATICO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819437.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819576,
            "stepped_in_date": null,
            "slug": "paolo-ficara-1981-03-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/paolo-ficara-1981-03-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/paolo-ficara-1981-03-24/?format=api",
            "n_rebels": null,
            "family_name": "FICARA",
            "given_name": "PAOLO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1951,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819576.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-09",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819470,
            "stepped_in_date": null,
            "slug": "roberto-fico-1974-10-10",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/roberto-fico-1974-10-10/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/roberto-fico-1974-10-10/?format=api",
            "n_rebels": null,
            "family_name": "FICO",
            "given_name": "ROBERTO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2100,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819470.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 514000,
            "stepped_in_date": null,
            "slug": "carlo-fidanza-1976-09-21",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/carlo-fidanza-1976-09-21/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/carlo-fidanza-1976-09-21/?format=api",
            "n_rebels": null,
            "family_name": "Fidanza",
            "given_name": "Carlo",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2747,
                "group": {
                    "id": 32,
                    "acronym": "FDI",
                    "slug": "FdI",
                    "branch": "camera",
                    "name": "FRATELLI D'ITALIA",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/514000.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2019-06-27",
            "assembly": "ASS-CAMERA-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": 818965,
            "stepped_in_date": null,
            "slug": "lorenzo-fioramonti-1977-04-29",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/lorenzo-fioramonti-1977-04-29/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/lorenzo-fioramonti-1977-04-29/?format=api",
            "n_rebels": null,
            "family_name": "FIORAMONTI",
            "given_name": "LORENZO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1396,
                "group": {
                    "id": 28,
                    "acronym": "MISTO",
                    "slug": "Misto",
                    "branch": "camera",
                    "name": "MISTO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/818965.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-12",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819390,
            "stepped_in_date": null,
            "slug": "benedetta-fiorini-1976-01-09",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/benedetta-fiorini-1976-01-09/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/benedetta-fiorini-1976-01-09/?format=api",
            "n_rebels": null,
            "family_name": "FIORINI",
            "given_name": "BENEDETTA",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2639,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819390.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819384,
            "stepped_in_date": null,
            "slug": "francesca-flati-1982-11-16",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/francesca-flati-1982-11-16/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/francesca-flati-1982-11-16/?format=api",
            "n_rebels": null,
            "family_name": "FLATI",
            "given_name": "FRANCESCA",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1565,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819384.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 818986,
            "stepped_in_date": null,
            "slug": "barbara-floridia-1977-02-05",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/barbara-floridia-1977-02-05/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/barbara-floridia-1977-02-05/?format=api",
            "n_rebels": null,
            "family_name": "Floridia",
            "given_name": "Barbara",
            "role": "Senatore",
            "latest_group": {
                "id": 3169,
                "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/818986.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": 536663,
            "stepped_in_date": null,
            "slug": "emilio-floris-1944-09-15",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/emilio-floris-1944-09-15/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/emilio-floris-1944-09-15/?format=api",
            "n_rebels": null,
            "family_name": "Floris",
            "given_name": "Emilio",
            "role": "Senatore",
            "latest_group": {
                "id": 2848,
                "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/536663.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": 660954,
            "stepped_in_date": null,
            "slug": "ketti-fogliani-1969-06-14",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/ketti-fogliani-1969-06-14/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/ketti-fogliani-1969-06-14/?format=api",
            "n_rebels": null,
            "family_name": "Fogliani",
            "given_name": "Ketti",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1521,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/660954.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-11",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819458,
            "stepped_in_date": null,
            "slug": "ilaria-fontana-1984-06-26",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/ilaria-fontana-1984-06-26/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/ilaria-fontana-1984-06-26/?format=api",
            "n_rebels": null,
            "family_name": "Fontana",
            "given_name": "Ilaria",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2739,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819458.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-12",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 822188,
            "stepped_in_date": null,
            "slug": "lorenzo-fontana-1980-04-10-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/lorenzo-fontana-1980-04-10-2/?format=api",
            "pp": null,
            "is_president": true,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/lorenzo-fontana-1980-04-10-2/?format=api",
            "n_rebels": null,
            "family_name": "Fontana",
            "given_name": "Lorenzo",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1714,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822188.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-20",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819461,
            "stepped_in_date": null,
            "slug": "gregorio-fontana-1963-11-09",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/gregorio-fontana-1963-11-09/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/gregorio-fontana-1963-11-09/?format=api",
            "n_rebels": null,
            "family_name": "FONTANA",
            "given_name": "GREGORIO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2618,
                "group": {
                    "id": 33,
                    "acronym": "FI",
                    "slug": "FI",
                    "branch": "camera",
                    "name": "FORZA ITALIA - BERLUSCONI PRESIDENTE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819461.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819209,
            "stepped_in_date": null,
            "slug": "francesco-forciniti-1985-09-02",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/francesco-forciniti-1985-09-02/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/francesco-forciniti-1985-09-02/?format=api",
            "n_rebels": null,
            "family_name": "FORCINITI",
            "given_name": "FRANCESCO",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2793,
                "group": {
                    "id": 28,
                    "acronym": "MISTO",
                    "slug": "Misto",
                    "branch": "camera",
                    "name": "MISTO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819209.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-20",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 503100,
            "stepped_in_date": null,
            "slug": "paolo-formentini-1980-04-30",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/paolo-formentini-1980-04-30/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/paolo-formentini-1980-04-30/?format=api",
            "n_rebels": null,
            "family_name": "Formentini",
            "given_name": "Paolo",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1439,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/503100.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-13",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 501964,
            "stepped_in_date": null,
            "slug": "federico-fornaro-1962-12-09",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/federico-fornaro-1962-12-09/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/federico-fornaro-1962-12-09/?format=api",
            "n_rebels": null,
            "family_name": "Fornaro",
            "given_name": "Federico",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1468,
                "group": {
                    "id": 31,
                    "acronym": "LEU-ART 1-SI",
                    "slug": "LeU",
                    "branch": "camera",
                    "name": "LIBERI E UGUALI",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/501964.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 499561,
            "stepped_in_date": null,
            "slug": "sara-foscolo-1973-09-03",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/sara-foscolo-1973-09-03/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/sara-foscolo-1973-09-03/?format=api",
            "n_rebels": null,
            "family_name": "Foscolo",
            "given_name": "Sara",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1312,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/499561.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-09",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 496869,
            "stepped_in_date": null,
            "slug": "tommaso-foti-1960-04-28",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/tommaso-foti-1960-04-28/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/tommaso-foti-1960-04-28/?format=api",
            "n_rebels": null,
            "family_name": "Foti",
            "given_name": "Tommaso",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1901,
                "group": {
                    "id": 32,
                    "acronym": "FDI",
                    "slug": "FdI",
                    "branch": "camera",
                    "name": "FRATELLI D'ITALIA",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/496869.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 822199,
            "stepped_in_date": null,
            "slug": "riccardo-fraccaro-1981-01-13-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/riccardo-fraccaro-1981-01-13-2/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/riccardo-fraccaro-1981-01-13-2/?format=api",
            "n_rebels": null,
            "family_name": "Fraccaro",
            "given_name": "Riccardo",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2191,
                "group": {
                    "id": 30,
                    "acronym": "M5S",
                    "slug": "M5S",
                    "branch": "camera",
                    "name": "MOVIMENTO 5 STELLE",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822199.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 609098,
            "stepped_in_date": null,
            "slug": "gian-mario-fragomeli-1973-08-02",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/gian-mario-fragomeli-1973-08-02/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/gian-mario-fragomeli-1973-08-02/?format=api",
            "n_rebels": null,
            "family_name": "Fragomeli",
            "given_name": "Gian Mario",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2199,
                "group": {
                    "id": 34,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "camera",
                    "name": "PARTITO DEMOCRATICO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/609098.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 840394,
            "stepped_in_date": null,
            "slug": "andrea-frailis-1956-06-10",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/andrea-frailis-1956-06-10/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/andrea-frailis-1956-06-10/?format=api",
            "n_rebels": null,
            "family_name": "FRAILIS",
            "given_name": "Andrea",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1676,
                "group": {
                    "id": 34,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "camera",
                    "name": "PARTITO DEMOCRATICO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/840394.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2019-01-22",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 819435,
            "stepped_in_date": null,
            "slug": "dario-franceschini-1958-10-19",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/dario-franceschini-1958-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/dario-franceschini-1958-10-19/?format=api",
            "n_rebels": null,
            "family_name": "Franceschini",
            "given_name": "Dario",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1809,
                "group": {
                    "id": 34,
                    "acronym": "PD",
                    "slug": "PD",
                    "branch": "camera",
                    "name": "PARTITO DEMOCRATICO",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/819435.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 495970,
            "stepped_in_date": null,
            "slug": "paola-frassinetti-1956-05-02",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/paola-frassinetti-1956-05-02/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/paola-frassinetti-1956-05-02/?format=api",
            "n_rebels": null,
            "family_name": "Frassinetti",
            "given_name": "Paola",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1783,
                "group": {
                    "id": 32,
                    "acronym": "FDI",
                    "slug": "FdI",
                    "branch": "camera",
                    "name": "FRATELLI D'ITALIA",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/495970.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-13",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 822168,
            "stepped_in_date": null,
            "slug": "rebecca-frassini-1988-11-24",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/rebecca-frassini-1988-11-24/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/rebecca-frassini-1988-11-24/?format=api",
            "n_rebels": null,
            "family_name": "Frassini",
            "given_name": "Rebecca",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1246,
                "group": {
                    "id": 29,
                    "acronym": "LEGA",
                    "slug": "Lega",
                    "branch": "camera",
                    "name": "LEGA - SALVINI PREMIER",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": false,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822168.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 822322,
            "stepped_in_date": null,
            "slug": "flora-frate-1983-07-03-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/flora-frate-1983-07-03-2/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/flora-frate-1983-07-03-2/?format=api",
            "n_rebels": null,
            "family_name": "FRATE",
            "given_name": "FLORA",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 1923,
                "group": {
                    "id": 27,
                    "acronym": "IV",
                    "slug": "IV",
                    "branch": "camera",
                    "name": "ITALIA VIVA",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/822322.jpeg",
            "gender": "F",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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": 494393,
            "stepped_in_date": null,
            "slug": "nicola-fratoianni-1972-10-04",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/memberships/nicola-fratoianni-1972-10-04/?format=api",
            "pp": null,
            "is_president": false,
            "is_active": false,
            "person_url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/persons/nicola-fratoianni-1972-10-04/?format=api",
            "n_rebels": null,
            "family_name": "Fratoianni",
            "given_name": "Nicola",
            "role": "DEPUTATO",
            "latest_group": {
                "id": 2103,
                "group": {
                    "id": 31,
                    "acronym": "LEU-ART 1-SI",
                    "slug": "LeU",
                    "branch": "camera",
                    "name": "LIBERI E UGUALI",
                    "color": "#FFFFFF"
                }
            },
            "has_changed_group": true,
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/494393.jpeg",
            "gender": "M",
            "election_area": null,
            "election_macro_area": null,
            "start_date": "2018-03-19",
            "end_date": "2022-10-12",
            "assembly": "ASS-CAMERA-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
        }
    ]
}