Code: Select all
https://stats.foldingathome.org/api/donors?passkey=<passkey>
Code: Select all
https://api2.foldingathome.org
Thank you!
Moderators: Site Moderators, FAHC Science Team
Code: Select all
https://stats.foldingathome.org/api/donors?passkey=<passkey>
Code: Select all
https://api2.foldingathome.org
Code: Select all
https://api.foldingathome.org/api/donor/[userid]
Code: Select all
https://api2.foldingathome.org/api/donor/[userid]
Code: Select all
curl -G https://api.foldingathome.org/user/name -d passkey=<string>
curl -G https://api.foldingathome.org/user/name/stats -d passkey=<string>
curl -G https://api.foldingathome.org/bonus -d user=<string> -d passkey=<string>
Thank you! I finally broke down and installed curl (was using http requests in a browser which require a little extra finess)mapachita wrote:Code: Select all
curl -G https://api.foldingathome.org/user/name -d passkey=<string> curl -G https://api.foldingathome.org/user/name/stats -d passkey=<string> curl -G https://api.foldingathome.org/bonus -d user=<string> -d passkey=<string>
... this is for a club-within-a-team user account ...aetch wrote:Just a hunch, they might be using a passkey with a variety of usernames.