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

← Dragon Majesty
Dragon Talon

Dragon Talon

Uncommon #59 Trainer Pokémon Tool
Illustrator
Toyste Beach
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175489
GET /api/v1/pokemon/cards/sm75-59vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-59vrh",
    "name": "Dragon Talon",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/59vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/59vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/59vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175489",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/59vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/59vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/59vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.8
        },
        {
          "condition": "LP",
          "price": 0.6
        },
        {
          "condition": "MP",
          "price": 0.62
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 210,
          "low": 178.5,
          "high": 241.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.44
      }
    }
  }
}