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

← McDonald's Collection 2011
Audino

Audino

Common #12 Pokémon Basic HP 80
Types
Colorless
Illustrator
MAHOU
Expansion
McDonald's Collection 2011 · Other
Language
English
TCGplayer
83660

Attacks

Double Slap 30
Colorless · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/mcd11-12vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd11-12vh",
    "name": "Audino",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd11",
      "name": "McDonald's Collection 2011",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2011/06/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83660",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/12vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Slap",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 6.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.49
        },
        {
          "condition": "LP",
          "price": 2.91
        },
        {
          "condition": "MP",
          "price": 1.89
        },
        {
          "condition": "HP",
          "price": 1.22
        },
        {
          "condition": "DMG",
          "price": 0.92
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.38,
          "low": 19.87,
          "high": 26.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:12.007Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.39
      }
    }
  }
}