Vehicles
Search

In-Game Vehicle Search (Deprecated)

Deprecated. Use GET /api/vehicles?filter[name]={value} for name search. This endpoint will be removed in a future version.

post/api/vehicles/search

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.

sortstring

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

filter[manufacturer]string
filter[manufacturer.name]string
filter[class_name]string
filter[name]string
filter[query]string

Search vehicles by name or class name.

filter[size]integer
filter[size_class]integer
filter[career]string
filter[role]string
filter[is_vehicle]boolean
filter[is_gravlev]boolean
filter[is_spaceship]boolean
filter[is_power_suit]boolean
filter[mass_total]number
filter[cargo_capacity]number
filter[vehicle_inventory]number
filter[crew.min]integer
filter[health]number
filter[shield.hp]number
filter[shield.face_type]string
filter[speed.scm]number
filter[speed.max]number
filter[armor.health]number
filter[cross_section.length]number
filter[cross_section.width]number
filter[cross_section.height]number
filter[signature.ir_quantum]number
filter[signature.ir_shields]number
filter[signature.em_quantum]number
filter[signature.em_shields]number

Request body

object required

Response

A List of matching Vehicles

Changes

Changed in 26 of the 50 revisions of this API.2655235

    • added the new optional query request parameter filter[is_power_suit]

      new-optional-request-parameter

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/items/production_note/oneOf[subschema #1: Grouped Translations]/fr to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/production_status/oneOf[subschema #1: Grouped Translations]/fr to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/type/oneOf[subschema #1: Grouped Translations]/fr to the response with the 200 status

      response-optional-property-added

    • added game_port_item_summary to the data/items/ports/items/equipped_item response property oneOf list for the response status 200

      response-property-one-of-added

  • a60af0c650cb1111See the full diff
    • added game_port_item to the data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/equipped_item response property oneOf list for the response status 200

      response-property-one-of-added

    • removed the optional property data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/equipped_port_item from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/port_tags to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/ports to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/sub_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/type to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/items/ports/items/equipped_item/oneOf[subschema #1: Equipped Port Item]/allOf[subschema #2]/classification to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/equipped_item/oneOf[subschema #1: Equipped Port Item]/allOf[subschema #2]/classification_label to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/equipped_item/oneOf[subschema #1: Equipped Port Item]/allOf[subschema #2]/is_base_variant to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/equipped_item/oneOf[subschema #1: Equipped Port Item]/allOf[subschema #2]/variant_name to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/ports/items/equipped_item/oneOf[subschema #1: Equipped Port Item]/allOf[subschema #2]/web_url to the response with the 200 status

      response-optional-property-added

    • removed item_link from the data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/equipped_item response property oneOf list for the response status 200

      response-property-one-of-removed

    • added the optional property data/items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/equipped_item/oneOf[subschema #1: Item Link]/allOf[subschema #2: Metadata]/resource to the response with the 200 status

      response-optional-property-added

  • af03a6ba771d15See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • api operation id e50aec74b72796ff0e51ce4bf5bf3a9e removed and replaced with searchVehiclesDeprecated

      api-operation-id-removed

    • api tag In-Game removed

      api-tag-removed

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property links to the response with the 200 status

      response-optional-property-added

    • added the optional property meta to the response with the 200 status

      response-optional-property-added

    • added the optional property items/shield/regeneration_time to the response with the 200 status

      response-optional-property-added

  • bfe05306de981227See the full diff
    • the response property items/uex_prices/purchase/items/date_updated became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/purchase/items/price_buy became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/purchase/items/terminal_id became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/purchase/items/terminal_name became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/rental/items/date_updated became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/rental/items/price_rent became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/rental/items/terminal_id became nullable for the status 200

      response-property-became-nullable

    • the response property items/uex_prices/rental/items/terminal_name became nullable for the status 200

      response-property-became-nullable

    • the items/uex_prices/purchase/items/date_updated response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the items/uex_prices/purchase/items/price_buy response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • the items/uex_prices/rental/items/date_updated response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the items/uex_prices/rental/items/price_rent response's property type/format changed from number/double to number/ for status 200

      response-property-type-changed

    • removed the optional property items/uex_prices/purchase/items/starmap_location_uuid from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/starmap_location_uuid from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-added

    • added the optional property items/uex_prices/purchase/items/price_rent to the response with the 200 status

      response-optional-property-added

    • added the optional property items/uex_prices/purchase/items/price_sell to the response with the 200 status

      response-optional-property-added

    • added the optional property items/uex_prices/purchase/items/uex_link to the response with the 200 status

      response-optional-property-added

    • added the optional property items/uex_prices/rental/items/price_buy to the response with the 200 status

      response-optional-property-added

    • added the optional property items/uex_prices/rental/items/price_sell to the response with the 200 status

      response-optional-property-added

    • added the optional property items/uex_prices/rental/items/uex_link to the response with the 200 status

      response-optional-property-added

  • da635a661a4c4143See the full diff
    • added starmap_location_link to the items/uex_prices/purchase/items/starmap_location response property oneOf list for the response status 200

      response-property-one-of-added

    • added starmap_location_link to the items/uex_prices/rental/items/starmap_location response property oneOf list for the response status 200

      response-property-one-of-added

    • the items/uex_prices/purchase/items/starmap_location response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the items/uex_prices/rental/items/starmap_location response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property items/uex_prices/purchase/items/link from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/purchase/items/starmap_location/name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/purchase/items/starmap_location/parent_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/purchase/items/starmap_location/slug from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/purchase/items/starmap_location/star_system_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/purchase/items/starmap_location/type_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/purchase/items/web_url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/link from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/starmap_location/name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/starmap_location/parent_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/starmap_location/slug from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/starmap_location/star_system_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/starmap_location/type_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/uex_prices/rental/items/web_url from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/hardpoints/items/item/oneOf[subschema #1: Vehicle Hardpoint Item v2]/allOf[subschema #1]/ports/items/equipped_item/oneOf[subschema #1: Item Link]/allOf[subschema #1]/web_url to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added