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

← Legends Awakened
Buck's Training (Staff Stamp)

Buck's Training (Staff Stamp)

Uncommon #130
Illustrator
Ken Sugimori
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
532631
GET /api/v1/pokemon/cards/dp6-130vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-130vs",
    "name": "Buck's Training (Staff Stamp)",
    "number": "130",
    "printed_number": "130",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-130vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-130vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-130vs.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "532631",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-130vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-130vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-130vs.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 65
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:33:10.521Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}