---
title: "Get Command Code data"
method: GET
path: "/basic/{region}/CC/{cc_id}"
tags: ["basic"]
---

# Get Command Code data

`GET /basic/{region}/CC/{cc_id}`

Get basic Command Code info from ID

Preprocessed data:
- [NA Command Code](/export/NA/basic_command_code.json)
- [JP Command Code](/export/JP/basic_command_code.json)
- [JP Command Code with English names](/export/JP/basic_command_code_lang_en.json)

## Path parameters

- `region` 'JP' | 'NA' | 'CN' | 'KR' | 'TW', required — Region Enum
- `cc_id` integer, required

## Query parameters

- `lang` 'jp' | 'en' — Language Enum

## Response `200`

Command Code entity

- BasicCommandCode
  - `id` integer, required
  - `collectionNo` integer, required
  - `name` string, required
  - `rarity` integer, required
  - `face` string, uri, required

## Other responses

- `400` — Insufficient query
- `403` — Response too big
- `422` — Validation Error

---

[API](https://skmtc.dev/atlasacademy/apis/fgo-game-data-api.md) · [All operations](https://skmtc.dev/atlasacademy/apis/fgo-game-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlasacademy/fgo-game-data-api/revisions/04f74540589e/schema)
