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

← Darkness Ablaze
Delcatty

Delcatty

Rare #142 Pokémon Stage 1 HP 100
Types
Colorless
Illustrator
Tika Matsuno
Expansion
Darkness Ablaze · Sword & Shield
Language
English
TCGplayer
219342

Attacks

Captivating Tail
Colorless

Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused.

Moon Impact 90
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh3-142vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3-142vrh",
    "name": "Delcatty",
    "number": "142",
    "printed_number": "142",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/142vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/142vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/142vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3",
      "name": "Darkness Ablaze",
      "total": 201,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "DAA",
      "printed_total": 189,
      "release_date": "2020/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "219342",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/142vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/142vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/142vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Captivating Tail",
        "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Moon Impact",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tika Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 0.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.78
        },
        {
          "condition": "LP",
          "price": 0.61
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:05:27.427Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}