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

← Power Keepers
Steven's Advice

Steven's Advice

Uncommon #83 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Power Keepers · EX
Language
English
TCGplayer
89568
GET /api/v1/pokemon/cards/ex16-83vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-83vrh",
    "name": "Steven's Advice",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/83vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/83vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/83vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89568",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/83vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/83vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/83vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 11.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.6
        },
        {
          "condition": "LP",
          "price": 7.32
        },
        {
          "condition": "MP",
          "price": 6.91
        },
        {
          "condition": "HP",
          "price": 4.5
        },
        {
          "condition": "DMG",
          "price": 4.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 26.95,
          "low": 22.91,
          "high": 30.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 72,
          "low": 61.2,
          "high": 82.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.33,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "up",
        "percent": 65.71
      }
    }
  }
}