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

← Future Flash
Altaria ex

Altaria ex

Double Rare #46 Pokémon Stage 1ex HP 260
Types
Dragon
Illustrator
Saki Hayashiro
Expansion
Future Flash · Scarlet & Violet
Language
Japanese
TCGplayer
566006

Attacks

Light Pulse 140
Water · Metal

During your opponent's next turn, prevent all effects of attacks used by your opponent's Pokémon done to this Pokémon. (Damage is not an effect.)

GET /api/v1/pokemon/cards/sv4m_ja-46vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4m_ja-46vh",
    "name": "Altaria ex",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/46vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/46vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/46vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4m_ja",
      "name": "Future Flash",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4M",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Future Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566006",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/46vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/46vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/46vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "260",
    "abilities": [
      {
        "name": "Humming Heal",
        "text": "Once during your turn, you may heal 20 damage from each of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Light Pulse",
        "text": "During your opponent's next turn, prevent all effects of attacks used by your opponent's Pokémon done to this Pokémon. (Damage is not an effect.)",
        "damage": "140"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Saki Hayashiro",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 8,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5.25,
          "low": 4.46,
          "high": 6.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5.55,
          "low": 5,
          "high": 5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 18.5,
          "high": 39.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:35.813Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.56
      }
    }
  }
}