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

← Shining Darkness
Absol

Absol

Rare #417 Pokémon Basic HP 70
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Shining Darkness · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Baleful Wind
Colorless

Choose a card from your opponent's hand without looking and discard it. If you discarded a Trainer, Supporter, or Stadium card, choose 1 more card from your opponent's hand without looking and discard it.

Raid 10
Darkness

If you played Absol from your hand during this turn, this attack's base damage is 40 instead of 10.

GET /api/v1/pokemon/cards/dp3_ja-417?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3_ja-417",
    "name": "Absol",
    "number": "417",
    "printed_number": "417",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-417.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-417.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-417.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3_ja",
      "name": "Shining Darkness",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP3",
      "printed_total": 119,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Darkness"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-417.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-417.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-417.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Baleful Wind",
        "text": "Choose a card from your opponent's hand without looking and discard it. If you discarded a Trainer, Supporter, or Stadium card, choose 1 more card from your opponent's hand without looking and discard it."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Raid",
        "text": "If you played Absol from your hand during this turn, this attack's base damage is 40 instead of 10.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 14.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.4
        },
        {
          "condition": "LP",
          "price": 6.99
        },
        {
          "condition": "MP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.24,
          "low": 105.5,
          "high": 105.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-18T06:48:39.082Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}