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

← Call of Legends
Clefable

Clefable

Rare Holo #1 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
sui
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
84348

Attacks

Fairy Power
Colorless · Colorless

Return 1 of your Pokémon and all cards attached to it in your hand.

Moon Impact 40
Colorless · Colorless
GET /api/v1/pokemon/cards/col1-1vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-1vh",
    "name": "Clefable",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84348",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fairy Power",
        "text": "Return 1 of your Pokémon and all cards attached to it in your hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Moon Impact",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 18.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.92
        },
        {
          "condition": "LP",
          "price": 8.86
        },
        {
          "condition": "MP",
          "price": 4.91
        },
        {
          "condition": "HP",
          "price": 3.1
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 136.63,
          "low": 83.89,
          "high": 275.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 430,
          "low": 365.5,
          "high": 494.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14.12,
          "low": 14,
          "high": 21.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 16.5,
          "high": 42.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42,
          "low": 33,
          "high": 47.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.48
      }
    }
  }
}