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

← Paradigm Trigger
Dragalge

Dragalge

Non #61 Pokémon Stage 1 HP 120
Types
Darkness
Illustrator
NC Empire
Expansion
Paradigm Trigger · Sword & Shield
Language
Japanese
TCGplayer
570119

Attacks

Rocket Poison
Darkness

Your opponent's Active Pokémon is now Poisoned. If this Pokémon evolved from Skrelp during this turn, during Pokémon Checkup, put 8 damage counters on that Pokémon instead of 1.

Razor Fin 60
Darkness · Colorless
GET /api/v1/pokemon/cards/swsh12_ja-61?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12_ja-61",
    "name": "Dragalge",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/61.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12_ja",
      "name": "Paradigm Trigger",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12",
      "printed_total": 98,
      "release_date": "2022/10/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradigm Trigger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570119",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Rocket Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned. If this Pokémon evolved from Skrelp during this turn, during Pokémon Checkup, put 8 damage counters on that Pokémon instead of 1."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Fin",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "NC Empire",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:41:43.982Z",
      "trend_7d": {
        "direction": "down",
        "percent": -57.58
      }
    }
  }
}