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

← POP Series 7
Burmy Plant Cloak

Burmy Plant Cloak

Common #11 Pokémon Basic HP 40
Types
Grass
Illustrator
Kouki Saitou
Expansion
POP Series 7 · POP
Language
English
TCGplayer
84050

Attacks

Plant Cloak Tackle 10
Colorless

If Burmy Plant Cloak has any Grass Energy attached to it, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/pop7-11?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-11",
    "name": "Burmy Plant Cloak",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/11.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84050",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Wear Cloak",
        "text": "Once during your turn (before your attack), if Burmy Plant Cloak is your Active Pokémon, you may search your discard pile for a basic Grass Energy card and attach it to Burmy Plant Cloak.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Plant Cloak Tackle",
        "text": "If Burmy Plant Cloak has any Grass Energy attached to it, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.24
        },
        {
          "condition": "LP",
          "price": 0.91
        },
        {
          "condition": "MP",
          "price": 0.62
        },
        {
          "condition": "HP",
          "price": 0.62
        },
        {
          "condition": "DMG",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:40:56.311Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}