Define AdministrativeDivision view set (return all)

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

{
    "id": 2739,
    "ags": "03462006",
    "name": "Holtgast",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Esens",
    "office_zip": "26427",
    "office_street": "Am Markt 2-4",
    "office_city": "Esens",
    "area": 24.01,
    "citizens_total": 1782,
    "citizens_male": 879,
    "citizens_female": 903,
    "population_density": 74.0,
    "area_accumulated": 24.01,
    "citizens_accumulated": {
        "total": 1782,
        "female": 903,
        "male": 879
    },
    "longitude": 7.580929,
    "latitude": 53.632162,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2739/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2736/?format=api",
    "children": [],
    "zip_codes": [
        "26427"
    ]
}