---
title: "Get Place"
method: GET
path: "/multigeocode/place/{docId}"
tags: ["Places_Multi-Geocode"]
---

# Get Place

`GET /multigeocode/place/{docId}`

Use this method to get the details of previously created custom places using its NextBillion ID.

## Path parameters

- `docId` string, required

## Query parameters

- `key` string, 32 character alphanumeric string, required

## Response `200`

- object
  - `docId` string — The unique NextBillion ID for the result item.
  - `place` object[] — This parameter represents the place details, including geographical information, address and other related information.
    - `geopoint` object — This parameter represents the geographical coordinates of the place. It includes the latitude and longitude values.
      - `lat` number — This parameter represents the latitude value of the place.
      - `lng` number — This parameter represents the longitude value of the place.
    - `country` string — This parameter represents the country of the place.
    - `state` string — This parameter represents the state or region of the place.
    - `city` string — This parameter represents the city or town of the place.
    - `district` string — This parameter represents the district of the place.
    - `subDistrict` string — This parameter represents the sub-district or locality of the place.
    - `street` string — This parameter represents the street name of the place.
    - `postalCode` string — This parameter represents the postal code or ZIP code of the place.
    - `house` string — This parameter represents the house or building number of the place.
    - `building` string — This parameter represents additional building information if applicable.
    - `poi` object — This parameter represents a point of interest within the place. A Point of Interest (POI) refers to a specific location or area that is of interest to individuals for various reasons. It could be a landmark, tourist attraction, business, or any other location that people might find important or intriguing.
      - `title` string — A title that describes the point of interest.
    - `address` string — This parameter represents the complete address of the place, including the street, city, state, postal code and country.
  - `dataSorce` object — It displays the information about the current source and current status of the place. Use the “Update Place” method to change these values, as needed.
    - `source` string — This parameter represents the current dataset source of the information returned in the result.
    - `refId` string — This parameter represents the unique reference ID associated with the data source.
    - `status` 'enable' | 'disable' — This parameter indicates if a place is currently discoverable by search API or not.
  - `score` integer — It returns the system calculated weighted score of the place. It depends on how ‘richly’ the place was defined at the time of creation. In order to modify the score, use “Update Place” method and update information for parameters which are not set currently. As an alternative, you can directly update the score to a custom value.

---

[API](https://skmtc.net/nextbillion-ai/apis/one-spec-service.md) · [All operations](https://skmtc.net/nextbillion-ai/apis/one-spec-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextbillion-ai/one-spec-service/versions/b647f1808dda/schema)
