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

← Roaring Skies
Altaria

Altaria

Rare #74 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Naoki Saito
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98089

Attacks

Wing Attack 30
Colorless · Colorless
GET /api/v1/pokemon/cards/xy6-74?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-74",
    "name": "Altaria",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/74.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/74.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/74.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98089",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/74.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/74.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/74.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Clear Humming",
        "text": "Each of your Colorless Pokémon has no Weakness.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wing Attack",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.55
        },
        {
          "condition": "LP",
          "price": 1.29
        },
        {
          "condition": "MP",
          "price": 1.03
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.61
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 180.6,
          "low": 153.51,
          "high": 207.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:50:28.660Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.9
      }
    }
  }
}