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
Bidoof

Bidoof

usually #58 Pokémon Basic HP 70
Types
Colorless
Illustrator
PLANETA
Expansion
Tidal Storm · XY
Language
Japanese
TCGplayer
603733

Attacks

Drench 20+
Colorless · Colorless

If this Pokémon has any Water Energy attached to it, this attack does 20 more damage.

GET /api/v1/pokemon/cards/xy5t_ja-58?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5t_ja-58",
    "name": "Bidoof",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/58.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": "603733",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "α Recovery",
        "text": "When this Pokémon is healed, double the amount healed.",
        "type": "Ancient Trait"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Drench",
        "text": "If this Pokémon has any Water Energy attached to it, this attack does 20 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "LP",
          "price": 5.35
        },
        {
          "condition": "MP",
          "price": 4.31
        },
        {
          "condition": "HP",
          "price": 3.79
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.6,
          "low": 23.46,
          "high": 31.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 162.06,
          "low": 149.89,
          "high": 183.49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:47:30.464Z",
      "trend_7d": {
        "direction": "down",
        "percent": -42.62
      }
    }
  }
}