Define AdministrativeDivision view set (return all)

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

{
    "id": 13477,
    "ags": "13072083",
    "name": "Reddelich",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Bad Doberan-Land",
    "office_zip": "18209",
    "office_street": "Kammerhof 3",
    "office_city": "Bad",
    "area": 9.14,
    "citizens_total": 968,
    "citizens_male": 477,
    "citizens_female": 491,
    "population_density": 106.0,
    "area_accumulated": 9.14,
    "citizens_accumulated": {
        "total": 968,
        "female": 491,
        "male": 477
    },
    "longitude": 11.84936,
    "latitude": 54.089474,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13477/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13471/?format=api",
    "children": [],
    "zip_codes": [
        "18209"
    ]
}