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 Abyss
Giratina V

Giratina V

Double Rare #80 Pokémon BasicV HP 220
Types
Dragon
Illustrator
5ban Graphics
Expansion
Lost Abyss · Sword & Shield
Language
Japanese
TCGplayer
570011

Attacks

Abyss Seek
Colorless

Look at the top 4 cards of your deck and put 2 of them into your hand. Put the other cards in the Lost Zone.

Shred 160
Grass · Psychic · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh11_ja-80vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11_ja-80vh",
    "name": "Giratina V",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/80vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/80vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/80vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11_ja",
      "name": "Lost Abyss",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11",
      "printed_total": 100,
      "release_date": "2022/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Abyss"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570011",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/80vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/80vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/80vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Abyss Seek",
        "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Put the other cards in the Lost Zone."
      },
      {
        "cost": [
          "Grass",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "160"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.91
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.49,
          "low": 20.5,
          "high": 23.98,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.73,
          "low": 11,
          "high": 11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.5,
          "low": 32.2,
          "high": 61.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 19.91,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:40:55.315Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9
      }
    }
  }
}