Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 3
Absol

Absol

Rare #0805/07 Pokémon Basic HP 100
Types
Darkness
Illustrator
Shinji Kanda
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Drawareness
Colorless

You may discard any number of cards from your hand until you have 4 or fewer. Draw cards until you have 5 cards in your hand.

Enhanced Blade 20
Colorless · Colorless

If this Pokémon has a Pokémon Tool attached, this attack does 60 more damage.

GET /api/v1/pokemon/cards/gem3-0805?include=prices 200 52ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-0805",
    "name": "Absol",
    "number": "0805/07",
    "printed_number": "0805/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0805.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0805.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0805.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0805.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0805.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0805.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Drawareness",
        "text": "You may discard any number of cards from your hand until you have 4 or fewer. Draw cards until you have 5 cards in your hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Enhanced Blade",
        "text": "If this Pokémon has a Pokémon Tool attached, this attack does 60 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shinji Kanda",
    "pricing": {
      "currency": "USD",
      "market": 1.59,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 48.5,
          "low": 48.25,
          "high": 48.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 22.25,
          "high": 22.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.71,
          "low": 35.99,
          "high": 35.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.24,
          "low": 12.23,
          "high": 12.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 13.5,
          "low": 13.25,
          "high": 13.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 22.5,
          "low": 22.25,
          "high": 22.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:45:52.552Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}