Reference for http://www.bungie.net/d1/Platform/Destiny/Manifest/{type}/{id}/

Returns the specific item from the current manifest a json object.

Url: http://www.bungie.net/d1/Platform/Destiny/Manifest/{type}/{id}/

HTTP Method: GET

Requires Sign-in: Anonymous Access Only

Url Parameters:

Parameter Name Description
type The type of definition to return.
id The hash ID of the definition instance.
definitions If true, related definitions will be returned.
version The version of content to be returned, if that version exists. No, you can't look into the future by changing this, it doesn't exist. Nice try though.

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
}