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

← Eevee Heroes
Mawile

Mawile

usually #36 Pokémon Basic HP 90
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Eevee Heroes · Sword & Shield
Language
Japanese
TCGplayer
570499

Attacks

Chomp Chomp Hold 30
Psychic

During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more and it's Retreat Cost is Colorless more.

GET /api/v1/pokemon/cards/swsh6a_ja-36?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6a_ja-36",
    "name": "Mawile",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6a_ja",
      "name": "Eevee Heroes",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6a",
      "printed_total": 69,
      "release_date": "2021/05/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Eevee Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570499",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Chomp Chomp Hold",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more and it's Retreat Cost is Colorless more.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:25:28.575Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.38
      }
    }
  }
}