Open API for Riftbound

RIFTCODEX

The Riftbound Card Database

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" }, ...] }

Everything you need to build Riftbound apps