Define AdministrativeDivision view set (return all)

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

{
    "id": 4163,
    "ags": "06534020",
    "name": "Weimar (Lahn)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Weimar (Lahn)",
    "office_zip": "35096",
    "office_street": "Alte Bahnhofstraße 31",
    "office_city": "Weimar",
    "area": 47.05,
    "citizens_total": 7167,
    "citizens_male": 3661,
    "citizens_female": 3506,
    "population_density": 152.0,
    "area_accumulated": 47.05,
    "citizens_accumulated": {
        "total": 7167,
        "female": 3506,
        "male": 3661
    },
    "longitude": 8.732208,
    "latitude": 50.759254,
    "travel_name": "Marburg-Biedenkopf",
    "travel_code": "I07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4163/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4162/?format=api",
    "children": [],
    "zip_codes": [
        "35096"
    ]
}