Define AdministrativeDivision view set (return all)

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

{
    "id": 2076,
    "ags": "03355017",
    "name": "Handorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Bardowick",
    "office_zip": "21447",
    "office_street": "Schulstraße 12",
    "office_city": "Bardowick",
    "area": 9.88,
    "citizens_total": 2108,
    "citizens_male": 1072,
    "citizens_female": 1036,
    "population_density": 213.0,
    "area_accumulated": 9.88,
    "citizens_accumulated": {
        "total": 2108,
        "female": 1036,
        "male": 1072
    },
    "longitude": 10.344996,
    "latitude": 53.344975,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2076/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2073/?format=api",
    "children": [],
    "zip_codes": [
        "21447"
    ]
}