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
Pidove

Pidove

Common #11 Pokémon Basic HP 40
Types
Colorless
Illustrator
Ken Sugimori
Expansion
McDonald's Collection 2011 · Other
Language
English
TCGplayer
88055

Attacks

Growl
Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

Gust 10
Colorless
GET /api/v1/pokemon/cards/mcd11-11vh?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd11-11vh",
    "name": "Pidove",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/11vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/11vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/11vh.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": "88055",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/11vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/11vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/11vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growl",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gust",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 8.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.9
        },
        {
          "condition": "LP",
          "price": 2.17
        },
        {
          "condition": "MP",
          "price": 1.54
        },
        {
          "condition": "HP",
          "price": 0.58
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 85,
          "low": 85,
          "high": 86.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:12.007Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.71
      }
    }
  }
}