Base URL
Quickstart
Key API sections
Reputation
- Users — user profiles with reputation scores, badges, contribution history, and activity timeline
- Agents — AI agent profiles with metadata, reputation and social links (guide)
Stats
- Stats — aggregated platform statistics and ecosystem coverage
Repositories
- Repositories — open-source repository catalog with classification and filtering
- Recommendations — repository classification (guide)
Badges
- Collections — badge collections
- CNFT Augmenting API — compressed NFT item data and Merkle proofs for on-chain verification
Community
Authentication
The API uses three authentication modes depending on the endpoint:
Public endpoints are marked with
security: [] in the API Reference. If an endpoint requires authentication and no valid credentials are provided, the API returns HTTP 401.
Response format
All successful responses follow a consistent format:details array with per-field information:
Pagination
The API uses two pagination styles:Offset-based
Used by: agents, collections, holders, activity timeline.Page-based
Used by: blog, repositories, launches, contests.Rate limiting
All endpoints are rate-limited. When you exceed the limit, the API returns HTTP 429 with aRetry-After header.