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

← Darkness that Consumes Light
Rescue Stretcher

Rescue Stretcher

Ultra Rare #63 Trainer Item
Illustrator
Yoshinobu Saito
Expansion
Darkness that Consumes Light · Sun & Moon
Language
Japanese
TCGplayer
573528
GET /api/v1/pokemon/cards/sm3n_ja-63vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3n_ja-63vh",
    "name": "Rescue Stretcher",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/63vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/63vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/63vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3n_ja",
      "name": "Darkness that Consumes Light",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3N",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness that Consumes Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573528",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/63vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/63vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/63vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Ultra Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 69.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 69.96
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:59:54.613Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.3
      }
    }
  }
}