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

← Dawn Dash
Cacnea

Cacnea

usually #384 Pokémon Basic HP 50
Types
Grass
Illustrator
Saya Tsuruta
Expansion
Dawn Dash · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Sand Attack
Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Poison Sting 20
Grass · Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/dp4d_ja-384?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4d_ja-384",
    "name": "Cacnea",
    "number": "384",
    "printed_number": "384",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-384.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-384.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-384.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4d_ja",
      "name": "Dawn Dash",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dawn Dash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-384.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-384.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-384.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sand Attack",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Sting",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 5.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.33
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-10T05:46:42.944Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}