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

← Platinum
Tauros

Tauros

Common #98 Pokémon Basic HP 70
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Platinum · Platinum
Language
English
TCGplayer
89765

Attacks

Show Off

Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Take Down 20
Colorless

Flip a coin. If tails, Tauros does 10 damage to itself.

GET /api/v1/pokemon/cards/pl1-98vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-98vrh",
    "name": "Tauros",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/98vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/98vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/98vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89765",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/98vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/98vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/98vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Show Off",
        "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Take Down",
        "text": "Flip a coin. If tails, Tauros does 10 damage to itself.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 5.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.67
        },
        {
          "condition": "LP",
          "price": 3.85
        },
        {
          "condition": "MP",
          "price": 1.74
        },
        {
          "condition": "HP",
          "price": 0.6
        },
        {
          "condition": "DMG",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12.25,
          "low": 10.41,
          "high": 14.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}