Define AdministrativeDivision view set (return all)

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

{
    "id": 2275,
    "ags": "03359004",
    "name": "Balje",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Nordkehdingen",
    "office_zip": "21730",
    "office_street": "Hauptstraße 31",
    "office_city": "Freiburg/Elbe",
    "area": 58.09,
    "citizens_total": 928,
    "citizens_male": 455,
    "citizens_female": 473,
    "population_density": 16.0,
    "area_accumulated": 58.09,
    "citizens_accumulated": {
        "total": 928,
        "female": 473,
        "male": 455
    },
    "longitude": 9.133598,
    "latitude": 53.831509,
    "travel_name": "Unterelbe-Unterweser",
    "travel_code": "G04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2275/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2274/?format=api",
    "children": [],
    "zip_codes": [
        "21730"
    ]
}