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

← Forbidden Light
Malamar

Malamar

Non #37 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
You Iribi
Expansion
Forbidden Light · Sun & Moon
Language
Japanese
TCGplayer
574033

Attacks

Psychic Sphere 60
Psychic · Psychic · Colorless
GET /api/v1/pokemon/cards/sm6_ja-37?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6_ja-37",
    "name": "Malamar",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/37.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6_ja",
      "name": "Forbidden Light",
      "total": 110,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6",
      "printed_total": 94,
      "release_date": "2018/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Forbidden Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574033",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Psychic Recharge",
        "text": "Once during your turn (before your attack), you may attach a Psychic Energy card from your discard pile to 1 of your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic Sphere",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:01:56.350Z",
      "trend_7d": {
        "direction": "down",
        "percent": -21.6
      }
    }
  }
}