Reference for http://www.bungie.net/d1/Platform/Destiny/Stats/Account/{membershipType}/{destinyMembershipId}/

Gets aggregate historical stats organized around each character for a given account.

Url: http://www.bungie.net/d1/Platform/Destiny/Stats/Account/{membershipType}/{destinyMembershipId}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
membershipType A valid non-BungieNet membership type.
destinyMembershipId The Destiny membershipId of the user to retrieve.
groups Groups of stats to include, otherwise only general stats are returned. Comma separated list is allowed. Values: General, Weapons, Medals, Enemies.

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
}