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

← GG End
Giratina

Giratina

Rare #16 Pokémon Basic HP 130
Types
Psychic
Illustrator
Misa Tsutsui
Expansion
GG End · Sun & Moon
Language
Japanese
TCGplayer
574192

Attacks

Fade to Black 70
Psychic · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sm10a_ja-16vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10a_ja-16vh",
    "name": "Giratina",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10a_ja",
      "name": "GG End",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10a",
      "printed_total": 54,
      "release_date": "2019/04/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GG End"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574192",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/16vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Dimension Breach",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard a Special Energy from your opponent's Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fade to Black",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 3.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.4
        },
        {
          "condition": "LP",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.5,
          "low": 23,
          "high": 28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.63,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 66,
          "low": 49,
          "high": 82.16,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "down",
            "percent": -5
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.98,
          "low": 19.5,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42,
          "low": 35.6,
          "high": 43.58,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:43:03.363Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.13
      }
    }
  }
}