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

← Roaring Skies
Klefki

Klefki

Rare #48 Pokémon Basic HP 60
Types
Fairy
Illustrator
Kagemaru Himeno
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98084

Attacks

Look for Keys
Fairy

Reveal cards from the top of your deck until you reveal an Item card. Put it into your hand. Shuffle the other cards back into your deck.

Play Rough 20
Fairy · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/xy6-48vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-48vrh",
    "name": "Klefki",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/48vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/48vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/48vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98084",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/48vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/48vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/48vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Look for Keys",
        "text": "Reveal cards from the top of your deck until you reveal an Item card. Put it into your hand. Shuffle the other cards back into your deck."
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Play Rough",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.34
        },
        {
          "condition": "HP",
          "price": 0.51
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.75
      }
    }
  }
}