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

← Terastal Festival ex
Professor Turo's Scenario

Professor Turo's Scenario

Common #175 Trainer Supporter
Illustrator
hncl
Expansion
Terastal Festival ex · Scarlet & Violet
Language
Japanese
TCGplayer
602626
GET /api/v1/pokemon/cards/sv8a_ja-175?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8a_ja-175",
    "name": "Professor Turo's Scenario",
    "number": "175",
    "printed_number": "175",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja/175.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja/175.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja/175.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8a_ja",
      "name": "Terastal Festival ex",
      "total": 237,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8a",
      "printed_total": 187,
      "release_date": "2024/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Terastal Festival ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602626",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja/175.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja/175.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja/175.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Common",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:17:25.008Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}