Define AdministrativeDivision view set (return all)

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

{
    "id": 13720,
    "ags": "13074030",
    "name": "Groß Stieten",
    "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": 6.54,
    "citizens_total": 570,
    "citizens_male": 268,
    "citizens_female": 302,
    "population_density": 87.0,
    "area_accumulated": 6.54,
    "citizens_accumulated": {
        "total": 570,
        "female": 302,
        "male": 268
    },
    "longitude": 11.4496,
    "latitude": 53.812366,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13720/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13715/?format=api",
    "children": [],
    "zip_codes": [
        "23972"
    ]
}