Define AdministrativeDivision view set (return all)

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

{
    "id": 2651,
    "ags": "03459019",
    "name": "Georgsmarienhütte, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Georgsmarienhütte",
    "office_zip": "49124",
    "office_street": "Oeseder Straße 85",
    "office_city": "Georgsmarienhütte",
    "area": 55.45,
    "citizens_total": 31756,
    "citizens_male": 16135,
    "citizens_female": 15621,
    "population_density": 573.0,
    "area_accumulated": 55.45,
    "citizens_accumulated": {
        "total": 31756,
        "female": 15621,
        "male": 16135
    },
    "longitude": 8.03415,
    "latitude": 52.206154,
    "travel_name": "Grafschaft Bentheim-Emsland-Osnabrücker Land",
    "travel_code": "G07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2651/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2650/?format=api",
    "children": [],
    "zip_codes": [
        "49124"
    ]
}