Get a specific country
Resources
Get a specific country
Returns detailed information about a single country identified by its two-letter ISO 3166-1 alpha-2 country_code. The response includes the country’s full name, alpha-2 code, and alpha-3 code.
GET
Get a specific country
Authorizations
Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.
Path Parameters
Response
Successful Response
Full name of the country
Required string length:
1 - 70Examples:
"Slovakia"
"Slovenia"
Three-letter ISO 3166-1 alpha-3 country code
Required string length:
3Examples:
"SVK"
"SVN"