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

← ADV Promos
Forina's Absol

Forina's Absol

Promo #40 Pokémon Basic
Types
Darkness
Illustrator
Atsuko Nishida
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Razor Wind 30
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

Darkness Charge 30
Darkness · Colorless · Colorless

Put 1 damage counter on Forina's Absol.

GET /api/v1/pokemon/cards/advp_ja-40vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-40vh",
    "name": "Forina's Absol",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Wind",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Darkness Charge",
        "text": "Put 1 damage counter on Forina's Absol.",
        "damage": "30"
      }
    ],
    "rarity": "Promo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 140.39,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 143,
          "low": 121.55,
          "high": 164.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 786.97,
          "low": 828.99,
          "high": 1158.78,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 145,
          "low": 124.95,
          "high": 153.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T02:31:54.883Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}