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

← HS—Triumphant
Junk Arm

Junk Arm

Uncommon #87 Trainer Item
Illustrator
Ryo Ueda
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
86369
GET /api/v1/pokemon/cards/hgss4-87?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-87",
    "name": "Junk Arm",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/87.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/87.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/87.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86369",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/87.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/87.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/87.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 2.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.83
        },
        {
          "condition": "LP",
          "price": 2.49
        },
        {
          "condition": "MP",
          "price": 1.9
        },
        {
          "condition": "HP",
          "price": 1.64
        },
        {
          "condition": "DMG",
          "price": 1.33
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.08
      }
    }
  }
}