# Get UN/LOCODE information.
**GET /unlocodes/{code}**
Sample request:
`GET /unlocodes/UGMUK`
## Servers
- https://soget-api-integration.azure-api.net/api-referential-unitary/v1: https://soget-api-integration.azure-api.net/api-referential-unitary/v1 ()
## Parameters
### Path parameters
- **code** (string)
UN/LOCODE code
## Responses
### 200
Successful operation
#### Body: application/json (object)
- **code** (string | null)
UN/LOCODE have length of 5 - combination of Country code (length of 2) and Location code (length of 3)
- **country** (string | null)
Two letters code of country
- **name** (string | null)
Description about location
- **subdivision** (string | null)
1-3 character alphabetic and/or numeric code for the administrative division
of the country concerned(state, province, department, etc.)
- **coordinates** (string | null)
Geographical coordinates (latitude/longitude)
Format: ddmmN dddmmW, ddmmS dddmmE, etc.,
Where the two last digits refer to minutes
and the two or three first digits indicate the degrees.
- **Additional properties are NOT allowed** ()
### 400
Unexpected error
#### Body: application/json (object)
- **status** (string | null)
Error status
- **timestamp** (string(date-time))
Error date
- **code** (string | null)
Error code
- R101 : The container size type is unfound.
- R102 : The country code is unfound.
- R103 : The document type is unfound.
- R104 : The location code is unfound.
- R105 : The location type is unfound.
- R106 : The packaging code is unfound.
- R107 : The transport mode is unfound.
- R108 : The transport mean type is unfound.
- R109 : The event type is unfound.
- R110 : The UN/LOCODE is unfound.
- R111 : The actor is unfound.
- R112 : The dangerous code is unfound.
- **message** (string | null)
Error message
- **Additional properties are NOT allowed** ()
[Powered by Bump.sh](https://bump.sh)