Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Call of Legends
Mawile

Mawile

Common #64 Pokémon Basic HP 60
Types
Metal
Illustrator
TOKIYA
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
87264

Attacks

Selfish Draw
Colorless

Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card.

Destructive Jaw 30
Metal · Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/col1-64?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-64",
    "name": "Mawile",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/64.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87264",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Selfish Draw",
        "text": "Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Destructive Jaw",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        },
        {
          "condition": "LP",
          "price": 0.46
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 130,
          "low": 110.5,
          "high": 149.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 35.1,
          "low": 29.84,
          "high": 40.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.56
      }
    }
  }
}