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

← Fairy Rise
Spell Tag

Spell Tag

Super Rare #63 Trainer ItemPokémon Tool
Types
Lightning
Illustrator
PLANETA Otani
Expansion
Fairy Rise · Sun & Moon
Language
Japanese
TCGplayer
573914
GET /api/v1/pokemon/cards/sm7b_ja-63vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7b_ja-63vh",
    "name": "Spell Tag",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/63vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/63vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/63vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7b_ja",
      "name": "Fairy Rise",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7b",
      "printed_total": 50,
      "release_date": "2018/08/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fairy Rise"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573914",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/63vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/63vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/63vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "Pokémon Tool"
    ],
    "types": [
      "Lightning"
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Otani",
    "pricing": {
      "currency": "USD",
      "market": 3.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.62
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 42,
          "low": 35.7,
          "high": 48.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:41:28.247Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.73
      }
    }
  }
}