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 2023
Klawf

Klawf

Promo #11 Pokémon Basic HP 130
Types
Fighting
Illustrator
nagimiso
Expansion
McDonald's Collection 2023 · Other
Language
English
TCGplayer
516522

Attacks

Vise Grip 50
Fighting · Fighting
Adrenaline Hammer 130
Fighting · Fighting · Fighting

This Pokemon is now confused.

GET /api/v1/pokemon/cards/mcd23-11vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd23-11vh",
    "name": "Klawf",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/11vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/11vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/11vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd23",
      "name": "McDonald's Collection 2023",
      "total": 15,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 15,
      "release_date": "2023/09/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd23.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd23.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516522",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/11vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/11vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/11vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Vise Grip",
        "damage": "50"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Adrenaline Hammer",
        "text": "This Pokemon is now confused.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 11,
          "high": 16,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "8.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:45:16.334Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.04
      }
    }
  }
}