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
Pawmi

Pawmi

Promo #7 Pokémon Basic HP 60
Types
Lightning
Illustrator
kantaro
Expansion
McDonald's Collection 2023 · Other
Language
English
TCGplayer
516518

Attacks

Light Punch 10
Colorless
Zap Kick 20
Lightning · Colorless
GET /api/v1/pokemon/cards/mcd23-7?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd23-7",
    "name": "Pawmi",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/7.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": "516518",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Light Punch",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Zap Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "kantaro",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:45:16.334Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.52
      }
    }
  }
}