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

← Supreme Victors
Mawile

Mawile

Rare #33 Pokémon Basic HP 70
Types
Metal
Illustrator
Suwama Chiaki
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
87262

Attacks

Turnaround Standby
Metal

During your next turn, any damage done by Mawile's Swallow or Bite to your opponent's Active Pokémon is increased by 40 (before applying Weakness and Resistance).

Swallow 20
Colorless · Colorless

Remove from Mawile the number of damage counters equal to the damage you did to the Defending Pokémon.

Bite 30
Colorless · Colorless
GET /api/v1/pokemon/cards/pl3-33?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-33",
    "name": "Mawile",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/33.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87262",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Turnaround Standby",
        "text": "During your next turn, any damage done by Mawile's Swallow or Bite to your opponent's Active Pokémon is increased by 40 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swallow",
        "text": "Remove from Mawile the number of damage counters equal to the damage you did to the Defending Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 3.42
        },
        {
          "condition": "MP",
          "price": 2.46
        },
        {
          "condition": "HP",
          "price": 1.81
        },
        {
          "condition": "DMG",
          "price": 1.67
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.6
      }
    }
  }
}