> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-d5730eee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Place

> Reference for the Schemas.Place TypeScript interface in the X API SDK. Field definitions, types, and properties for X API request or response payloads.

[Schemas](/xdks/typescript/reference/modules/Schemas).Place

## Properties

<ResponseField name="containedWithin" type="string[]" />

<ResponseField name="country" type="string" />

<ResponseField name="countryCode" type="string" />

<ResponseField name="fullName" type="string" required />

<ResponseField name="geo" type="Geo" />

<ResponseField name="id" type="string" required />

<ResponseField name="name" type="string" />

<ResponseField name="placeType" type="PlaceType" />
