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

← Emerging Powers
Audino

Audino

Uncommon #83 Pokémon Basic HP 90
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
83661

Attacks

Powerful Slap 40
Colorless

Flip a coin for each Energy attached to this Pokémon. This attack does 40 damage times the number of heads.

Heal Pulse
Colorless · Colorless · Colorless

Heal 50 damage from 1 of your Pokémon.

GET /api/v1/pokemon/cards/bw2-83vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-83vrh",
    "name": "Audino",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/83vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/83vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/83vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83661",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/83vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/83vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/83vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Powerful Slap",
        "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 40 damage times the number of heads.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heal Pulse",
        "text": "Heal 50 damage from 1 of your Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.05
        },
        {
          "condition": "LP",
          "price": 0.84
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}