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

← Time Gazer
Mawile

Mawile

usually #24 Pokémon Basic HP 90
Types
Psychic
Illustrator
kurumitsu
Expansion
Time Gazer · Sword & Shield
Language
Japanese
TCGplayer
569779

Attacks

Sweet 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/swsh10d_ja-24?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10d_ja-24",
    "name": "Mawile",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10d_ja",
      "name": "Time Gazer",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10D",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Time Gazer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569779",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sweet 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": "usually",
    "artist": "kurumitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.46
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:05:23.979Z",
      "trend_7d": {
        "direction": "down",
        "percent": -29.23
      }
    }
  }
}