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

← Next Destinies
Basculin

Basculin

Uncommon #30 Pokémon Basic HP 80
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
83733

Attacks

Bite 10
Colorless
Bared Fangs 40
Water

If, before this Pokémon does damage, the Defending Pokémon has no damage counters on it, this attack does nothing.

GET /api/v1/pokemon/cards/bw4-30vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-30vrh",
    "name": "Basculin",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83733",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/30vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bared Fangs",
        "text": "If, before this Pokémon does damage, the Defending Pokémon has no damage counters on it, this attack does nothing.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.72
        },
        {
          "condition": "LP",
          "price": 0.56
        },
        {
          "condition": "MP",
          "price": 0.61
        },
        {
          "condition": "HP",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:27:14.502Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}