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

← Double Blaze
Venomoth

Venomoth

Non #6 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Mina Nakai
Expansion
Double Blaze · Sun & Moon
Language
Japanese
TCGplayer
573604

Attacks

Assassin Flight
Colorless

You can use this attack only if your opponent's Active Pokémon is affected by a Special Condition. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Poison Powder 30
Grass

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/sm10_ja-6?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10_ja-6",
    "name": "Venomoth",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10_ja",
      "name": "Double Blaze",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM10",
      "printed_total": 95,
      "release_date": "2019/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Double Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573604",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Assassin Flight",
        "text": "You can use this attack only if your opponent's Active Pokémon is affected by a Special Condition. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Powder",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.68
        },
        {
          "condition": "LP",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:23:51.165Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}