Discover/riftbound.leagueoflegends.com API
live

riftbound.leagueoflegends.com APIriftbound.leagueoflegends.com

Access all Riftbound TCG cards with stats including energy cost, power, might, effect text, and collector number. Filter by set or card name.

Endpoints
1
Updated
2mo ago
Try it
Filter by set name using partial match. Known sets: 'Unleashed', 'Origins', 'Spiritforged'
Filter by card name using partial match (case-insensitive).
Maximum number of cards to return. 0 returns all matching cards.
api.parse.bot/scraper/54a64552-51ed-4c8d-8e7e-90c48842cfce/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/54a64552-51ed-4c8d-8e7e-90c48842cfce/get_cards?set=Origins&name=Ahri&limit=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get all Riftbound TCG cards with their stats. Returns card name, set, effect text, energy cost, power, might, and collector number. Supports filtering by set name and card name with partial matching, and limiting the number of results returned.

Input
ParamTypeDescription
setstringFilter by set name using partial match. Known sets: 'Unleashed', 'Origins', 'Spiritforged', 'Proving Grounds'.
namestringFilter by card name using partial match (case-insensitive).
limitintegerMaximum number of cards to return. 0 returns all matching cards.
Response
{
  "type": "object",
  "fields": {
    "cards": "array of card objects with name, set, effect, energy_cost, power, might, collector_number, and public_code",
    "total": "integer - number of cards returned in this response"
  },
  "sample": {
    "data": {
      "cards": [
        {
          "set": "Origins",
          "name": "Acceptable Losses",
          "might": null,
          "power": null,
          "effect": "[Action] (Play on your turn or in showdowns.)Each player kills one of their gear.",
          "energy_cost": 1,
          "public_code": "OGN-179/298",
          "collector_number": 179
        },
        {
          "set": "Origins",
          "name": "Adaptatron",
          "might": 3,
          "power": null,
          "effect": "When I conquer, you may kill a gear. If you do, buff me. (If I don't have a buff, I get a +1 :rb_might: buff.)",
          "energy_cost": 4,
          "public_code": "OGN-056/298",
          "collector_number": 56
        },
        {
          "set": "Origins",
          "name": "Ahri, Alluring",
          "might": 4,
          "power": 1,
          "effect": "When I hold, you score 1 point.",
          "energy_cost": 5,
          "public_code": "OGN-066a/298",
          "collector_number": 66
        }
      ],
      "total": 3
    },
    "status": "success"
  }
}

About the riftbound.leagueoflegends.com API

The Riftbound card gallery API exposes 8 fields per card — name, set, effect text, energy cost, power, might, collector number, and public code — across the full Riftbound TCG card catalog from the official League of Legends card game. The single get_cards endpoint supports filtering by set name (e.g. Unleashed, Origins, Spiritforged, Proving Grounds) and partial card name matching, making it straightforward to query subsets of the collection.

What the API Returns

The get_cards endpoint returns an array of card objects, each containing: name, set, effect (the card's rule or flavor text), energy_cost, power, might, collector_number, and public_code. The total field in the response indicates how many cards matched the query. All four known Riftbound sets — Unleashed, Origins, Spiritforged, and Proving Grounds — are covered.

Filtering and Pagination

The set parameter accepts a partial string match against the set name, so passing "Origin" will match the Origins set. The name parameter performs a case-insensitive partial match against card names, useful for finding all cards sharing a champion name or keyword. The limit parameter controls how many results are returned; passing 0 returns the full matching set with no cap. There is no offset or cursor parameter, so pagination beyond a single capped response requires client-side handling.

Card Stats Explained

Each card object exposes three numeric gameplay stats: energy_cost (the resource required to play the card), power (the card's attack or base strength value), and might (a secondary stat likely tied to toughness or special ability scaling). The collector_number and public_code fields are useful for referencing specific printings or linking to card imagery in external tools.

Common use cases
  • Build a searchable Riftbound deck-builder app using energy_cost, power, and might to filter playable cards
  • Generate set-by-set card checklists using the set and collector_number fields
  • Track card effect text to identify keyword synergies across a given set
  • Populate a card database for a Riftbound fan site or wiki with complete stats
  • Analyze energy cost distribution across sets to study the TCG's power curve
  • Cross-reference public_code values to fetch card art or thumbnails from the official gallery
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Riftbound or Riot Games offer an official developer API for the card gallery?+
Riot Games provides the Riot Developer Portal (developer.riotgames.com) for games like League of Legends and Valorant, but as of now there is no official public API documented for the Riftbound TCG card gallery specifically.
What does the get_cards endpoint return when I filter by set?+
When you pass a value to the set parameter, the endpoint returns all card objects whose set name partially matches that string. Each card object includes name, set, effect, energy_cost, power, might, collector_number, and public_code, along with a total count of matched cards.
Does the API expose card rarity or card type (unit, spell, etc.)?+
Not currently. The API covers name, set, effect text, energy_cost, power, might, collector_number, and public_code. Rarity and card type classification are not present in the response. You can fork this API on Parse and revise it to add those fields if they become available in the source.
Can I retrieve card image URLs through this API?+
Not currently. The API returns a public_code field that may be useful for constructing image references externally, but image URLs are not a returned field. You can fork this API on Parse and revise it to include an image URL field if the data is accessible.
Are all four Riftbound sets included, and how current is the data?+
The API covers the four currently known sets: Unleashed, Origins, Spiritforged, and Proving Grounds. Data freshness depends on when the API was last updated; newly released cards or sets added after the last update will not appear until the API is refreshed.
Page content last updated . Spec covers 1 endpoint from riftbound.leagueoflegends.com.
Related APIs in EntertainmentSee all →
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
mwcbarcelona.com API
Discover and explore MWC Barcelona 2026 exhibitors, speakers, and sessions by searching, filtering, and browsing by category, location, or type. Access detailed information about pavilions, agenda schedules, news updates, and pass options to plan your conference experience.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
brickset.com API
Search and browse thousands of LEGO sets by theme, year, or keyword. Retrieve detailed data for any set including piece count, minifigure count, dimensions, RRP, and more. Explore the full catalog of themes and yearly releases available on Brickset.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.