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

← Dragon Frontiers
Holon Mentor

Holon Mentor

Uncommon #75 Trainer Supporter
Illustrator
Kouki Saitou
Expansion
Dragon Frontiers · EX
Language
English
TCGplayer
86148
GET /api/v1/pokemon/cards/ex15-75vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex15-75vrh",
    "name": "Holon Mentor",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/75vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/75vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/75vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex15",
      "name": "Dragon Frontiers",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DF",
      "printed_total": 101,
      "release_date": "2006/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86148",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/75vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/75vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/75vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "LP",
          "price": 4.56
        },
        {
          "condition": "MP",
          "price": 4.23
        },
        {
          "condition": "HP",
          "price": 3.58
        },
        {
          "condition": "DMG",
          "price": 2.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.9,
          "low": 25.42,
          "high": 34.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 160.5,
          "low": 136.42,
          "high": 184.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 15,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:38.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}