Complete reference for RepoPulse APIs including endpoints, parameters, and response formats
curl https://repopulse-one.vercel.app/api/repo/vercel/next.jsGet complete repository health analysis
Add health badge to your README
/api/repo/:owner/:repoComplete repository analysis with health score, insights, and metrics
| Name | Type | Required | Description |
|---|---|---|---|
| owner | string | Yes | Repository owner username |
| repo | string | Yes | Repository name |
/api/repo/vercel/next.js/api/user/:usernameUser profile analysis with repository overview
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | GitHub username |
/api/user/octocat/api/org/:orgOrganization-wide repository analysis
| Name | Type | Required | Description |
|---|---|---|---|
| org | string | Yes | Organization name |
/api/org/vercel/api/card/repoSVG repository card for README embedding
| Name | Type | Required | Description |
|---|---|---|---|
| repo | string | Yes | Repository in owner/name format |
| theme | string | No | Card theme (default, carbon, etc.) |
/api/card/repo?repo=vercel/next.js&theme=carbon/api/card/userSVG user profile card
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | GitHub username |
| theme | string | No | Card theme |
/api/card/user?username=octocat&theme=dracula/api/card/languagesSVG language breakdown card
| Name | Type | Required | Description |
|---|---|---|---|
| repo | string | Yes | Repository in owner/name format |
| theme | string | No | Card theme |
/api/card/languages?repo=facebook/react&theme=ocean/api/badge/:typeSmart status badges
| Name | Type | Required | Description |
|---|---|---|---|
| repo | string | Yes | Repository in owner/name format |
| theme | string | No | Badge theme (flat, rounded, etc.) |
| type | string | Yes | Badge type (stars, forks, health, activity, issues) |
/api/badge/health?repo=vercel/next.js&theme=neon-bluewindow - Analysis time window (30, 90, 365 days)weights - Health score component weightsinsights - Enabled insight categoriestheme - Card/badge theme selection/repo/vercel/next.js?theme=carbon&window=90&insights=activity,growthNeed help? Check out our FAQ orGitHub repository