---
title: "Transform Map Code"
method: GET
path: "/api/v3/utilities/transformers/codes"
tags: ["Change Requests", "Transformer"]
---

# Transform Map Code

`GET /api/v3/utilities/transformers/codes`

Transform a free-form input string into the closest matching map code. Results may be filtered by archived, hidden, or playtest status.

## Query parameters

- `search` string, required
- `archived` boolean, nullable
- `hidden` boolean, nullable
- `playtesting` 'Approved' | 'In Progress' | 'Rejected' | 'null', nullable

## Response `200`

Request fulfilled, document follows

- string, nullable

## Other responses

- `400` — Bad request syntax or unsupported method

---

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