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

← PCG Promos
Tauros

Tauros

Promo #49 Pokémon Basic HP 70
Types
Colorless
Illustrator
Kouki Saitou
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Rage 10+
Colorless · Colorless

Does 10 damage plus 10 more damage for each damage counter on Tauros.

Take Down 40
Colorless · Colorless · Colorless

Tauros does 10 damage to itself.

GET /api/v1/pokemon/cards/pcgp_ja-49?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-49",
    "name": "Tauros",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/49.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rage",
        "text": "Does 10 damage plus 10 more damage for each damage counter on Tauros.",
        "damage": "10+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Take Down",
        "text": "Tauros does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 4.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.89
        },
        {
          "condition": "DMG",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 25,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 122,
          "low": 103.7,
          "high": 140.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68.23,
          "low": 66.99,
          "high": 66.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-28T21:18:51.020Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}