Define AdministrativeDivision view set (return all)

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

{
    "id": 12901,
    "ags": "12065084",
    "name": "Fürstenberg/Havel, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Fürstenberg/Havel",
    "office_zip": "16798",
    "office_street": "Markt 1",
    "office_city": "Fürstenberg/Havel",
    "area": 213.85,
    "citizens_total": 5827,
    "citizens_male": 2957,
    "citizens_female": 2870,
    "population_density": 27.0,
    "area_accumulated": 213.85,
    "citizens_accumulated": {
        "total": 5827,
        "female": 2870,
        "male": 2957
    },
    "longitude": 13.145303,
    "latitude": 53.184686,
    "travel_name": "Ruppiner Seenland",
    "travel_code": "A02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12901/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12900/?format=api",
    "children": [],
    "zip_codes": [
        "16798"
    ]
}