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

← Dragon Majesty
Altaria

Altaria

Rare Holo #40a Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Shin Nagasawa
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
184219

Attacks

Pierce 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm75-40avh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-40avh",
    "name": "Altaria",
    "number": "40a",
    "printed_number": "40a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/40avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/40avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/40avh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "184219",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/40avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/40avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/40avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Fight Song",
        "text": "Your Dragon Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pierce",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 4.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.74
        },
        {
          "condition": "LP",
          "price": 1.65
        },
        {
          "condition": "MP",
          "price": 1.47
        },
        {
          "condition": "HP",
          "price": 1.5
        },
        {
          "condition": "DMG",
          "price": 1.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}