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

← Crystal Guardians
Lotad

Lotad

Common #55 Pokémon Basic HP 50
Types
Water
Illustrator
Aya Kusube
Expansion
Crystal Guardians · EX
Language
English
TCGplayer
86835

Attacks

Rolling Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/ex14-55vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex14-55vrh",
    "name": "Lotad",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/55vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/55vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/55vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex14",
      "name": "Crystal Guardians",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "CG",
      "printed_total": 100,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86835",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/55vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/55vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/55vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Aqua Lift",
        "text": "If Lotad has any Water Energy attached to it, the Retreat Cost for Lotad is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rolling Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 18.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.52
        },
        {
          "condition": "LP",
          "price": 8.39
        },
        {
          "condition": "MP",
          "price": 7.3
        },
        {
          "condition": "HP",
          "price": 3.13
        },
        {
          "condition": "DMG",
          "price": 6.11
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.5,
          "low": 29,
          "high": 83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.36,
          "low": 10.8,
          "high": 10.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 39.7,
          "low": 64.99,
          "high": 64.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 78.39,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 132,
          "low": 64,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 39.95,
          "low": 33.96,
          "high": 45.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 70,
          "low": 27,
          "high": 77.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 137.3,
          "low": 117.95,
          "high": 208.66,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:53:59.706Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.63
      }
    }
  }
}