Skip to content

Instantly share code, notes, and snippets.

@dtuominen
Created February 13, 2013 16:51
Show Gist options
  • Save dtuominen/4946028 to your computer and use it in GitHub Desktop.
Save dtuominen/4946028 to your computer and use it in GitHub Desktop.
http://astroman.us/player/28
get request to http://api.goonpug.com/[LAST 4 of STEAMID?]
should return:
{
"playerinfo": {
"steam_id": "steam_1:1:1234",
"name": "griP^",
}
"stats": {
"kills": "10000000",
"deaths": "420",
"fpr": "3.0",
"rws": "25.0",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment