- http://formula-boinc.org/export_xml.py? ... division=D
action: Export ranking
input: Division
output:Code: Select all
<teams> <team> <id>11</id> <name>L'Alliance Francophone</name> <rank>1</rank> <points>238</points> <country>International</country> </team> [...] </teams>
- http://formula-boinc.org/export_xml.py?data=project
action: Export projects list
output:Code: Select all
<projects> <project> <id>2</id> <name>ABC@home</name> <status>Fully operationnal</status> <total_year>281603637</total_year> </project> [...] </projects>
- http://formula-boinc.org/export_xml.py? ... division=D
action: Export project ranking
input: Project id, Division
output:Code: Select all
<teams> <team> <id>85</id> <name>SETI.USA</name> <points>10</points> <rank>1</rank> <total_year>794991</total_year> </team> [...] </teams>
- http://formula-boinc.org/export_xml.py?team=N
action: Export project list which team is participating
input: Team id
output:Code: Select all
<projects> <project> <id>1</id> <name>ufluids@home</name> <points>0</points> <rank>315</rank> <total_year>1568</total_year> </project> [...] </projects>
Data XML export
Data XML export
Data XML exports are available:
-
- Posts: 5
- Joined: Sun Oct 21, 2012 11:54 am
Re: Data XML export
Bad data.
<project>
<id>89</id>
<name>DistrRTgen</name>
<status>Alpha</status>
<total_year>1</total_year>
</project>
Also... http://formula-boinc.org/projets.py?lang=pl&year=2013
<project>
<id>89</id>
<name>DistrRTgen</name>
<status>Alpha</status>
<total_year>1</total_year>
</project>
Also... http://formula-boinc.org/projets.py?lang=pl&year=2013
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.22 (Debian) Server at formula-boinc.org Port 80
-
- Posts: 3
- Joined: Mon May 05, 2014 11:54 am
Re: Data XML export
This link work just fine.
- ChristianVirtual
- Posts: 47
- Joined: Tue Aug 08, 2017 2:58 pm
Re: Data XML export
Apologies for resurect an old thread but when I tried those XML links they are not showing the right data. E.g. My team is missing, the league is missing etc.
Is there a different and newer XML API available to get the latest team list and ranking list (including credits)
Thx
CV
Is there a different and newer XML API available to get the latest team list and ranking list (including credits)
Thx
CV
Any direct message might be subject of publication; sender's consent assumed
Re: Data XML export
I updated the first post.
Let me know if you want more data.
Let me know if you want more data.
- ChristianVirtual
- Posts: 47
- Joined: Tue Aug 08, 2017 2:58 pm
Re: Data XML export
Thanks Sebastien,
one question for additional data point would be: a timestamp to indicate from then the records are.
Then a more operational question:
How often you update those XML files ? Every hour ? Every day ? What frequency I can use to get those files ? For 3 divisions each 42 projects I would "hit" your server 126 times. Hope it is not perceived as "hostile".
A last question: to avoid hitting the server 126 times would it be lots work to provide a combined zipped XML file with all division/projects included. I want to track progress over time and visualize it. Something like this: http://fbradar.christianvirtual.online
The time-component will then be used to measure threats and opportunities ... I start now collecting ...
one question for additional data point would be: a timestamp to indicate from then the records are.
Then a more operational question:
How often you update those XML files ? Every hour ? Every day ? What frequency I can use to get those files ? For 3 divisions each 42 projects I would "hit" your server 126 times. Hope it is not perceived as "hostile".
A last question: to avoid hitting the server 126 times would it be lots work to provide a combined zipped XML file with all division/projects included. I want to track progress over time and visualize it. Something like this: http://fbradar.christianvirtual.online
The time-component will then be used to measure threats and opportunities ... I start now collecting ...
Any direct message might be subject of publication; sender's consent assumed
Re: Data XML export
I added two files:
- http://formula-boinc.org/xml/update.xml
- http://formula-boinc.org/xml/fb.xml.gz
XML files will be updated every 2 hours.
- http://formula-boinc.org/xml/update.xml
- http://formula-boinc.org/xml/fb.xml.gz
XML files will be updated every 2 hours.
- ChristianVirtual
- Posts: 47
- Joined: Tue Aug 08, 2017 2:58 pm
Re: Data XML export
Thank you !!
Any direct message might be subject of publication; sender's consent assumed
- ChristianVirtual
- Posts: 47
- Joined: Tue Aug 08, 2017 2:58 pm
Re: Data XML export
one more wish ?
The sprint results ? Cumulated file over all divisions would be phantastic ....
With project, team, date-range, rank, points, ...
The sprint results ? Cumulated file over all divisions would be phantastic ....
With project, team, date-range, rank, points, ...
Any direct message might be subject of publication; sender's consent assumed