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

← Surging Sparks
Altaria

Altaria

Uncommon #134 Pokémon Stage 1 HP 120
Types
Dragon
Illustrator
rika
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589861

Attacks

Humming Charge
Water

Search your deck for up to 2 Basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.

Cotton Wings 100
Water · Metal

Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.

GET /api/v1/pokemon/cards/sv8-134vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-134vrh",
    "name": "Altaria",
    "number": "134",
    "printed_number": "134",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/134vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/134vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/134vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589861",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/134vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/134vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/134vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Humming Charge",
        "text": "Search your deck for up to 2 Basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Cotton Wings",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.",
        "damage": "100"
      }
    ],
    "rarity": "Uncommon",
    "artist": "rika",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 109.99,
          "low": 93.49,
          "high": 126.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 7,
          "high": 11,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:36:43.744Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.33
      }
    }
  }
}