---
title: "Get administrative division details"
method: GET
path: "/geo/adminDivisions/{divisionId}"
tags: ["Geo"]
---

# Get administrative division details

`GET /geo/adminDivisions/{divisionId}`

Get the details for a specific administrative division, including location coordinates, population, and
elevation above sea-level (if available).

## Path parameters

- `divisionId` string, required

## Query parameters

- `asciiMode` boolean
- `languageCode` string

## Response `200`

Populated-place details

- PopulatedPlaceResponse — Populated-place details response
  - `errors` Error[]
    - `code` 'ACCESS_DENIED' | 'ENTITY_NOT_FOUND' | 'INCOMPATIBLE' | 'PARAM_INVALID' | 'PARAMS_MUTUALLY_EXCLUSIVE' | 'REQUEST_UNPROCESSABLE' — One of a set of enumerated error codes representing the types of errors that can occur processing a request
    - `message` string
  - `data` PopulatedPlaceDetails — Full populated-place details
    - `country` string — The country name (varies by languageCode)
    - `countryCode` string — The ISO-3166 country code
    - `deleted` boolean — If this place has been soft-deleted
    - `elevationMeters` integer — The place elevation (meters) above sea level
    - `id` integer — The place GeoDB native id
    - `latitude` number, double — The place latittude (-90.0 to 90.0)
    - `longitude` number, double — The place longitude (-180.0 to 180.0)
    - `name` string — The place name (varies by languageCode)
    - `population` integer — The place population
    - `region` string — The region name (varies by languageCode)
    - `regionCode` string — The ISO or FIPS region code
    - `timezone` string — The place timezone id
    - `type` 'ADM2' | 'CITY' — One of a set of enumerated populated-place types known by the service (currently only level-2 admin divisions and cities)
    - `wikiDataId` string — The place WikiData id

## Other responses

- `400` — 400 - Bad Request
- `401` — 401 - Unauthorized
- `403` — 403 - Forbidden
- `404` — 404 - Not Found

---

[API](https://skmtc.net/mashape/apis/geodb.md) · [All operations](https://skmtc.net/mashape/apis/geodb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mashape/geodb/versions/d1b1bd32c947/schema)
