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

← Ancient Origins
Hex Maniac

Hex Maniac

Rare Ultra #75a
Illustrator
You Iribi
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101497
GET /api/v1/pokemon/cards/xy7-75avrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-75avrh",
    "name": "Hex Maniac",
    "number": "75a",
    "printed_number": "75a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75avrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75avrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75avrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101497",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75avrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75avrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75avrh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 4.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.61
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 116.82,
          "low": 114.16,
          "high": 119.48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 153.5,
          "low": 136,
          "high": 162.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 322.48,
          "low": 349.95,
          "high": 349.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}