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

← Remix Bout
Absol

Absol

usually #43 Pokémon Basic HP 100
Types
Darkness
Illustrator
Mizue
Expansion
Remix Bout · Sun & Moon
Language
Japanese
TCGplayer
574955

Attacks

Ominous News
Colorless

Discard a Special Energy from 1 of your opponent's Pokémon.

Dirty Throw 70
Darkness · Colorless

Discard a card from your hand. If you can't discard a card, this attack does nothing.

GET /api/v1/pokemon/cards/sm11a_ja-43?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11a_ja-43",
    "name": "Absol",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11a_ja",
      "name": "Remix Bout",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11a",
      "printed_total": 64,
      "release_date": "2019/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Remix Bout"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574955",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ominous News",
        "text": "Discard a Special Energy from 1 of your opponent's Pokémon."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dirty Throw",
        "text": "Discard a card from your hand. If you can't discard a card, this attack does nothing.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:54:39.531Z",
      "trend_7d": {
        "direction": "down",
        "percent": -63.08
      }
    }
  }
}