Define AdministrativeDivision view set (return all)

GET /api/administrative_divisions/2064/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2064,
    "ags": "03355022",
    "name": "Lüneburg, Hansestadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Hansestadt Lüneburg",
    "office_zip": "21335",
    "office_street": "Am Ochsenmarkt 1",
    "office_city": "Lüneburg",
    "area": 70.5,
    "citizens_total": 75711,
    "citizens_male": 39254,
    "citizens_female": 36457,
    "population_density": 1074.0,
    "area_accumulated": 70.5,
    "citizens_accumulated": {
        "total": 75711,
        "female": 36457,
        "male": 39254
    },
    "longitude": 10.408793,
    "latitude": 53.249157,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2064/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2063/?format=api",
    "children": [],
    "zip_codes": [
        "21335",
        "21337",
        "21339",
        "21391"
    ]
}