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

← Shrouded Fable
Absol

Absol

Common #30 Pokémon Basic HP 110
Types
Darkness
Illustrator
rika
Expansion
Shrouded Fable · Scarlet & Violet
Language
English
TCGplayer
560340

Attacks

Darkfall 20
Colorless

If you have at least 3 Darkness Energy in play, this attack does 50 more damage.

GET /api/v1/pokemon/cards/sv6pt5-30vrh?include=prices 200 92ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6pt5-30vrh",
    "name": "Absol",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/30vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/30vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/30vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv6pt5",
      "name": "Shrouded Fable",
      "total": 99,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SFA",
      "printed_total": 64,
      "release_date": "2024/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "560340",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/30vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/30vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/30vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Darkfall",
        "text": "If you have at least 3 Darkness Energy in play, this attack does 50 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "rika",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.85,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-29T15:18:38.056Z",
      "trend_7d": {
        "direction": "up",
        "percent": 19.05
      }
    }
  }
}