Reference for http://www.bungie.net/Platform/Destiny2/Armory/Search/{type}/{searchTerm}/

Gets a page list of Destiny items.

Url: http://www.bungie.net/Platform/Destiny2/Armory/Search/{type}/{searchTerm}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
type The type of entity for whom you would like results. These correspond to the entity's definition contract name. For instance, if you are looking for items, this property should be 'DestinyInventoryItemDefinition'.
searchTerm The string to use when searching for Destiny entities.
page Page number to return, starting with 0.

Request/Response Body Formats:

Message Direction Format Body
Request N/A HTTP Get requests have no request body.
Response JSON JSON object

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null,
  "DetailedErrorTrace": null
}