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

← Awakening Psychic King
Omastar BREAK

Omastar BREAK

Double Rare #17 Pokémon BREAK HP 140
Types
Water
Illustrator
5ban Graphics
Expansion
Awakening Psychic King · XY
Language
Japanese
TCGplayer
602901
GET /api/v1/pokemon/cards/xy10_ja-17vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10_ja-17vh",
    "name": "Omastar BREAK",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10_ja",
      "name": "Awakening Psychic King",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY10",
      "printed_total": 78,
      "release_date": "2016/03/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Psychic King"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602901",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "BREAK"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Dangerous Tentacle",
        "text": "Once during your turn (before your attack), you may switch 1 of your opponent's Benched Pokémon-EX with his or her Active Pokémon.",
        "type": "Ability"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.15
        },
        {
          "condition": "LP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 65.1,
          "low": 65.2,
          "high": 74.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-23T03:45:24.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}