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

← Storming Emergence (Abundant)
Tauros Gx

Tauros Gx

Double Rare #100/151 Pokémon Basic HP 180
Types
Colorless
Illustrator
5ban Graphics
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Rage 20
Colorless · Colorless

This attack does 10 more damage for each damage counter on this Pokémon.

Horn Attack 60
Colorless · Colorless
Mad Bull-GX 30
Colorless · Colorless

This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sea-100vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-100vh",
    "name": "Tauros Gx",
    "number": "100/151",
    "printed_number": "100/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-100vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-100vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rage",
        "text": "This attack does 10 more damage for each damage counter on this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Horn Attack",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mad Bull-GX",
        "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 122.31,
          "low": 117.5,
          "high": 117.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.2,
          "low": 29.68,
          "high": 35.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:21:11.956Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}