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

← Chaos Rising
Tauros

Tauros

Uncommon #69 Pokémon Basic HP 130
Types
Colorless
Illustrator
Satoshi Ito
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693552

Attacks

Target Together
Colorless · Colorless

Choose 1 of your opponent's Pokémon and flip a coin for each of your Pokémon in play that has "Tauros" in its name. This attack does 50 damage to the chosen Pokémon for each heads. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/me4-69?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-69",
    "name": "Tauros",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-69.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-69.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-69.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693552",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-69.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-69.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-69.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Target Together",
        "text": "Choose 1 of your opponent's Pokémon and flip a coin for each of your Pokémon in play that has \"Tauros\" in its name. This attack does 50 damage to the chosen Pokémon for each heads. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Satoshi Ito",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-27T03:34:06.483Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}