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

← Platinum
Ludicolo

Ludicolo

Rare #34 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Platinum · Platinum
Language
English
TCGplayer
86900

Attacks

Mad Dance 20
Water · Colorless

The Defending Pokémon is now Confused.

Best Dance 60
Grass · Colorless · Colorless

After doing damage, remove from Ludicolo the number of damage counters equal to the damage you did to the Defending Pokémon. Ludicolo can't use Best Dance during your next turn.

GET /api/v1/pokemon/cards/pl1-34?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-34",
    "name": "Ludicolo",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/34.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86900",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Cheerful Voice",
        "text": "Once during your turn (before your attack), you may use this power. If you do, your turn ends. During your next turn, each of Ludicolo's attacks does 60 more damage to the Defending Pokémon (before applying Weakness and Resistance). This power can't be used if Ludicolo is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mad Dance",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Best Dance",
        "text": "After doing damage, remove from Ludicolo the number of damage counters equal to the damage you did to the Defending Pokémon. Ludicolo can't use Best Dance during your next turn.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.19
        },
        {
          "condition": "LP",
          "price": 1.75
        },
        {
          "condition": "MP",
          "price": 0.94
        },
        {
          "condition": "HP",
          "price": 0.86
        },
        {
          "condition": "DMG",
          "price": 0.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.92
      }
    }
  }
}