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

← Boundaries Crossed
Oshawott

Oshawott

Common #39 Pokémon Basic HP 60
Types
Water
Illustrator
match
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
87895

Attacks

Rain Splash 10
Water
Seashell Attack 20
Water · Colorless
GET /api/v1/pokemon/cards/bw7-39?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-39",
    "name": "Oshawott",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/39.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87895",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Rain Splash",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Seashell Attack",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.41
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:52:16.970Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.65
      }
    }
  }
}