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

← Forbidden Light
Dragalge

Dragalge

Non #39 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
SATOSHI NAKAI
Expansion
Forbidden Light · Sun & Moon
Language
Japanese
TCGplayer
574035

Attacks

Twister 60
Psychic · Colorless

Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon. If both of them are tails, this attack does nothing.

GET /api/v1/pokemon/cards/sm6_ja-39?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6_ja-39",
    "name": "Dragalge",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6_ja",
      "name": "Forbidden Light",
      "total": 110,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6",
      "printed_total": 94,
      "release_date": "2018/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Forbidden Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574035",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Poison Point",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Poisoned.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Twister",
        "text": "Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon. If both of them are tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "SATOSHI NAKAI",
    "pricing": {
      "currency": "USD",
      "market": 1.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.29
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-18T02:02:37.227Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}