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

← Offense and Defense of the Furthest Ends
Altaria ex δ

Altaria ex δ

Rare Holo ex #19 Pokémon Stage 1exDelta Species HP 100
Types
Water
Illustrator
Shizurow
Expansion
Offense and Defense of the Furthest Ends · PCG
Language
Japanese
TCGplayer

Attacks

Healing Light 60
Water · Colorless · Colorless

Remove 1 damage counter from each of your Pokémon.

GET /api/v1/pokemon/cards/pcg9_ja-19vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg9_ja-19vh",
    "name": "Altaria ex δ",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg9_ja",
      "name": "Offense and Defense of the Furthest Ends",
      "total": 68,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 68,
      "release_date": "2006/06/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Offense and Defense of the Furthest Ends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex",
      "Delta Species"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Extra Boost",
        "text": "Once during your turn (before your attack), you may attach a basic Energy card from your hand to 1 of your Stage 2 Pokémon-ex. This power can't be used if Altaria ex is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Healing Light",
        "text": "Remove 1 damage counter from each of your Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30-30"
      }
    ],
    "rarity": "Rare Holo ex",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 62.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 62.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 68.85,
          "low": 76,
          "high": 76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 312.5,
          "low": 265.63,
          "high": 359.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 26,
          "high": 29.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 155.06,
          "low": 193.65,
          "high": 218.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-04-27T16:23:09.734Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}