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

← Call of Legends
Sage's Training

Sage's Training

Uncommon #85 Trainer Supporter
Illustrator
Masakazu Fukuda
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
88894
GET /api/v1/pokemon/cards/col1-85vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-85vrh",
    "name": "Sage's Training",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/85vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/85vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/85vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88894",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/85vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/85vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/85vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 2.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.14
        },
        {
          "condition": "LP",
          "price": 1.02
        },
        {
          "condition": "MP",
          "price": 0.66
        },
        {
          "condition": "HP",
          "price": 0.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 9.75,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.95,
          "low": 42.46,
          "high": 57.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.9
      }
    }
  }
}