OpenSource Hub

Open Source Hub API

Access powerful tools and data through our RESTful API. Explore open source projects, contributor activity, and ecosystem metrics programatically.

Getting Started

Authentication

All API requests require an Authorization header with your token.

{{
Endpoint Method Description
/api/v1/projects GET List recent open source projects
/api/v1/contributors GET Get top contributors by activity
}}
View on GitHub

Rate Limits

We enforce rate limiting to ensure fair usage. The rate limit is 100 requests per minute with a sliding window of 2 minutes.

{{ // Example response { "limit": 100, "remaining": 98, "reset_in_seconds": 44 } }}

Check the X-RateLimit-Remaining header to monitor your remaining requests.

API Endpoints

Projects

Retrieve metadata, recent updates, and activity metrics from open source projects.

GET /api/v1/projects/{id}

Fetch detailed information about a specific project

Contributors

Access contributor activity, contribution history, and community metrics.

GET /api/v1/contributors

List contributors by repository activity

Events

Monitor open source events, conferences, and community meetups.

GET /api/v1/events

Get upcoming open source events

Integrate with Confidence

Use our API to track open source trends, analyze contributor activity, and explore project metrics that drive innovation.