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

← Plasma Storm
Lotad

Lotad

Common #29 Pokémon Basic HP 60
Types
Water
Illustrator
Midori Harada
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
86839

Attacks

Bubble Beam 20
Water · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/bw8-29vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-29vrh",
    "name": "Lotad",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/29vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/29vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/29vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86839",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/29vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/29vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/29vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bubble Beam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.58
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.39
        },
        {
          "condition": "HP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.66
      }
    }
  }
}