In-Game
Commodities

Show Game Commodity

Returns full details for a single game commodity including detailed location entries with starmap data, resource composition, areas, clustering data, and raw/refined version info. Optionally include related blueprints and items.

get/api/commodities/{commodity}

Path parameters

commoditystring required

Commodity UUID or slug

Example:dc6fbcbb-5990-4ed5-82ee-93152dab7845

Query parameters

versionstring

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

includestring
Example:blueprints,items

Comma-separated relationships to include. Available: blueprints (crafting blueprints that use this commodity), items (items that produce or require this commodity).

Response

Commodity details

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