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

← Secret Wonders
Shellos East Sea (Staff Stamp)

Shellos East Sea (Staff Stamp)

Common #106
Illustrator
Ken Sugimori
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
213027
GET /api/v1/pokemon/cards/dp3-106vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-106vs",
    "name": "Shellos East Sea (Staff Stamp)",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3-106vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3-106vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3-106vs.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213027",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3-106vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3-106vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3-106vs.large.webp"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 138.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 138.52
        },
        {
          "condition": "LP",
          "price": 114.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.02
      }
    }
  }
}