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

Buck's Training

Uncommon #130 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
84009
GET /api/v1/pokemon/cards/dp6-130?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-130",
    "name": "Buck's Training",
    "number": "130",
    "printed_number": "130",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/130.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/130.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/130.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": "84009",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/130.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/130.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/130.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.27
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 52.5,
          "low": 52.5,
          "high": 56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-04T06:29:27.386Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}