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

← PLAY Promos
Pokémon Card Fan

Pokémon Card Fan

Promo #8 Trainer Supporter
Illustrator
Tomokazu Komiya
Expansion
PLAY Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/playp_ja-8?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "playp_ja-8",
    "name": "Pokémon Card Fan",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/8.large.webp"
      }
    ],
    "expansion": {
      "id": "playp_ja",
      "name": "PLAY Promos",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 32,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/playp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/playp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PLAY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Promo",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 233.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 233.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 149,
          "low": 126.65,
          "high": 171.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 2010,
          "low": 1708.5,
          "high": 2311.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 151.6,
          "low": 190,
          "high": 190,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 307.92,
          "low": 231.3,
          "high": 425.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 477.69,
          "low": 510,
          "high": 510,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-14T04:16:52.253Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}