Define AdministrativeDivision view set (return all)

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

{
    "id": 13164,
    "ags": "12071301",
    "name": "Neuhausen/Spree / Kopańce/Sprjewja",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Neuhausen/Spree",
    "office_zip": "03058",
    "office_street": "Amtsweg 1",
    "office_city": "Neuhausen/Spree",
    "area": 134.23,
    "citizens_total": 4941,
    "citizens_male": 2462,
    "citizens_female": 2479,
    "population_density": 37.0,
    "area_accumulated": 134.23,
    "citizens_accumulated": {
        "total": 4941,
        "female": 2479,
        "male": 2462
    },
    "longitude": 14.414071,
    "latitude": 51.68088,
    "travel_name": "Lausitzer Seenland",
    "travel_code": "A14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13164/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13163/?format=api",
    "children": [],
    "zip_codes": [
        "03058"
    ]
}