[Документация Yandex Cloud](../../../../index.md) > [Yandex Compute Cloud](../../../index.md) > Справочник API > [gRPC (англ.)](../index.md) > [Zone](index.md) > Get

# Compute Cloud API, gRPC: ZoneService.Get

Returns the information about the specified availability zone.
To get the list of availability zones, make a [List](list.md#List) request.

## gRPC request

**rpc Get ([GetZoneRequest](#yandex.cloud.compute.v1.GetZoneRequest)) returns ([Zone](#yandex.cloud.compute.v1.Zone))**

## GetZoneRequest {#yandex.cloud.compute.v1.GetZoneRequest}

```json
{
  "zone_id": "string"
}
```

#|
||Field | Description ||
|| zone_id | **string**

ID of the availability zone to return information about.
The length must be less than or equal to 50.
This field is required. ||
|#

## Zone {#yandex.cloud.compute.v1.Zone}

```json
{
  "id": "string",
  "region_id": "string",
  "status": "Status"
}
```

Availability zone. For more information, see [Availability zones](../../../../overview/concepts/geo-scope.md).

#|
||Field | Description ||
|| id | **string**

ID of the zone. ||
|| region_id | **string**

ID of the region. ||
|| status | enum **Status**

Status of the zone.

- `UP`: Zone is available. You can access the resources allocated in this zone.
- `DOWN`: Zone is not available. ||
|#