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

← Dragons Exalted
Audino

Audino

Uncommon #108 Pokémon Basic HP 90
Types
Colorless
Illustrator
Tomokazu Komiya
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
83663

Attacks

Wake-up Beam 40
Colorless · Colorless

Remove all Special Conditions from the Defending Pokémon.

Drain Slap 60
Colorless · Colorless · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/bw6-108vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-108vrh",
    "name": "Audino",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/108vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/108vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/108vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83663",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/108vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/108vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/108vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wake-up Beam",
        "text": "Remove all Special Conditions from the Defending Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Drain Slap",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 24.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.7
        },
        {
          "condition": "LP",
          "price": 11.42
        },
        {
          "condition": "MP",
          "price": 7.44
        },
        {
          "condition": "HP",
          "price": 1.5
        },
        {
          "condition": "DMG",
          "price": 14.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.67
      }
    }
  }
}