Define AdministrativeDivision view set (return all)

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

{
    "id": 13723,
    "ags": "13074053",
    "name": "Metelsdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Dorf Mecklenburg-Bad Kleinen",
    "office_zip": "23972",
    "office_street": "Am Wehberg 17",
    "office_city": "Dorf",
    "area": 8.21,
    "citizens_total": 493,
    "citizens_male": 245,
    "citizens_female": 248,
    "population_density": 60.0,
    "area_accumulated": 8.21,
    "citizens_accumulated": {
        "total": 493,
        "female": 248,
        "male": 245
    },
    "longitude": 11.432941,
    "latitude": 53.853472,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13723/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13715/?format=api",
    "children": [],
    "zip_codes": [
        "23972"
    ]
}