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

← Tidal Storm
Chinchou

Chinchou

usually #34 Pokémon Basic HP 70
Types
Lightning
Illustrator
Kagemaru Himeno
Expansion
Tidal Storm · XY
Language
Japanese
TCGplayer
603734

Attacks

Wave Splash 20
Water · Colorless
GET /api/v1/pokemon/cards/xy5t_ja-34?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5t_ja-34",
    "name": "Chinchou",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5t_ja",
      "name": "Tidal Storm",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tidal Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603734",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wave Splash",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.39
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-04T03:12:38.564Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}