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

{
    "count": 30,
    "next": "https://api.hel.fi/servicemap/v2/administrative_division_type/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "type": "muni",
            "name": "Municipality"
        },
        {
            "id": 2,
            "type": "major_district",
            "name": "Suurpiiri"
        },
        {
            "id": 3,
            "type": "district",
            "name": "Peruspiiri"
        },
        {
            "id": 4,
            "type": "sub_district",
            "name": "Osa-alue"
        },
        {
            "id": 5,
            "type": "small_district",
            "name": "Pienalue"
        },
        {
            "id": 6,
            "type": "neighborhood",
            "name": "Kaupunginosa"
        },
        {
            "id": 7,
            "type": "voting_district",
            "name": "Äänestysalue"
        },
        {
            "id": 8,
            "type": "postcode_area",
            "name": "Postinumeroalue"
        },
        {
            "id": 13,
            "type": "health_station_district",
            "name": "Terveysasema-aluejako"
        },
        {
            "id": 14,
            "type": "emergency_care_district",
            "name": "Päivystysalue"
        },
        {
            "id": 15,
            "type": "rescue_area",
            "name": "Suojelupiiri"
        },
        {
            "id": 16,
            "type": "rescue_district",
            "name": "Suojelulohko"
        },
        {
            "id": 17,
            "type": "rescue_sub_district",
            "name": "Suojelulalaohko"
        },
        {
            "id": 25,
            "type": "lower_comprehensive_school_district_fi",
            "name": "Oppilaaksiottoalue, alakoulu"
        },
        {
            "id": 26,
            "type": "lower_comprehensive_school_district_sv",
            "name": "Oppilaaksiottoalue, alakoulu (ruotsi)"
        },
        {
            "id": 27,
            "type": "upper_comprehensive_school_district_fi",
            "name": "Oppilaaksiottoalue, yläkoulu"
        },
        {
            "id": 28,
            "type": "upper_comprehensive_school_district_sv",
            "name": "Oppilaaksiottoalue, yläkoulu (ruotsi)"
        },
        {
            "id": 29,
            "type": "maternity_clinic_district",
            "name": "Neuvola-alue"
        },
        {
            "id": 30,
            "type": "statistical_district",
            "name": "Tilastoalue"
        },
        {
            "id": 33,
            "type": "preschool_education_fi",
            "name": "Oppilaaksiottoalue, esikoulu"
        }
    ]
}