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

← Plasma Storm
Maractus

Maractus

Uncommon #11 Pokémon Basic HP 90
Types
Grass
Illustrator
Shigenori Negishi
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
87191

Attacks

Dazzle Dance 10
Grass

The Defending Pokémon is now Confused.

Ambush 20
Grass · Colorless

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bw8-11?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-11",
    "name": "Maractus",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/11.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87191",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Dazzle Dance",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "LP",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}