> For the complete documentation index, see [llms.txt](https://dfend.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dfend.gitbook.io/documentation/developer-api/types/location.md).

# Location

**Location** is an object representing a location without coordinates.

## Attributes

* `country`  <mark style="color:blue;">string</mark>  The name of the country.
* `countryCode`  <mark style="color:blue;">string</mark>  The 2 letter ISO 3166-1 alpha-2 code for the country.
* `region`  <mark style="color:blue;">string</mark>  The name of the region.
* `regionCode`  <mark style="color:blue;">string</mark>  The ISO 3166-2 code for the region.
* `regionType`  <mark style="color:blue;">string</mark>  The region can either be a first or second level administrative subdivision. This field tells you what type it is. For example, in the US the region is usually a state.
* `city`  <mark style="color:blue;">string</mark>  The name of the city.
* `postal`  <mark style="color:blue;">string</mark>  The postal or ZIP code.
* `emojiFlag`  <mark style="color:blue;">string</mark>  An emoji version of the flag of the country.

### Approvable

When embedded into an [Identity](/documentation/developer-api/types/identity.md), this object is extended by the [Approvable](/documentation/developer-api/types/approvable.md) fields.
