Define AdministrativeDivision view set (return all)

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

{
    "id": 4760,
    "ags": "07133010",
    "name": "Becherbach bei Kirn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Kirner Land",
    "office_zip": "55608",
    "office_street": "Bahnhofstraße 31",
    "office_city": "Kirn",
    "area": 8.41,
    "citizens_total": 387,
    "citizens_male": 208,
    "citizens_female": 179,
    "population_density": 46.0,
    "area_accumulated": 8.41,
    "citizens_accumulated": {
        "total": 387,
        "female": 179,
        "male": 208
    },
    "longitude": 7.499688,
    "latitude": 49.740977,
    "travel_name": "Naheland",
    "travel_code": "J15",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4760/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4758/?format=api",
    "children": [],
    "zip_codes": [
        "55608"
    ]
}