---
title: "Get the FEN (Forsyth-Edwards Notation) representation of the board - use this is the user asks for the FEN"
method: GET
path: "/api/fen"
---

# Get the FEN (Forsyth-Edwards Notation) representation of the board - use this is the user asks for the FEN

`GET /api/fen`

## Response `200`

The current game's FEN

- object
  - `FEN` string — The FEN (Forsyth-Edwards Notation) representation of the board - use this to determine where the pieces are

## Other responses

- `404` — Game not found

---

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