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

← Miracle Twin
Tauros

Tauros

usually #72 Pokémon Basic HP 110
Types
Colorless
Illustrator
KEIICHIRO ITO
Expansion
Miracle Twin · Sun & Moon
Language
Japanese
TCGplayer
574575

Attacks

Call for Family
Colorless

Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.

Berserker Tackle 60
Colorless · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/sm11_ja-72?include=prices 200 32ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11_ja-72",
    "name": "Tauros",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/72.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11_ja",
      "name": "Miracle Twin",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11",
      "printed_total": 94,
      "release_date": "2019/05/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Twin"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574575",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Berserker Tackle",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:11:03.505Z",
      "trend_7d": {
        "direction": "up",
        "percent": 18.75
      }
    }
  }
}