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

← Miracle Twin
Noivern

Noivern

Non #71 Pokémon Stage 1 HP 120
Types
Dragon
Illustrator
Shin Nagasawa
Expansion
Miracle Twin · Sun & Moon
Language
Japanese
TCGplayer
574574

Attacks

Boomburst
Colorless

This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Dragon Pulse 120
Psychic · Darkness · Colorless

Discard the top card of your deck.

GET /api/v1/pokemon/cards/sm11_ja-71?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11_ja-71",
    "name": "Noivern",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/71.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11_ja",
      "name": "Miracle Twin",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11",
      "printed_total": 94,
      "release_date": "2019/05/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Twin"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574574",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Boomburst",
        "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Psychic",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Pulse",
        "text": "Discard the top card of your deck.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T17:32:24.294Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}