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

← BREAKpoint
Hypno

Hypno

Rare #51 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111593

Attacks

Zen Headbutt 50
Psychic · Psychic
GET /api/v1/pokemon/cards/xy9-51vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-51vrh",
    "name": "Hypno",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111593",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Goodnight, Babies",
        "text": "Once during your turn (before your attack), you may leave both Active Pokémon Asleep.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Zen Headbutt",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 26.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.82
        },
        {
          "condition": "LP",
          "price": 16.45
        },
        {
          "condition": "MP",
          "price": 9.82
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 4.87
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "8",
          "value": 51.47,
          "low": 43.75,
          "high": 59.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 510,
          "low": 433.5,
          "high": 586.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 116.31,
          "low": 122.5,
          "high": 122.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 117.93,
          "low": 117.93,
          "high": 119.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 141.25,
          "low": 121.88,
          "high": 141.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.64
      }
    }
  }
}