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

← World Champions Pack
Cacnea

Cacnea

usually #2 Pokémon Basic HP 50
Types
Grass
Illustrator
Hajime Kusajima
Expansion
World Champions Pack · PCG
Language
Japanese
TCGplayer
609241

Attacks

Feint Attack
Colorless

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.

GET /api/v1/pokemon/cards/pcg10_ja-2?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg10_ja-2",
    "name": "Cacnea",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg10_ja",
      "name": "World Champions Pack",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 108,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "World Champions Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "609241",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Feint Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 38.26,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.26
        },
        {
          "condition": "LP",
          "price": 2.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:00:26.737Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}