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

← Steam Siege
Oshawott

Oshawott

Common #30 Pokémon Basic HP 60
Types
Water
Illustrator
sui
Expansion
Steam Siege · XY
Language
English
TCGplayer
121017

Attacks

Water Gun 30
Water · Colorless
GET /api/v1/pokemon/cards/xy11-30vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-30vrh",
    "name": "Oshawott",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121017",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/30vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Gun",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.66
        },
        {
          "condition": "LP",
          "price": 0.55
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.34
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}