Riftbound Prices API
Real-time Riftbound TCG pricing API. Live Cardmarket (EU) prices, 30-day & 7-day averages, graded card valuations (PSA, BGS, CGC), historical price trends, and full card/expansion database for Riot Games' League of Legends Trading Card Game. 900+ cards, daily price updates, inventory management endpoints. Start free — 100 requests/day.
Riftbound Prices API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cards | ||
| GET |
Search Cards /cards/search |
Search for cards by name. |
| GET |
List Cards by Expansion /episodes/{episodeId}/cards |
Get all cards from a specific expansion. |
| GET |
List Cards by Artist /artists/{artistId}/cards |
Get all cards by a specific artist. |
| GET |
Get Card Detail /cards/{cardId} |
Get detailed information for a specific card including pricing, expansion, and artist data. **Response includes:** name, version, card_number, prices, episode, artist, image, and… |
| GET |
List Cards /cards |
Get a paginated list of Riftbound cards with live pricing. **Quick Examples:** - Search by name: `/cards?search=jinx` - Find by CardMarket ID: `/cards?cardmarket_id=847503` -… |
| Products | ||
| GET |
List Products by Expansion /episodes/{episodeId}/products |
Get all sealed products from a specific expansion. |
| GET |
Get Product Detail /products/{productId} |
Get detailed information for a specific product. |
| GET |
Search Products /products/search |
Search for products by name. |
| GET |
List Products /products |
Get a paginated list of sealed products (booster boxes, decks, bundles). **Quick Example:** `/products?sort=price_highest` |
| Episodes | ||
| GET |
Search Expansions /episodes/search |
Search for expansions by name. |
| GET |
Get Episode Detail /episodes/{episodeId} |
Get detailed information for a specific expansion. |
| GET |
List Episodes /episodes |
Get all Riftbound expansions/sets. |
| Artists | ||
| GET |
Search Artists /artists/search |
Search for artists by name. |
| GET |
List Artists /artists |
Get all card artists. |
| History Prices | ||
| GET |
Get Historical Prices /history-prices |
Get historical prices for a card or product by ID or Cardmarket ID. Returns daily price data with Cardmarket Low prices. |
| Inventory | ||
| DELETE |
Remove Item from Inventory /inventories/{inventoryId}/items/{itemId} |
Remove an item entry from the inventory. |
| POST |
Add Item to Inventory /inventories/{id}/items |
Add a card or product to your inventory. |
| GET |
List Inventories /inventories |
Get a paginated list of your inventories with financial summary. **Authentication:** Requires Inventory API Key (pass in `rapidapi_tcggo_key` parameter) |
| GET |
Get Inventory Detail /inventories/{id} |
Get detailed information for a specific inventory with paginated items. |
| GET |
Get Inventory Stats /inventories/{id}/stats |
Get comprehensive statistics and chart data for the inventory. |
| PUT |
Update Inventory Item /inventories/{inventoryId}/items/{itemId} |
Update quantity, price, or language of an inventory item. |
| Health | ||
| GET |
Health Check /healthcheck |
Check API availability. |
Riftbound Prices API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $9.9 / month | 300 / minute |
|
| ULTRA Recommended | $24.9 / month | 300 / minute |
|
| MEGA | $49.5 / month | 600 / minute |
|