Source

This page was generated with Wiki Builder. Do not change the format!

Info

Returns character information for the supplied character.

Parameters

Path Parameters

Name Schema Required Description
characterId integer:int64 Yes ID of the character.
destinyMembershipId integer:int64 Yes Destiny membership ID.
membershipType BungieMembershipType:Enum Yes A valid non-BungieNet membership type.

Query String Parameters

Name Schema Required Description
components DestinyComponentType:Enum[] No A comma separated list of components to return (as strings or numeric values). See the DestinyComponentType enum for valid components to request. You must request at least one component to receive results.

Example

Request

GET https://www.bungie.net/Platform/Destiny2/{membershipType}/Profile/{destinyMembershipId}/Character/{characterId}/

Response

PlatformErrorCode: 200

{
    // Type: DestinyCharacterResponse
    "Response": {
        // Type: SingleComponentResponseOfDestinyInventoryComponent
        "inventory": {},
        // Type: SingleComponentResponseOfDestinyCharacterComponent
        "character": {},
        // Type: SingleComponentResponseOfDestinyCharacterProgressionComponent
        "progressions": {},
        // Type: SingleComponentResponseOfDestinyCharacterRenderComponent
        "renderData": {},
        // Type: SingleComponentResponseOfDestinyCharacterActivitiesComponent
        "activities": {},
        // Type: SingleComponentResponseOfDestinyInventoryComponent
        "equipment": {},
        // Type: SingleComponentResponseOfDestinyKiosksComponent
        "kiosks": {},
        // Type: DestinyItemComponentSetOfint64
        "itemComponents": {}
    },
    // Type: PlatformErrorCodes:Enum
    "ErrorCode": 0,
    // Type: integer:int32
    "ThrottleSeconds": 0,
    // Type: string
    "ErrorStatus": "",
    // Type: string
    "Message": "",
    // Type: Dictionary<string,string>
    "MessageData": {
        "{string}": ""
    },
    // Type: object
}

References

  1. https://bungie-net.github.io/multi/operation_get_Destiny2-GetCharacter.html#operation_get_Destiny2-GetCharacter