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

← The Best of XY
Giratina

Giratina

Common #48 Pokémon Basic HP 130
Types
Psychic
Illustrator
5ban Graphics
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
598796

Attacks

Shadow Claw 110
Psychic · Psychic · Colorless · Colorless

Discard a random card from your opponent's hand.

GET /api/v1/pokemon/cards/xy_ja-48?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-48",
    "name": "Giratina",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "xy_ja",
      "name": "The Best of XY",
      "total": 188,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY",
      "printed_total": 171,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Best of XY"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "598796",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Devour Light",
        "text": "Each Pokémon BREAK has no Abilities (this includes Abilities of its previous Evolutions).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Shadow Claw",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 9.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.44
        },
        {
          "condition": "MP",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.8,
          "low": 14.28,
          "high": 19.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.4,
          "low": 7.14,
          "high": 9.66,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 94.63,
          "low": 28.15,
          "high": 1022.06,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -25.8
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.88,
          "low": 21.73,
          "high": 92.25,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 115,
          "low": 97.75,
          "high": 132.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:34.885Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25.53
      }
    }
  }
}