API Reference
PumpDex API
Pull PumpDex scores, classifications, and time-series data directly into your app. Data refreshes daily. All endpoints return JSON.
Stored in session only — clears when you close this tab.
Every request requires a Bearer token in the Authorization header.
curl -H "Authorization: Bearer pc_your_api_key_here" \ https://pumpculture.app/api/v1/terms
Keys are issued via CLI. Each key has an independent rate limit (default 60 req/min). Revoked keys are rejected immediately.
GET/api/v1/terms
All tracked terms with current PumpDex score, classification, growth rate, and per-lane mention counts.
Query parameters
| Param | Description | Example / values |
|---|---|---|
| type | Filter by term type | exercise |
| classification | Filter by classification | research_led |
| sort | Sort field | pumpDex | growthRate | totalMentions30d | name |
| order | Sort direction | desc (default) | asc |
| limit | Results per page (max 200) | 100 |
| offset | Pagination offset | 0 |
GET/api/v1/terms/:slug
Full detail for a single term — aliases, hierarchy, current scores with plain-language rationale, 90-day time series, and the 25 most recent matched sources.
GET/api/v1/terms/:slug/series
Daily time-series data for charting. Each point includes PumpDex, classification, growth rate, and per-lane mention breakdown.