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

← Generations
Clefairy

Clefairy

Common #50 Pokémon Basic HP 60
Types
Fairy
Illustrator
Shibuzoh.
Expansion
Generations · XY
Language
English
TCGplayer
113708

Attacks

Moonlight
Colorless

Heal 30 damage from this Pokémon.

Pound 20
Fairy · Colorless
GET /api/v1/pokemon/cards/g1-50?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-50",
    "name": "Clefairy",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/50.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113708",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Moonlight",
        "text": "Heal 30 damage from this Pokémon."
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pound",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 2.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.05
        },
        {
          "condition": "LP",
          "price": 1.38
        },
        {
          "condition": "MP",
          "price": 1.04
        },
        {
          "condition": "HP",
          "price": 0.55
        },
        {
          "condition": "DMG",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 103.5,
          "low": 80.25,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.99,
          "low": 18.2,
          "high": 25,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 28.94,
          "low": 37.3,
          "high": 39.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 124.5,
          "low": 102.5,
          "high": 300,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.05,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:13:58.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.49
      }
    }
  }
}