Reference for http://www.bungie.net/d1/Platform/Destiny/Vanguard/Grimoire/{membershipType}/{membershipId}/

Gets someone else's Grimoire.

Url: http://www.bungie.net/d1/Platform/Destiny/Vanguard/Grimoire/{membershipType}/{membershipId}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
membershipType A valid membership type.
membershipId The membershipId of the user to retrieve.
definitions Indicates the card definition should be returned when player data.
flavour Indicates flavour stats should be included with player card data.
single Indicates data for a single card should be returned.

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
}