Reference for http://www.bungie.net/d1/Platform/Destiny/SearchDestinyPlayer/{membershipType}/{displayName}/

Returns a list of Destiny memberships given a full Gamertag or PSN ID.

Url: http://www.bungie.net/d1/Platform/Destiny/SearchDestinyPlayer/{membershipType}/{displayName}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
membershipType A valid non-BungieNet membership type, or All.
displayName The full gamertag or PSN id of the player. Spaces and case are ignored.

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
}