Define AdministrativeDivision view set (return all)

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

{
    "id": 12717,
    "ags": "12061572",
    "name": "Zeuthen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Zeuthen",
    "office_zip": "15738",
    "office_street": "Schillerstraße 1",
    "office_city": "Zeuthen",
    "area": 12.68,
    "citizens_total": 11427,
    "citizens_male": 5908,
    "citizens_female": 5519,
    "population_density": 901.0,
    "area_accumulated": 12.68,
    "citizens_accumulated": {
        "total": 11427,
        "female": 5519,
        "male": 5908
    },
    "longitude": 13.630155,
    "latitude": 52.353337,
    "travel_name": "Dahme-Seenland",
    "travel_code": "A07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12717/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12716/?format=api",
    "children": [],
    "zip_codes": [
        "15738"
    ]
}