Get stage drops
get_stage_dropsFetch item drop rates for an Arknights stage by region and stage code or game ID. Returns sample counts, drop rates per run, and optional farming efficiency data.
Instructions
Fetch one Arknights stage's item drop rates by region + stage_code (e.g. 4-4) or game_id, sourced from the Penguin Statistics cache. Each drop carries its quantity, its times, and its drop_rate. The times is the sample run count. The drop_rate is the expected number of items per run (quantity divided by times), not a probability. The penguin provenance (snapshot and fetched/expires time) shared by every drop is hoisted to a single drop_provenance block. A drop repeats a provenance field only when it differs. A drop carries expired:true only when it is past its cache expiry. Set include_efficiency to add deterministic farming observations (sanity spent per item). Those are facts and observations only, never a best-farm or mandatory verdict. A drop past its expiry is still returned, flagged data_stale. A re-sync of the penguin source refreshes the cache. en/cn are never mixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| game_id | No | ||
| stage_code | No | ||
| include_efficiency | No |