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 2019
Alolan Dugtrio

Alolan Dugtrio

Common #11 Pokémon Stage 1 HP 60
Types
Metal
Illustrator
Megumi Mizutani
Expansion
McDonald's Collection 2019 · Other
Language
English
TCGplayer
200976

Attacks

Gold Rush 30

Discard any number of Metal Energy cards from your hand. This attack does 30 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/mcd19-11vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd19-11vh",
    "name": "Alolan Dugtrio",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/11vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/11vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/11vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd19",
      "name": "McDonald's Collection 2019",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2019/10/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "200976",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/11vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/11vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/11vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Gold Rush",
        "text": "Discard any number of Metal Energy cards from your hand. This attack does 30 damage for each card you discarded in this way.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 10.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.83
        },
        {
          "condition": "LP",
          "price": 4.6
        },
        {
          "condition": "MP",
          "price": 2.45
        },
        {
          "condition": "HP",
          "price": 1.72
        },
        {
          "condition": "DMG",
          "price": 1.62
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:23:38.971Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.4
      }
    }
  }
}