Define AdministrativeDivision view set (return all)

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

{
    "id": 13513,
    "ags": "13072069",
    "name": "Lüssow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Güstrow-Land",
    "office_zip": "18276",
    "office_street": "Haselstraße 4",
    "office_city": "Barlachstadt",
    "area": 16.66,
    "citizens_total": 914,
    "citizens_male": 447,
    "citizens_female": 467,
    "population_density": 55.0,
    "area_accumulated": 16.66,
    "citizens_accumulated": {
        "total": 914,
        "female": 467,
        "male": 447
    },
    "longitude": 12.143124,
    "latitude": 53.838762,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13513/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13505/?format=api",
    "children": [],
    "zip_codes": [
        "18276"
    ]
}