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
Klink

Klink

Common #10 Pokémon Basic HP 50
Types
Metal
Illustrator
Ken Sugimori
Expansion
McDonald's Collection 2011 · Other
Language
English
TCGplayer
86480

Attacks

Charge Beam 10
Metal

Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon.

Irongrip 20
Metal · Colorless
GET /api/v1/pokemon/cards/mcd11-10vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd11-10vh",
    "name": "Klink",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/10vh.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": "86480",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Charge Beam",
        "text": "Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon.",
        "damage": "10"
      },
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Irongrip",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 3.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.81
        },
        {
          "condition": "LP",
          "price": 1.72
        },
        {
          "condition": "MP",
          "price": 0.93
        },
        {
          "condition": "HP",
          "price": 0.68
        },
        {
          "condition": "DMG",
          "price": 0.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:12.007Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.53
      }
    }
  }
}