---
title: "Retrieve a single Country information."
method: GET
path: "/countries/{country_code}.json"
tags: ["Countries"]
---

# Retrieve a single Country information.

`GET /countries/{country_code}.json`

## Path parameters

- `country_code` string, string, required

## Response `200`

A Country information object

- Country
  - `code` string
  - `name` string

## Other responses

- `404` — Country Not Found.

---

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