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

← Skyscraping Perfection
Noivern V

Noivern V

Super Rare #73 Pokémon BasicV HP 200
Types
Dragon
Illustrator
Ayaka Yoshida
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569396

Attacks

Boomburst
Psychic

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

Synchro Loud 60+
Psychic · Darkness

If you have the same number of cards in your hand as your opponent, this attack does 120 more damage.

GET /api/v1/pokemon/cards/swsh7d_ja-73vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-73vh",
    "name": "Noivern V",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/73vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/73vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/73vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569396",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/73vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/73vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/73vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "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"
        ],
        "converted_energy_cost": 2,
        "name": "Synchro Loud",
        "text": "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage.",
        "damage": "60+"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 3.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.5,
          "low": 23.38,
          "high": 31.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T12:35:19.212Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.15
      }
    }
  }
}