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

← Fates Collide
Wormadam

Wormadam

Uncommon #3 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
kawayoo
Expansion
Fates Collide · XY
Language
English
TCGplayer
117766

Attacks

Solar Ray 20
Grass

Heal 20 damage from each of your Pokémon.

Leaf Cutter 60
Grass · Colorless · Colorless

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

GET /api/v1/pokemon/cards/xy10-3?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-3",
    "name": "Wormadam",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/3.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117766",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Solar Ray",
        "text": "Heal 20 damage from each of your Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leaf Cutter",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:44:28.772Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.7
      }
    }
  }
}