Define AdministrativeDivision view set (return all)

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

{
    "id": 7243,
    "ags": "08119089",
    "name": "Berglen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Berglen",
    "office_zip": "73663",
    "office_street": "Beethovenstraße 14-20",
    "office_city": "Berglen",
    "area": 25.86,
    "citizens_total": 6400,
    "citizens_male": 3199,
    "citizens_female": 3201,
    "population_density": 247.0,
    "area_accumulated": 25.86,
    "citizens_accumulated": {
        "total": 6400,
        "female": 3201,
        "male": 3199
    },
    "longitude": 9.469424,
    "latitude": 48.861445,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7243/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7242/?format=api",
    "children": [],
    "zip_codes": [
        "73663"
    ]
}