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

← Spiral Force
Rock Guard

Rock Guard

Rare #50 Trainer ItemPokémon Tool
Illustrator
5ban Graphics
Expansion
Spiral Force · Black & White
Language
Japanese
TCGplayer
602235
GET /api/v1/pokemon/cards/bw8s_ja-50vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8s_ja-50vh",
    "name": "Rock Guard",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/50vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/50vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/50vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8s_ja",
      "name": "Spiral Force",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Spiral Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602235",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/50vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/50vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/50vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "Pokémon Tool"
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 43.23,
          "low": 27,
          "high": 27,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:55:16.429Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}