Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Collect 151 Journey
Ekans

Ekans

Common #023/151 Pokémon Basic HP 70
Types
Darkness
Illustrator
Kedamahadaitai Yawarakai
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Acid Spray 30
Colorless · Colorless

Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/c151j-023?include=prices 200 53ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-023",
    "name": "Ekans",
    "number": "023/151",
    "printed_number": "023/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-023.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-023.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-023.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-023.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-023.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-023.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Acid Spray",
        "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kedamahadaitai Yawarakai",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:31:15.719Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}