Created
April 22, 2014 01:22
-
-
Save SpencerCooley/11162261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib2 | |
the_response = urllib2.urlopen("http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=440&format=json").read() | |
print the_response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple example of printing out data from an api get endpoint