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

← Phantasmal Flames
Ludicolo

Ludicolo

Uncommon #7 Pokémon Stage 2 HP 160
Types
Grass
Illustrator
Anesaki Dynamic
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662179

Attacks

Lunge Out 120
Grass · Colorless
GET /api/v1/pokemon/cards/me2-7vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-7vrh",
    "name": "Ludicolo",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/7vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/7vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/7vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662179",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/7vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/7vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/7vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Excited Heal",
        "text": "Once during your turn, if you have any Grass Mega Evolution Pokémon ex in play, you may use this Ability. Heal 60 damage from 1 of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge Out",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:28.451Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}