Difference between revisions of "WebAPI/GetCommunityBadgeProgress"
< WebAPI
(Created page with "== URL == <nowiki>GET http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1</nowiki> == Method-specific parameters == :;steamid ''(uint64)'': The 64 bit ID ...") |
('''Main article about WebAPI.''') |
||
Line 1: | Line 1: | ||
+ | '''Main article about [[WebAPI]].''' | ||
== URL == | == URL == | ||
<nowiki>GET http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1</nowiki> | <nowiki>GET http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1</nowiki> |
Latest revision as of 20:12, 18 December 2021
Main article about WebAPI.
URL
GET http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1
Method-specific parameters
- steamid (uint64)
- The 64 bit ID of the player.
- badgeid (Optional) (int32)
- An badge id.
Result data
- response
-
- quests
- Array of quests (actions required to unlock a badge)
- questid
- Quest ID; no schema is currently available.
- completed
- Whether the steam account has completed this quest.