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

← Celestial Storm
Celesteela

Celesteela

Rare Holo #100 Pokémon BasicUltra Beast HP 140
Types
Metal
Illustrator
kawayoo
Expansion
Celestial Storm · Sun & Moon
Language
English
TCGplayer
170925

Attacks

Moon Raker 160
Metal · Colorless · Colorless · Colorless · Colorless

If the total of both players' remaining Prize cards is exactly 6, this attack can be used for Metal.

GET /api/v1/pokemon/cards/sm7-100vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7-100vh",
    "name": "Celesteela",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7",
      "name": "Celestial Storm",
      "total": 187,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CES",
      "printed_total": 168,
      "release_date": "2018/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "170925",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "types": [
      "Metal"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Moon Raker",
        "text": "If the total of both players' remaining Prize cards is exactly 6, this attack can be used for Metal.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 5.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.58
        },
        {
          "condition": "MP",
          "price": 4.37
        },
        {
          "condition": "HP",
          "price": 3.61
        },
        {
          "condition": "DMG",
          "price": 2.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.56,
          "low": 11.85,
          "high": 14.65,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5.23,
          "low": 7.95,
          "high": 7.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:31:57.330Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}