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

← Champion Road
Mawile

Mawile

usually #42 Pokémon Basic HP 70
Types
Metal
Illustrator
Kagemaru Himeno
Expansion
Champion Road · Sun & Moon
Language
Japanese
TCGplayer

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/sm6b_ja-42?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6b_ja-42",
    "name": "Mawile",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/42.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6b_ja",
      "name": "Champion Road",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6b",
      "printed_total": 66,
      "release_date": "2018/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Champion Road"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/42.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": "usually",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:07.680Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.31
      }
    }
  }
}