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

← Secret Wonders
Lotad

Lotad

Common #92 Pokémon Basic HP 50
Types
Water
Illustrator
Saya Tsuruta
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
86836

Attacks

Water Sport 10
Water

If Lotad has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 20 more damage.

Ram 20
Water · Colorless
GET /api/v1/pokemon/cards/dp3-92vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-92vrh",
    "name": "Lotad",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/92vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/92vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/92vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86836",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/92vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/92vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/92vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Sport",
        "text": "If Lotad has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 20 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ram",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 5.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.04
        },
        {
          "condition": "LP",
          "price": 5
        },
        {
          "condition": "MP",
          "price": 2.74
        },
        {
          "condition": "HP",
          "price": 1.24
        },
        {
          "condition": "DMG",
          "price": 2.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.4
      }
    }
  }
}