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

← Scarlet ex
Penny

Penny

Special Art Rare #105 Trainer Supporter
Illustrator
OKACHEKE
Expansion
Scarlet ex · Scarlet & Violet
Language
Japanese
TCGplayer
567222
GET /api/v1/pokemon/cards/sv1s_ja-105vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1s_ja-105vh",
    "name": "Penny",
    "number": "105",
    "printed_number": "105",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/105vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/105vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/105vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1s_ja",
      "name": "Scarlet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1S",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567222",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/105vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/105vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/105vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Special Art Rare",
    "artist": "OKACHEKE",
    "pricing": {
      "currency": "USD",
      "market": 17.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.17
        },
        {
          "condition": "MP",
          "price": 16.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 92,
          "low": 78.2,
          "high": 105.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 8.59,
          "low": 7.3,
          "high": 9.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 60,
          "low": 60,
          "high": 75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.65,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.26,
          "low": 7.41,
          "high": 7.41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:28:15.221Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.38
      }
    }
  }
}