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

← HeartGold Collection
Tauros

Tauros

Non #55 Pokémon Basic
Types
Colorless
Illustrator
Tomokazu Komiya
Expansion
HeartGold Collection · LEGEND
Language
Japanese
TCGplayer
608057

Attacks

Smash Kick 20
Colorless · Colorless
Crimson Bull 30×
Colorless · Colorless

Flip 3 coins. This attack does 30 damage times the number of heads. Tauros is now Confused.

GET /api/v1/pokemon/cards/l1hg_ja-55?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1hg_ja-55",
    "name": "Tauros",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/55.large.webp"
      }
    ],
    "expansion": {
      "id": "l1hg_ja",
      "name": "HeartGold Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "HeartGold Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608057",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smash Kick",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crimson Bull",
        "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Tauros is now Confused.",
        "damage": "30×"
      }
    ],
    "rarity": "Non",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 4.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.79
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.5,
          "low": 24,
          "high": 52.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.5,
          "low": 38.67,
          "high": 52.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.75,
          "low": 47,
          "high": 47,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:20:16.345Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}