There is one feature that would really be great.
Some kind of BOINCstats API...
It would be great to have an url to get world positions, e.g. like get_worldposition_user.php?cpid=...&pr=...
which just returns the number.
The same for the team with teamid.
Do you think this is thinkable or would the traffic be too much for you?
would something similar to the XML pages (not the DB export) currently available for some project pages work?
because an API is something completely different (althought i know what you mean, a more appropriate term is "web RPC" but that's just symentecs

)
if getting an XML formatted reply to a GET request would do, then i think it wouldn't be too hard to implement, and the traffic would be much less than HTML scraping (parsing HTML pages, XML is better for data exchange), but obviously willy would have to comment, it's his server and spare-time after all
there is mention of this in
FAQ #17:
What if I want to extract data from BOINCstats?
If you want to extract data from BOINCstats for tools or statistics, please contact me by email (webmasteratboincstats.com). I do not allow extracting data by wgetting (or similar) a standard page from BOINCstats. When detected, it will be blocked! This puts too much stress on the server and available bandwidth, and the amount of data sent is much more then the few numbers extracted.
I offer special downloads for those who request it and are willing to put a word of thanks or a link to BOINCstats in the tool/signature/program/etc.
the extra stress is caused by HTML scraping, and the "special method", i assume, is XML based