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

← Unified Minds
Jirachi-GX

Jirachi-GX

Rare Ultra #79a Pokémon BasicGX HP 160
Types
Psychic
Illustrator
5ban Graphics
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195009

Attacks

Star Search
Psychic

Search your deck for an Energy card and attach it to 1 of your Psychic Pokémon. Then, shuffle your deck.

Star Shield-GX 100
Psychic · Psychic · Psychic

Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm11-79a?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-79a",
    "name": "Jirachi-GX",
    "number": "79a",
    "printed_number": "79a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/79a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/79a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/79a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195009",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/79a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/79a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/79a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Psychic Zone",
        "text": "Don't apply Psychic Weakness when Pokémon (both yours and your opponent's) take damage from attacks.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Star Search",
        "text": "Search your deck for an Energy card and attach it to 1 of your Psychic Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Star Shield-GX",
        "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 14.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.17
        },
        {
          "condition": "LP",
          "price": 12.62
        },
        {
          "condition": "MP",
          "price": 9.01
        },
        {
          "condition": "HP",
          "price": 8.05
        },
        {
          "condition": "DMG",
          "price": 5.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:52:58.561Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.78
      }
    }
  }
}