Page 1 of 1

AJAX API?

Posted: Sat Apr 03, 2010 2:13 pm
by hsnopi
I checked data sources but is there a way to get some XML data for say, my stats and my teams stats, in an AJAX call or using and API to post this info on my own webpage? Like a little weather plugin but with my stats.

Re: AJAX API?

Posted: Sat Apr 03, 2010 2:42 pm
by toTOW
The raw data are available in text files for users and teams.

The two links are on this page : http://folding.stanford.edu/English/Stats

Re: AJAX API?

Posted: Sat Apr 03, 2010 6:44 pm
by hsnopi
I saw those. They seem like large files. I was wondering if there was an API that would return just the line that has my info and the line that has my teams overall info. so like 2 lines of xml as opposed to very large zip files and then regex out my data. it would save a lot of bandwidth.

Re: AJAX API?

Posted: Sat Apr 03, 2010 6:52 pm
by 7im
No, but it would seem that other 3rd party stats might be able to do something like that. For instance, look at toTOWs signature with individual and team stats. EOC stats has a similar .sig generation.

Re: AJAX API?

Posted: Sat Apr 03, 2010 7:00 pm
by hsnopi
will do. thanks