Define AdministrativeDivision view set (return all)

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

{
    "id": 14757,
    "ags": "14713000",
    "name": "Leipzig, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Leipzig",
    "office_zip": "04109",
    "office_street": "Martin-Luther-Ring 4-6",
    "office_city": "Leipzig",
    "area": 297.8,
    "citizens_total": 593145,
    "citizens_male": 301695,
    "citizens_female": 291450,
    "population_density": 1992.0,
    "area_accumulated": 297.8,
    "citizens_accumulated": {
        "total": 593145,
        "female": 291450,
        "male": 301695
    },
    "longitude": 12.377931,
    "latitude": 51.338288,
    "travel_name": "Stadt Leipzig",
    "travel_code": "C02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14757/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14756/?format=api",
    "children": [],
    "zip_codes": [
        "04103",
        "04105",
        "04107",
        "04109",
        "04129",
        "04155",
        "04157",
        "04158",
        "04159",
        "04177",
        "04178",
        "04179",
        "04205",
        "04207",
        "04209",
        "04229",
        "04249",
        "04275",
        "04277",
        "04279",
        "04288",
        "04289",
        "04299",
        "04315",
        "04316",
        "04317",
        "04318",
        "04319",
        "04328",
        "04329",
        "04347",
        "04349",
        "04356",
        "04357"
    ]
}