In-Game
Commodities

List Game Commodities

Returns paginated game commodities with location data and resource metadata, optionally filtered to only those consumed by blueprints. Results include refined version info and starmap location data scoped to the requested or default game version.

get/api/commodities

Query parameters

pageinteger

Page number for pagination (starts at 1).

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results to return per page.

versionstring

Game version to get data from, if omitted uses default version.

sortstring
Example:-rarity

Sort field. Prefix with "-" for descending. Supported: key, name, rarity, density, instability, resistance, signature.

filter[used]boolean
Example:true

When true, only commodities used by blueprint ingredients in the requested or default game version are returned.

filter[system]string
Example:Stanton

Star system where the commodity can be found (see GET /api/commodities/filters for valid values)

filter[type]string
Example:Planet

Location type name (see GET /api/commodities/filters for valid values)

filter[rarity]string
Example:Epic

Commodity tier/rarity level (see GET /api/commodities/filters for valid values)

filter[kind]string
Example:mineable

Resource kind (see GET /api/commodities/filters for valid values)

filter[refined_version]string
Example:Agricium

Refined version name (see GET /api/commodities/filters for valid values)

filter[location]string
Example:ArcCorp

Partial match on starmap location name

filter[query]string
Example:Agricium

Search commodities by name or key

filter[ship]boolean
Example:true

When true, only show commodities mineable by ships

filter[ground_vehicle]boolean
Example:true

When true, only show commodities mineable by ground vehicles

filter[fps]boolean
Example:true

When true, only show commodities mineable on foot (FPS)

filter[harvestable]boolean
Example:true

When true, only show commodities collectible from harvestable or plant deposits

filter[salvage]boolean
Example:true

When true, only show commodities obtainable through salvage

filter[mineable]boolean
Example:true

When true, only show mineable commodities; when false, only show non-mineable

Response

List of commodities

uuidstring uuid

Unique commodity identifier.

keystring

Internal commodity key (e.g. "Quartz").

namestring

Display name of the commodity.

slugstring

URL-friendly slug for the commodity.

descriptionstring nullable

In-game lore description.

tierstring nullable

Refinement tier (e.g. "Raw", "Refined").

density_g_per_ccnumber nullable

Density in grams per cubic centimeter.

instabilitynumber nullable

Instability rating affecting mining behavior.

resistancenumber nullable

Resistance rating affecting mining difficulty.

box_sizes_scunumber[]

Standard cargo box sizes in SCU that this commodity fits into.

validate_default_cargo_boxboolean

Whether the default cargo box validation applies.

has_default_cargo_containersboolean

Whether default cargo containers are available for this commodity.

is_mineableboolean

Whether this commodity can be obtained through mining or harvesting.

has_ship_mineablesboolean

Whether ship mining deposits exist for this commodity.

has_ground_vehicle_mineablesboolean

Whether ground vehicle mining deposits exist for this commodity.

has_fps_mineablesboolean

Whether FPS mining deposits exist for this commodity.

has_harvestablesboolean

Whether harvestable deposits exist for this commodity.

has_salvageboolean

Whether salvage deposits exist for this commodity.

signatureinteger nullable

Electromagnetic signature strength, used for scanner detection.

kindstring nullable

Resource kind classification (e.g. "Mineable", "Harvestable").

methodsstring[]

Available extraction methods (e.g. ["Ship", "Ground Vehicle", "FPS"]).

systemsstring[]

Star systems where this commodity can be found.

linkstring uri

API link to this commodity's full details.

web_urlstring uri

Frontend URL for this commodity's page.

Changes