Define AdministrativeDivision view set (return all)

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

{
    "id": 14518,
    "ags": "14625560",
    "name": "Sohland a. d. Spree",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Sohland a. d. Spree",
    "office_zip": "02689",
    "office_street": "Bahnhofstraße 26",
    "office_city": "Sohland",
    "area": 37.3,
    "citizens_total": 6743,
    "citizens_male": 3392,
    "citizens_female": 3351,
    "population_density": 181.0,
    "area_accumulated": 37.3,
    "citizens_accumulated": {
        "total": 6743,
        "female": 3351,
        "male": 3392
    },
    "longitude": 14.427111,
    "latitude": 51.04397,
    "travel_name": "Oberlausitz/Niederschlesien",
    "travel_code": "C03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14518/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14517/?format=api",
    "children": [],
    "zip_codes": [
        "02689"
    ]
}