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

← EX Trainer Kit Latias
Delcatty

Delcatty

Common #3 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Midori Harada
Expansion
EX Trainer Kit Latias · EX
Language
English
TCGplayer
84737

Attacks

Scratch 30
Colorless · Colorless
Ultra Energy Source 10
Colorless · Colorless · Colorless

Does 10 damage times the number of basic Energy cards attached to all of the Active Pokémon (both yours and your opponent's).

GET /api/v1/pokemon/cards/tk1a-3?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1a-3",
    "name": "Delcatty",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/3.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1a",
      "name": "EX Trainer Kit Latias",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84737",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scratch",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ultra Energy Source",
        "text": "Does 10 damage times the number of basic Energy cards attached to all of the Active Pokémon (both yours and your opponent's).",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 12.99,
          "low": 11.04,
          "high": 14.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:47:13.911Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}