Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created April 22, 2014 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpencerCooley/11162261 to your computer and use it in GitHub Desktop.
Save SpencerCooley/11162261 to your computer and use it in GitHub Desktop.
import urllib2
the_response = urllib2.urlopen("http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=440&format=json").read()
print the_response
@SpencerCooley
Copy link
Author

Simple example of printing out data from an api get endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment