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

← Plasma Storm
Bicycle

Bicycle

Uncommon #117 Trainer Item
Illustrator
Toyste Beach
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
83823
GET /api/v1/pokemon/cards/bw8-117?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-117",
    "name": "Bicycle",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/117.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/117.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/117.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83823",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/117.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/117.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/117.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 3.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.75
        },
        {
          "condition": "LP",
          "price": 3.33
        },
        {
          "condition": "MP",
          "price": 2.71
        },
        {
          "condition": "HP",
          "price": 2.1
        },
        {
          "condition": "DMG",
          "price": 2.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}