Difference between revisions of "WebAPI/GetSteamLevel"

From Team Fortress Wiki
Jump to: navigation, search
(This page was hard to make)
 
('''Main article about WebAPI.''')
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
'''Main article about [[WebAPI]].'''
 
== URL ==
 
== URL ==
 
<nowiki>GET http://api.steampowered.com/IPlayerService/GetSteamLevel/v1</nowiki>
 
<nowiki>GET http://api.steampowered.com/IPlayerService/GetSteamLevel/v1</nowiki>
Line 7: Line 8:
 
== Result data ==
 
== Result data ==
 
;response:
 
;response:
:;player_level: How many HL3 conspiracy theories begun during the time it took to execute the API call.
+
:;player_level: The steam level of the player.
  
 
[[Category:WebAPI]]
 
[[Category:WebAPI]]

Latest revision as of 20:16, 18 December 2021

Main article about WebAPI.

URL

GET http://api.steampowered.com/IPlayerService/GetSteamLevel/v1

Method-specific parameters

steamid (uint64)
The 64 bit ID of the player.

Result data

response
player_level
The steam level of the player.