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

← Lost Origin
Mawile

Mawile

Common #71 Pokémon Basic HP 90
Types
Psychic
Illustrator
kurumitsu
Expansion
Lost Origin · Sword & Shield
Language
English
TCGplayer
283948

Attacks

Tempting Trap
Colorless

During your opponent's next turn, the Defending Pokémon can't retreat. During your next turn, the Defending Pokémon takes 90 more damage from attacks (after applying Weakness and Resistance).

Bite 90
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh11-71?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11-71",
    "name": "Mawile",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/71.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11",
      "name": "Lost Origin",
      "total": 217,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "LOR",
      "printed_total": 196,
      "release_date": "2022/09/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "283948",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tempting Trap",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat. During your next turn, the Defending Pokémon takes 90 more damage from attacks (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bite",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kurumitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.08
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:49:18.643Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}