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

← XY Trainer Kit Bisharp
Bidoof

Bidoof

Common #12 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
XY Trainer Kit Bisharp · XY
Language
English
TCGplayer
98161

Attacks

Hyper Fang 40
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/tk7b-12?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk7b-12",
    "name": "Bidoof",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-12.large.webp"
      }
    ],
    "expansion": {
      "id": "tk7b",
      "name": "XY Trainer Kit Bisharp",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98161",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Fang",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 6.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.63
        },
        {
          "condition": "MP",
          "price": 2.54
        },
        {
          "condition": "HP",
          "price": 3.39
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:11:25.271Z",
      "trend_7d": {
        "direction": "up",
        "percent": 18.6
      }
    }
  }
}