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

← Rising Rivals
Aaron's Collection

Aaron's Collection

Uncommon #88 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
83439
GET /api/v1/pokemon/cards/pl2-88vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-88vrh",
    "name": "Aaron's Collection",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/88vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/88vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/88vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83439",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/88vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/88vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/88vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T17:36:28.145Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}