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

← Blue Shock
Swoobat

Swoobat

usually #28 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
sui
Expansion
Blue Shock · XY
Language
Japanese
TCGplayer
604047

Attacks

Wave Amplification
Colorless

During your next turn, this Pokémon's Returning Echo attack does 60 more damage (before applying Weakness and Resistance).

Returning Echo 60
Psychic

Flip a coin. If tails, return this Pokémon and all cards attached to it to your hand.

GET /api/v1/pokemon/cards/xy8b_ja-28?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8b_ja-28",
    "name": "Swoobat",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/28.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8b_ja",
      "name": "Blue Shock",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Shock"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604047",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Wave Amplification",
        "text": "During your next turn, this Pokémon's Returning Echo attack does 60 more damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Returning Echo",
        "text": "Flip a coin. If tails, return this Pokémon and all cards attached to it to your hand.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 0.8
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-09T04:01:38.152Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}