Skip to content

Instantly share code, notes, and snippets.

@soloman1124
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save soloman1124/e15dbcb94d269e7c828f to your computer and use it in GitHub Desktop.

Select an option

Save soloman1124/e15dbcb94d269e7c828f to your computer and use it in GitHub Desktop.
Top Donor API
http://heroix-staging.herokuapp.com/api/v1/stats/top_donors?beneficiary_uuid=<beneficiary_uuid>&limit=7&start_time=1426044611&end_time=1426044612
{
"top_donors":[
{
"name":"Person0",
"funds_raised":45563,
"avatar_url":"http://lorempixel.com/100/100/people/0/"
},
{
"name":"Person1",
"funds_raised":195471,
"avatar_url":null
},
{
"name":"Person2",
"funds_raised":96037,
"avatar_url":"http://lorempixel.com/100/100/people/2/"
},
{
"name":"Person3",
"funds_raised":61833,
"avatar_url":null
},
{
"name":"Person4",
"funds_raised":101312,
"avatar_url":"http://lorempixel.com/100/100/people/4/"
},
{
"name":"Person5",
"funds_raised":59914,
"avatar_url":null
},
{
"name":"Person6",
"funds_raised":52280,
"avatar_url":"http://lorempixel.com/100/100/people/6/"
}
],
"currency_code":"AUD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment