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

← Celestial Storm
Mawile

Mawile

Uncommon #91 Pokémon Basic HP 70
Types
Metal
Illustrator
Kagemaru Himeno
Expansion
Celestial Storm · Sun & Moon
Language
English
TCGplayer
170916

Attacks

Mining
Colorless

Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If that card is a Pokémon Tool card, instead of putting it into your hand, you may attach it to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.

Bite Off 20
Metal · Colorless

If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 30 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sm7-91vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7-91vrh",
    "name": "Mawile",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/91vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/91vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/91vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7",
      "name": "Celestial Storm",
      "total": 187,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CES",
      "printed_total": 168,
      "release_date": "2018/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "170916",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/91vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/91vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/91vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mining",
        "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If that card is a Pokémon Tool card, instead of putting it into your hand, you may attach it to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it."
      },
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite Off",
        "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 30 more damage (before applying Weakness and Resistance).",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.53
        },
        {
          "condition": "LP",
          "price": 0.52
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.41
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 47.5,
          "low": 40.38,
          "high": 54.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:31:57.330Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.92
      }
    }
  }
}