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

← Pokémon VS
Pokémon Reversal

Pokémon Reversal

usually #133 Trainer
Illustrator
"Big Mama" Tagawa
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
615323
GET /api/v1/pokemon/cards/vs1_ja-133?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-133",
    "name": "Pokémon Reversal",
    "number": "133",
    "printed_number": "133",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/133.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/133.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/133.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "615323",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/133.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/133.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/133.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "usually",
    "artist": "\"Big Mama\" Tagawa",
    "pricing": {
      "currency": "USD",
      "market": 9.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.16
        },
        {
          "condition": "LP",
          "price": 5
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 52.5,
          "low": 44.63,
          "high": 60.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 607.5,
          "low": 15,
          "high": 1200,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T23:47:26.900Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}