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

← Astral Radiance
Gutsy Pickaxe

Gutsy Pickaxe

Uncommon #145
Illustrator
Eske Yoshinob
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272397
GET /api/v1/pokemon/cards/swsh10-145vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-145vh",
    "name": "Gutsy Pickaxe",
    "number": "145",
    "printed_number": "145",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/145vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/145vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/145vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272397",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/145vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/145vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/145vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 1.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.18
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T03:49:31.515Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}