---
title: "Get Country"
method: GET
path: "/restapi/v1.0/dictionary/country/{countryId}"
tags: ["Regional Settings"]
---

# Get Country

`GET /restapi/v1.0/dictionary/country/{countryId}`

Returns information on a specific country.

## Path parameters

- `countryId` integer, required

## Response `200`

Country information

- CountryInfoDictionaryModel
  - `id` string — Internal identifier of a country
  - `uri` string, uri — Canonical URI of a country resource
  - `name` string — The official name of a country
  - `isoCode` string — Country code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)
  - `callingCode` string — Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164), see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
  - `emergencyCalling` boolean — Emergency calling feature availability/emergency address requirement indicator
  - `numberSelling` boolean — Indicates that phone numbers are available for this country
  - `loginAllowed` boolean — Indicates that login with the phone number of this country is allowed
  - `signupAllowed` boolean — Indicates that signup/billing is allowed for this country
  - `freeSoftphoneLine` boolean — Indicates that free phone line for softphone is available for this country
  - `localDialing` boolean — Indicates that the local dialing is supported in this country and default area code can be set

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
