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

← Lost Link
Altaria

Altaria

Rare Holo #33 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Ryo Ueda
Expansion
Lost Link · LEGEND
Language
Japanese
TCGplayer
608652

Attacks

Midnight Eyes 20
Colorless

The Defending Pokémon is now Asleep.

Stadium Power 40+
Colorless · Colorless · Colorless

If there is any Stadium card in play, this attack does 40 damage plus 30 more damage.

GET /api/v1/pokemon/cards/ll1_ja-33vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ll1_ja-33vh",
    "name": "Altaria",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/33vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/33vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/33vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ll1_ja",
      "name": "Lost Link",
      "total": 40,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "LL",
      "printed_total": 40,
      "release_date": "2010/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Link"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608652",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/33vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/33vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/33vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Midnight Eyes",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stadium Power",
        "text": "If there is any Stadium card in play, this attack does 40 damage plus 30 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 10.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.76
        },
        {
          "condition": "LP",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 22.07,
          "low": 22.07,
          "high": 22.07,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 407.8,
          "low": 674,
          "high": 674,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.91,
          "low": 22.6,
          "high": 23.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 46,
          "low": 43.9,
          "high": 96.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:40:22.839Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}