Items

In-Game Vehicle Items Overview

Alias for /api/items scoped to vehicle components (coolers, shields, power plants, quantum drives, thrusters, etc.). Results are scoped to the requested or default game version. Returns component items with manufacturer, game version, and description data.

get/api/vehicle-items

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

includestring

Comma-separated list of relationships to include. Available includes vary per endpoint, see each endpoint's description for supported values.

versionstring

Game version code to scope results to. Omit to use the current default version. Use GET /api/game-versions to list available versions and GET /api/game-versions/default to discover the default.

sortstring

Comma-separated sort fields. Prefix with - for descending. Supported fields vary per endpoint.

filter[manufacturer]string

Manufacturer name or code. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: Aegis Dynamics

filter[name]string

Partial match on item display name. Example: Shield

filter[type]string

Exact match on item type. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: Cooler

filter[sub_type]string

Exact match on item sub-type. Accepts comma-separated values for OR matching. (see GET /api/items/filters for valid values). Example: Default

filter[query]string

Search items by name or class name. Example: Shield

filter[include_irrelevant]boolean

When set to true, includes items flagged as not player-relevant (test, placeholder, dev items). Default shows only relevant items.

Response

List of Vehicle Items

Changes

Changed in 29 of the 50 revisions of this API.640359

    • added the optional property data/items/ammo_feed to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/food/oneOf[subschema #1: Food]/gas_effects to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/food/oneOf[subschema #1: Food]/resource_effects to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/medical/oneOf[subschema #1: Medicine]/allOf[subschema #1: Food]/gas_effects to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/medical/oneOf[subschema #1: Medicine]/allOf[subschema #1: Food]/resource_effects to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/medical/oneOf[subschema #1: Medicine]/allOf[subschema #2]/gas_effects to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/medical/oneOf[subschema #1: Medicine]/allOf[subschema #2]/resource_effects to the response with the 200 status

      response-optional-property-added

  • e84a124c7fe114See the full diff
    • removed the optional property data/items/salvage_modifier from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/clothing/oneOf[subschema #2: Suit Armor]/garment_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/clothing/oneOf[subschema #2: Suit Armor]/type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/suit_armor/oneOf[subschema #1: Suit Armor]/garment_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/suit_armor/oneOf[subschema #1: Suit Armor]/type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/is_lootable to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/event_source to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/description/oneOf[subschema #2]/items/fr to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/lifetime to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/resistance/biochemical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/resistance/distortion to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/resistance/energy to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/resistance/physical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/resistance/stun to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/durability/oneOf[subschema #1: Item Durability]/resistance/thermal to the response with the 200 status

      response-optional-property-added

    • response property data/items/clothing/oneOf[subschema #1: Clothing]/ deprecated

      response-property-deprecated

    • response property data/items/durability/oneOf[subschema #1: Item Durability]/max_lifetime deprecated

      response-property-deprecated

    • response property data/items/heat/oneOf[subschema #1: Item Heat Connection]/ deprecated

      response-property-deprecated

    • response property data/items/power/oneOf[subschema #1: Item Power Connection]/ deprecated

      response-property-deprecated

  • 9a0909de73c42429See the full diff
    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_electron/JumpRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_electron/MaximumJumps from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_electron/ResidualChargeMultiplier from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_impulse_falloff/DropFalloff from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_impulse_falloff/MaxFalloff from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_impulse_falloff/MinDistance from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/Biochemical from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/Distortion from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/Energy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/Physical from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/Stun from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/Thermal from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/Biochemical from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/Distortion from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/Energy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/Physical from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/Stun from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/Thermal from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/Biochemical from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/Distortion from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/Energy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/Physical from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/Stun from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/Thermal from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_electron/jump_range to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_electron/maximum_jumps to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_electron/residual_charge_multiplier to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_impulse_falloff/drop_falloff to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_impulse_falloff/max_falloff to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/bullet_impulse_falloff/min_distance to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/conversion_rate to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/biochemical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/distortion to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/energy to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/physical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/stun to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/thermal to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_damage/total to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/biochemical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/distortion to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/energy to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/physical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/stun to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/thermal to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_min_distance/total to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/biochemical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/distortion to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/energy to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/physical to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/stun to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/thermal to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ammunition/oneOf[subschema #1: Ammunition]/damage_drop_per_meter/total to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/vehicle_weapon/oneOf[subschema #1: Vehicle Weapon]/magazine_volume to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/mining_laser/oneOf[subschema #1: Mining Laser]/collection_point_radius to the response with the 200 status

      response-optional-property-added

  • a60af0c650cb117See the full diff
    • added game_port_item to the data/items/ports/items/equipped_item response property oneOf list for the response status 200

      response-property-one-of-added

    • removed the optional property data/items/ports/items/equipped_port_item from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/flight_controller/oneOf[subschema #1: Flight Controller]/no_fuel_params to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/port_tags to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/ports to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/sub_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/weapon_rack to the response with the 200 status

      response-optional-property-added

    • removed item_link from the data/items/ports/items/equipped_item response property oneOf list for the response status 200

      response-property-one-of-removed

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/aspects/aspects/items/modifiers/items/value_range_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/aspects/aspects/items/modifiers/items/value_segments to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/requirement_groups/items/children/items/modifiers/items/value_range_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/requirement_groups/items/children/items/modifiers/items/value_segments to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/requirement_groups/items/modifiers/items/value_range_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/requirement_groups/items/modifiers/items/value_segments to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/tiers/items/requirements/oneOf[subschema #1: Blueprint Requirement Node]/modifiers/items/value_range_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/blueprint/items/oneOf[subschema #2: Blueprint]/tiers/items/requirements/oneOf[subschema #1: Blueprint Requirement Node]/modifiers/items/value_segments to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/disconnect_range_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/jump_range_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/modes/items/drive_speed_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/modes/items/engage_speed_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/modes/items/stage_one_accel_rate_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/modes/items/stage_two_accel_rate_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/spline_jump/drive_speed_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/spline_jump/engage_speed_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/spline_jump/stage_one_accel_rate_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/spline_jump/stage_two_accel_rate_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/standard_jump/drive_speed_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/standard_jump/engage_speed_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/standard_jump/stage_one_accel_rate_formatted to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/quantum_drive/oneOf[subschema #1: Quantum Drive]/standard_jump/stage_two_accel_rate_formatted to the response with the 200 status

      response-optional-property-added