Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Brave Stars (Charm)
Radiant Eevee

Radiant Eevee

Radiant Rare #092/127 Pokémon Basic HP 90
Types
Colorless
Illustrator
Sanosuke Sakuma
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Twinkle Gathering
Colorless

Search your deck for a number of cards up to the number of different types of Pokémon you have in play and put them into your hand. Then, shuffle your deck.

Boost Dash 50
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bsch-092?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-092",
    "name": "Radiant Eevee",
    "number": "092/127",
    "printed_number": "092/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-092.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-092.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-092.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-092.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-092.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-092.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Twinkle Gathering",
        "text": "Search your deck for a number of cards up to the number of different types of Pokémon you have in play and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Boost Dash",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Radiant Rare",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 30,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 72.85,
          "low": 91,
          "high": 91,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 96,
          "low": 83.19,
          "high": 108.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200.5,
          "low": 125.75,
          "high": 313.97,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41,
          "low": 31.6,
          "high": 53.49,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T03:26:46.344Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}