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 Thunder
Alolan Ninetales-GX

Alolan Ninetales-GX

Rare Rainbow #225 Pokémon Stage 1GX HP 200
Types
Fairy
Illustrator
5ban Graphics
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178951

Attacks

Snowy Wind 70
Fairy · Colorless

This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Sublimation-GX
Fairy · Colorless

If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm8-225vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-225vh",
    "name": "Alolan Ninetales-GX",
    "number": "225",
    "printed_number": "225",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/225vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/225vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/225vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178951",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/225vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/225vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/225vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "Mysterious Guidance",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Snowy Wind",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "70"
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sublimation-GX",
        "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 87.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 87.46
        },
        {
          "condition": "LP",
          "price": 78.13
        },
        {
          "condition": "MP",
          "price": 38.98
        },
        {
          "condition": "DMG",
          "price": 33.06
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 79.37,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 473.24,
          "low": 465,
          "high": 465,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 60,
          "low": 60,
          "high": 79.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 76.01,
          "low": 64,
          "high": 95.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:52:07.627Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.59
      }
    }
  }
}