Destiny2
Gets a page list of Destiny items.
get/Destiny2/Armory/Search/{type}/{searchTerm}/
Path parameters
searchTermstring required
The string to use when searching for Destiny entities.
typestring required
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'.
Query parameters
pageinteger
Page number to return, starting with 0.
Response
The results of a search for Destiny content. This will be improved on over time, I've been doing some experimenting to see what might be useful.