REST API for accessing BOINC cross-project statistics
Returns global statistics: total CPIDs, total credit, project count, country count.
Returns top 20 contributors ranked by total credit.
Search for users by CPID or username. Returns up to 20 results.
Example:
Get full user data including badges, stats, and project participation. CPID is a 32-character hexadecimal identifier.
Example:
Get only badges earned by this CPID. Cached for 48 hours.
Get stats and project participation (without badges).
List all tracked BOINC projects with metadata.
Get details for a specific project including stats.
Example:
Get top 50 users for a specific project.
Get top 50 teams for a specific project.
List all countries with aggregated statistics (user count, total credit, rank).
Get country details with top 100 users. Country name uses underscores for spaces.
Example:
CPID: A 32-character hexadecimal Cross-Project Identifier that links accounts across BOINC projects.
Credit: Floating point number representing BOINC credit earned. Large values may be in trillions.
Country names: Use underscores instead of spaces (e.g., united_states, czech_republic).