About BOINC Stats
Unified statistics for the BOINC distributed computing community
What This Project Does
BOINC Stats aggregates user statistics from multiple BOINC (Berkeley Open Infrastructure for Network Computing) distributed computing projects into a single, unified view.
The site collects data from active BOINC projects, tracking unique users identified by their Cross-Project Identifier (CPID). This allows contributors to see their combined efforts across all projects in one place.
Cross-Project Statistics
View your aggregated stats from all BOINC projects using your CPID.
Unified Badge Display
See all badges earned across different projects in one place.
Daily Updates
Statistics are automatically updated daily from all tracked projects.
REST API
All data is available via a JSON API for programmatic access.
JSON API
All statistics are available as JSON for programmatic access. This makes it easy to build your own tools, widgets, or integrations using BOINC Stats data.
API Endpoints
| Resource | Endpoint | Description |
|---|---|---|
| API Index | /api |
List of all API endpoints |
| Documentation | /api/docs |
Full API documentation |
| User Data | /api/cpid/{cpid} |
Complete user statistics by CPID |
| Search | /api/search?q={query} |
Search by username or CPID |
| Summary | /api/summary |
Global statistics summary |
| Projects | /api/projects |
All tracked projects |
| Countries | /api/countries |
Country statistics |
Example Response
{
"cpid": "abc123...",
"total_credit": 1234567.89,
"project_count": 5,
"primary_username": "JohnDoe",
"global_rank": 1234,
"percentile": 99.5,
"badges": [...],
"projects": [...]
}
Created By
This project was created and is maintained by Anant Shrivastava.
Support This Project
If you find BOINC Stats useful, consider supporting its development and server costs.
Cryptocurrency
Rx3dn9a7V1URsDyFrRiXWNi35yaXx5RV7R
License
This project is open source and licensed under the GNU General Public License v3.0.