---
title: "List crafting recipes for a job"
method: GET
path: "/recipes"
tags: ["Game Data"]
---

# List crafting recipes for a job

`GET /recipes`

Returns crafting recipes for the given job with translated output names. The `job` query parameter is required. Each recipe includes `experience {start, end, max_level}` = the craft XP, which scales linearly from `start` (at the recipe's min level) down to `end` (at `max_level`).

## Query parameters

- `locale` string
- `job` string, required
- `search` string

## Response `200`

Recipe list

---

[API](https://skmtc.dev/minebox/apis/minebox-api.md) · [All operations](https://skmtc.dev/minebox/apis/minebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minebox/minebox-api/revisions/0e6f31964bc7/schema)
