Returns a single membership selected by `id`.
GET /api-openparlamento/v1/19/memberships/edmondo-cirielli-1964-05-22/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "codelists": {
        "governments": [
            {
                "id": 65,
                "value": "Meloni I",
                "slug": "i-governo-meloni-2022-10-22"
            }
        ]
    },
    "id": 498625,
    "slug": "edmondo-cirielli-1964-05-22",
    "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/memberships/edmondo-cirielli-1964-05-22/?format=api",
    "n_rebels": 6,
    "family_name": "Cirielli",
    "given_name": "Edmondo",
    "role": "Deputato",
    "latest_group": {
        "id": 609,
        "group": {
            "id": 11,
            "acronym": "FDI",
            "slug": "FdI",
            "branch": "camera",
            "name": "FRATELLI D'ITALIA",
            "color": "#37A6A5"
        }
    },
    "previous_groups": [
        {
            "id": 609,
            "group": {
                "id": 11,
                "acronym": "FDI",
                "slug": "FdI",
                "branch": "camera",
                "name": "FRATELLI D'ITALIA",
                "color": "#37A6A5"
            }
        }
    ],
    "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/498625.jpeg",
    "gender": "M",
    "election_area": "Campania",
    "election_macro_area": "Sud",
    "start_date": "2022-10-13",
    "stepped_in_date": null,
    "end_date": null,
    "assembly": "ASS-CAMERA-19",
    "supports_majority": true,
    "days_in_parliament": "8861 00:00:00",
    "parse_days_in_parliament": "24 anni e 3 mesi",
    "has_changed_group": false,
    "birth_date": "1964-05-22",
    "birth_place": "Nocera Inferiore (SA)"
}