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

← Magma vs Aqua: Two Ambitions
Delcatty

Delcatty

Non #60 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Midori Harada
Expansion
Magma vs Aqua: Two Ambitions · ADV
Language
Japanese
TCGplayer
612891

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/adv4_ja-60?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv4_ja-60",
    "name": "Delcatty",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/60.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/60.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/60.large.webp"
      }
    ],
    "expansion": {
      "id": "adv4_ja",
      "name": "Magma vs Aqua: Two Ambitions",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 80,
      "release_date": "2003/10/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma vs Aqua: Two Ambitions"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612891",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/60.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/60.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/60.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": "Non",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 4.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.26
        },
        {
          "condition": "HP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:03:50.446Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}