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

← Dark Order
Absol

Absol

Rare #23 Pokémon Basic HP 100
Types
Darkness
Illustrator
nagimiso
Expansion
Dark Order · Sun & Moon
Language
Japanese
TCGplayer
573423

Attacks

Shadow Seeker 30+
Darkness · Colorless · Colorless

This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.

GET /api/v1/pokemon/cards/sm8a_ja-23vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8a_ja-23vh",
    "name": "Absol",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/23vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/23vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/23vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8a_ja",
      "name": "Dark Order",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8a",
      "printed_total": 52,
      "release_date": "2018/10/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Order"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573423",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/23vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/23vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/23vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Dark Ambition",
        "text": "If your opponent's Active Pokémon is a Basic Pokémon, its Retreat Cost is Colorless more.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Seeker",
        "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "LP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 30,
          "high": 31.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.95,
          "low": 29.4,
          "high": 59.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:54:33.435Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.33
      }
    }
  }
}