Define AdministrativeDivision view set (return all)

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

{
    "id": 13575,
    "ags": "13072105",
    "name": "Tessin, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Amt Tessin",
    "office_zip": "18195",
    "office_street": "Alter Markt 1",
    "office_city": "Tessin",
    "area": 24.51,
    "citizens_total": 3993,
    "citizens_male": 2054,
    "citizens_female": 1939,
    "population_density": 163.0,
    "area_accumulated": 24.51,
    "citizens_accumulated": {
        "total": 3993,
        "female": 1939,
        "male": 2054
    },
    "longitude": 12.463737,
    "latitude": 54.028715,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13575/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13568/?format=api",
    "children": [],
    "zip_codes": [
        "18195"
    ]
}