Pump Cultureprototype

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

ParamDescriptionExample / values
typeFilter by term typeexercise
classificationFilter by classificationresearch_led
sortSort fieldpumpDex | growthRate | totalMentions30d | name
orderSort directiondesc (default) | asc
limitResults per page (max 200)100
offsetPagination offset0

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.