Get stage
get_stageFetch an Arknights stage's compact facts and provenance by region and stage code or game ID. Optionally include tile grid, enemy routes, spawn timeline, or rendered SVG map.
Instructions
Fetch one Arknights stage's facts by region + stage_code (e.g. 4-4) or game_id. The default response is compact facts + provenance; set include_map / include_routes / include_spawns to add the tile grid, enemy routes, or spawn timeline. The tile grid comes as tile_grid: one string per grid row (top row first) plus a legend mapping each character to its tile fields; absent_symbol marks a cell with no tile. A tile's tile_key/buildable_type describe where you may DEPLOY (a tile_forbidden tile blocks deployment), while passable describes whether ENEMIES may cross it -- so a forbidden tile can still be passable; the two are not in conflict. Enemy routes are collapsed to distinct geometry: each entry carries an occurrence_count and the raw route_indices that share it. A checkpoint always carries type and position; its optional time, reach_distance, reach_offset and randomize_reach_offset fields are omitted when they sit at their zero/false default (omitted means at default). A spawn's variant_id (an inline enemy variant) is present only when the spawn is one; a base-enemy spawn omits the key. Spawn timeline values (spawn_time and interval) are in seconds. Set include_map_image for a rendered SVG map drawn from the stage's own grid data (a derived image, not game artwork); a very large map is omitted with a note. The difficulty field is the stage variant tag (NORMAL, FOUR_STAR challenge, TOUGH, or EASY), so a stage and its variant that share a code stay distinct. en/cn are never mixed. Field conventions: a list field is [] when the source confirms none, and is omitted entirely when the source carries no such data (never null). A field the response would normally include but the source omits is named in limitations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| game_id | No | ||
| stage_code | No | ||
| include_map | No | ||
| routes_page | No | ||
| spawns_page | No | ||
| include_routes | No | ||
| include_spawns | No | ||
| include_map_image | No |