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

← Star Birth
Flygon V

Flygon V

Double Rare #72 Pokémon Stage 2V HP 220
Types
Dragon
Illustrator
PLANETA Mochizuki
Expansion
Star Birth · Sword & Shield
Language
Japanese
TCGplayer
569700

Attacks

Sand Spray 70
Grass · Fighting
Dragon Impulse 160+
Grass · Fighting · Fighting · Colorless

If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 160 more damage (before applying Weakness and Resistance). If you do, discard 3 Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh9_ja-72vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9_ja-72vh",
    "name": "Flygon V",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/72vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/72vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/72vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9_ja",
      "name": "Star Birth",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9",
      "printed_total": 100,
      "release_date": "2022/01/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Star Birth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569700",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/72vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/72vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/72vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "V"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Sand Spray",
        "damage": "70"
      },
      {
        "cost": [
          "Grass",
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Impulse",
        "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 160 more damage (before applying Weakness and Resistance). If you do, discard 3 Energy from this Pokémon.",
        "damage": "160+"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "LP",
          "price": 0.53
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.75,
          "low": 8,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.5,
          "low": 22.5,
          "high": 24.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 14.2,
          "low": 11.05,
          "high": 11.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "7",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:00:27.296Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.62
      }
    }
  }
}