Define AdministrativeDivision view set (return all)

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

{
    "id": 1346,
    "ags": "03151006",
    "name": "Calberlah",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Isenbüttel",
    "office_zip": "38547",
    "office_street": "Gutsstraße 11",
    "office_city": "Isenbüttel",
    "area": 27.77,
    "citizens_total": 5115,
    "citizens_male": 2544,
    "citizens_female": 2571,
    "population_density": 184.0,
    "area_accumulated": 27.77,
    "citizens_accumulated": {
        "total": 5115,
        "female": 2571,
        "male": 2544
    },
    "longitude": 10.623002,
    "latitude": 52.421337,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1346/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1345/?format=api",
    "children": [],
    "zip_codes": [
        "38547"
    ]
}