One Piece TCG Card Database
One Piece TCG Card Database API offers structured and fast access to the entire One Piece Trading Card Game catalogue. Data is collected and normalised then served in a consistent JSON format. The API supports advanced searches by card number, variant, type, rarity, colour, trait, set code/name and numeric ranges (cost, power, counter, life), along with free‑text search. Responses include…
One Piece TCG Card Database endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Card List /api/v1/onepiece/cards |
Returns a list of cards. Optional parameters: page, per_page, sort_by, sort_dir, q (free‑text search), uid, number, variant, type, rarity, color (CSV), trait (CSV), set_code,… |
| GET |
Get Specific Card /api/v1/onepiece/cards/{number} |
Returns all variants of a specific card by number. Response includes an array of cards and meta information. |
| GET |
Get Specific Variant /api/v1/onepiece/cards/{number}/variants/{variant} |
Returns one specific variant of a card. Returns a 404 error if the variant is not found. |
| GET |
Get a List of Sets /api/v1/onepiece/sets |
Returns a list of sets/series with code, name and card count. |
| GET |
Get Facets /api/v1/onepiece/facets |
Returns counts of colours, card types, rarities, traits, set codes and set names. |
| GET |
Get Stats /api/v1/onepiece/stats |
Returns aggregate stats: total cards, unique numbers, numbers with multiple variants, total sets, and distributions by type, colour and rarity. |
One Piece TCG Card Database pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $2.99 / month | 2 / second |
|
| ULTRA | $5.99 / month | 5 / second |
|
| MEGA | $14.99 / month | 10 / second |
|