Riftbound

API Reference

Cards

The Riftbound TCG API allows you to retrieve information about cards, expansions, and more.

  • Detailed card attributes
  • Support for multiple languages
  • Real-time pricing data

Use these endpoints to integrate Riftbound card data into your application.

Example Requests
curl -X GET 'https://api.scrydex.com/riftbound/v1/cards' \
  -H 'X-Api-Key: YOUR_API_KEY' \
  -H 'X-Team-ID: YOUR_TEAM_ID'