HobbyQuantHQ

HobbyQuantHQ API

All endpoints require the x-api-key header. During beta, use dev-key-change-me. Production keys will be issued per account tier.

Base URLhttps://hobbyquanthq.com/api/v1
GET/api/v1/pops

List all pops with pagination, filtering, and sorting.

ParameterTypeDefaultDescription
pageint1Page number
limitint20Results per page (max 100)
categorystringFilter by category (exact match)
seriesstringFilter by series (partial match)
vaultedboolFilter by vaulted status
exclusivestringFilter by exclusive retailer
sortstringnameSort field: name, series, number, category, release_year
orderstringascSort order: asc or desc
GET/api/v1/pops/{id}

Retrieve a single pop by its numeric ID.

GET/api/v1/search

Full-text search across name, series, and pop number.

ParameterTypeDefaultDescription
qstringSearch query (min 2 chars)
limitint50Max results (max 100)
GET/api/v1/categories

List all categories with their pop counts.

GET/api/v1/trends/mock/{pop_id}

Return placeholder trend data for a given pop (Phase 1 — deterministic mock).

Interactive Swagger UI available on your running instance:

/api/docs or /api/redoc