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

← McDonald's Collection 2011
Oshawott

Oshawott

Common #4 Pokémon Basic HP 60
Types
Water
Illustrator
Ken Sugimori
Expansion
McDonald's Collection 2011 · Other
Language
English
TCGplayer
87893

Attacks

Water Pulse 20
Water · Colorless

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

GET /api/v1/pokemon/cards/mcd11-4vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd11-4vh",
    "name": "Oshawott",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd11",
      "name": "McDonald's Collection 2011",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2011/06/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87893",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Pulse",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 16.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.85
        },
        {
          "condition": "LP",
          "price": 6.1
        },
        {
          "condition": "MP",
          "price": 4.82
        },
        {
          "condition": "HP",
          "price": 1.31
        },
        {
          "condition": "DMG",
          "price": 1.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 12,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:26:12.007Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.06
      }
    }
  }
}