| The Halo: Reach Stats API has been discontinued as of March 31st, 2012. The API is only serving historical data at this time. |
GetPlayerDetailsWithNoStats
From Halo: Reach API Wiki
- This article is a stub. You can help improve the wiki by expanding it.
The "GetPlayerDetailsWithNoStats" method returns basic information about a player.
Contents |
[edit] Summary
[edit] Method
- GetPlayerDetailsWithNoStats(System.String, System.String)
[edit] Parameters
- identifier
- Your application's unique identifier string (also known as your unique API key)
- gamertag
- The player's gamertag
[edit] Returns
- A PlayerDetailsResponse object with only basic information and no arena stats or aggregate stats.
[edit] Example URL
http://www.bungie.net/api/reach/reachapijson.svc/player/details/nostats/{identifier}/{gamertag}
[edit] Detailed Response
| Field | Type | Description |
|---|---|---|
| status | integer | The integer value representing the error that occurred when trying to retrieve the file share for the player. |
| reason | string | The explanation of the error that occurred when trying to retrieve the file share for the player. |
| AiStatistics | null | This value is always null. |
| CurrentRankIndex | string | Current Rank, value found in GlobalRanks array. |
| CurrentSeasonArenaStatistics | null | This value is always null. |
| Player | See Player Table | A listing of all the basic stats for a single player. See Player Table. |
| PlayerModelUrl | string | URL to the player's spartan model. |
| PlayerModelUrlHiRes | string | URL to a hi-res version of the player's spartan model. |
| PriorSeasonArenaStatistics | null | This value is always null. |
| StatisticsByMap | null | This value is always null. |
| StatisticsByPlaylist | null | This value is always null. |
[edit] Player
| Field | Type | Description |
|---|---|---|
| CampaignProgressCoop | string | The progress that the player has made in Co-op Campaign. Possible values include: None, PartialEasy, PartialNormal, PartialHeroic, PartialLegendary, CompletedEasy, CompletedNormal, CompletedHeroic, CompletedLegendary |
| CampaignProgressSp | string | The progress that the player has made in Single Player Campaign. Possible values include: None, PartialEasy, PartialNormal, PartialHeroic, PartialLegendary, CompletedEasy, CompletedNormal, CompletedHeroic, CompletedLegendary |
| Initialized | boolean | This field is used by Bungie.net (it checks the validity of a player). This value should return as true. |
| IsGuest | boolean | Returns true if the player is a guest on Xbox LIVE. Otherwise, this value returns false. |
| LastGameVariantClassPlayed | string | The last game variant played by the player. Possible values include: Campaign, Firefight, Invasion, Custom, Competitive, Arena |
| ReachEmblem | object | Object representing the player's Reach emblem. More details on how to use what is returned can be found on the Emblems page. |
| appearance_primary_color | integer | Number representing the player's current primary armor color. More information on colors can be found on the Emblems page. |
| appearance_secondary_color | integer | Number representing the player's current secondary armor color. More information on colors can be found on the Emblems page. |
| armor_completion_percentage | decimal | The total percentage of the armory that the player has unlocked. |
| credits_lifetime | integer | Lifetime credit earnings for the player. |
| daily_challenges_completed | integer | The number of daily challenges that the player has completed. |
| first_active | date string | The date/time that the player first played Reach. See the date/time format page for help with the date/time format. |
| gamertag | string | The player's Gamertag |
| games_total | integer | The total number of games that the player has played. |
| last_active | date string | The date/time that the player last played Reach. See the date/time format page for help with the date/time format. |
| service_tag | string | The service tag for the player. |
| weekly_challenges_completed | integer | The total number of weekly challenges that the player has completed. |
| CommendationState | array | An array containing a list of the commendations by key (as returned by GetGameMetadata) and the player's progress in each. |
| commendation_completion_percentage | decimal | The total percentage of commendations that the player has completed. |