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

← Emerald Break
Taillow

Taillow

usually #56 Pokémon Basic HP 50
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer
603872

Attacks

Double Peck 10×
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/xy6_ja-56?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-56",
    "name": "Taillow",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/56.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6_ja",
      "name": "Emerald Break",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY6",
      "printed_total": 78,
      "release_date": "2015/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Emerald Break"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603872",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Peck",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        },
        {
          "condition": "LP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:53:57.198Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}