Define AdministrativeDivision view set (return all)

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

{
    "id": 2044,
    "ags": "03354013",
    "name": "Küsten",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Lüchow (Wendland)",
    "office_zip": "29482",
    "office_street": "Theodor-Körner-Straße 14",
    "office_city": "Lüchow,",
    "area": 41.54,
    "citizens_total": 1361,
    "citizens_male": 693,
    "citizens_female": 668,
    "population_density": 33.0,
    "area_accumulated": 41.54,
    "citizens_accumulated": {
        "total": 1361,
        "female": 668,
        "male": 693
    },
    "longitude": 11.06516,
    "latitude": 52.97687,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2044/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2041/?format=api",
    "children": [],
    "zip_codes": [
        "29482"
    ]
}