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

← Noble Victories
Audino

Audino

Uncommon #85 Pokémon Basic HP 90
Types
Colorless
Illustrator
Naoki Saito
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
83662

Attacks

Do the Wave 10
Colorless · Colorless

Does 10 damage times the number of your Benched Pokémon.

GET /api/v1/pokemon/cards/bw3-85?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-85",
    "name": "Audino",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/85.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/85.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/85.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83662",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/85.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/85.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/85.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Do the Wave",
        "text": "Does 10 damage times the number of your Benched Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.24
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 135.82,
          "low": 115.45,
          "high": 156.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.64,
          "low": 14.14,
          "high": 19.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.25,
          "low": 15.51,
          "high": 20.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.96,
          "low": 28.02,
          "high": 37.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}