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
Tapu Lele

Tapu Lele

Rare #39 Pokémon Basic HP 110
Types
Fairy
Illustrator
Mizue
Expansion
Fairy Rise · Sun & Moon
Language
Japanese
TCGplayer
573890

Attacks

Magical Shot 70
Fairy · Colorless · Colorless
GET /api/v1/pokemon/cards/sm7b_ja-39vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7b_ja-39vh",
    "name": "Tapu Lele",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-39vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-39vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-39vh.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": "573890",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-39vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-39vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-39vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Charmed Charm",
        "text": "Whenever you attach a Pokémon Tool card that has \"Fairy Charm\" in its name from your hand to this Pokémon during your turn, you may leave your opponent's Active Pokémon Confused.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magical Shot",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.94
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 76.49,
          "low": 76.49,
          "high": 76.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:41:28.247Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.3
      }
    }
  }
}