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

← Infinity Zone
Piers

Piers

Super Rare #109 Trainer Supporter
Illustrator
kirisAki
Expansion
Infinity Zone · Sword & Shield
Language
Japanese
TCGplayer
568815
GET /api/v1/pokemon/cards/swsh3_ja-109vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3_ja-109vh",
    "name": "Piers",
    "number": "109",
    "printed_number": "109",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/109vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/109vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/109vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3_ja",
      "name": "Infinity Zone",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3",
      "printed_total": 100,
      "release_date": "2020/06/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Infinity Zone"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568815",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/109vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/109vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/109vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Super Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 13.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.43,
          "low": 59.95,
          "high": 59.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:33:52.946Z",
      "trend_7d": {
        "direction": "up",
        "percent": 237.53
      }
    }
  }
}