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

Uncommon #75 Trainer Supporter
Illustrator
Yusuke Ohmura
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101497
GET /api/v1/pokemon/cards/xy7-75?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-75",
    "name": "Hex Maniac",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Yusuke Ohmura",
    "pricing": {
      "currency": "USD",
      "market": 2.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.66
        },
        {
          "condition": "LP",
          "price": 2.33
        },
        {
          "condition": "MP",
          "price": 2.13
        },
        {
          "condition": "HP",
          "price": 1.46
        },
        {
          "condition": "DMG",
          "price": 1.77
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 85.5,
          "low": 72.68,
          "high": 98.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 175,
          "low": 148.75,
          "high": 201.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 68,
          "low": 57.8,
          "high": 78.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 130,
          "low": 110.5,
          "high": 149.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 86.38,
          "low": 112.5,
          "high": 112.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 117,
          "low": 99.45,
          "high": 134.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.38
      }
    }
  }
}