A comprehensive, open REST API for Riftbound - Riot's trading card game. Search cards, browse sets, filter by champion, region, and keyword.
# Fetch all cards from the Origins set
GET https://riftdex-non-prod.up.railway.app/api/cards?limit=20&page=1&set_id=ogn
# Response
{
"total": 298,
"items": [{ "name": "Acceptable Losses", "set": "OGN" }, ...]
}