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

← Plasma Storm
Giratina

Giratina

Rare #62 Pokémon BasicTeam Plasma HP 130
Types
Psychic
Illustrator
5ban Graphics
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
85738

Attacks

Hex 50
Psychic · Colorless · Colorless

If the Defending Pokémon is affected by a Special Condition, this attack does 50 more damage.

Shadow Claw 90
Psychic · Psychic · Colorless · Colorless

Discard a random card from your opponent's hand.

GET /api/v1/pokemon/cards/bw8-62?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-62",
    "name": "Giratina",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/62.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85738",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Team Plasma"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hex",
        "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 50 more damage.",
        "damage": "50"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Shadow Claw",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.16
        },
        {
          "condition": "LP",
          "price": 3.48
        },
        {
          "condition": "MP",
          "price": 3
        },
        {
          "condition": "HP",
          "price": 2.03
        },
        {
          "condition": "DMG",
          "price": 1.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28,
          "low": 28,
          "high": 58.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 750,
          "low": 637.5,
          "high": 862.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27.49,
          "low": 24.98,
          "high": 30,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.82
      }
    }
  }
}