Skip to content

Instantly share code, notes, and snippets.

@leafo
Created April 22, 2014 04:51
Show Gist options
  • Save leafo/11165650 to your computer and use it in GitHub Desktop.
Save leafo/11165650 to your computer and use it in GitHub Desktop.
http://itch.io/api/1/KEY/my-games/graphs?num_days=30
`num_games` optional, defaults to 7.
Fetches graph data for the past `num_days`. Days with 0 don't have entries.
{
"purchases":[
{
"date":"2014-04-08",
"count":1
},
{
"date":"2014-04-15",
"count":1
}
],
"views":[
{
"date":"2014-03-29",
"count":5
},
{
"date":"2014-04-10",
"count":4
},
{
"date":"2014-04-12",
"count":2
},
{
"date":"2014-04-21",
"count":5
}
],
"downloads":[
{
"date":"2014-04-17",
"count":3
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment