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

← Megalo Cannon
Reuniclus

Reuniclus

Non #36 Pokémon Stage 2 HP 100
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Megalo Cannon · Black & White
Language
Japanese
TCGplayer
602764

Attacks

Barrier Attack 30
Psychic

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance.)

Telekinesis of Nobility 70
Psychic · Colorless · Colorless

Switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/bw9_ja-36?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9_ja-36",
    "name": "Reuniclus",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9_ja",
      "name": "Megalo Cannon",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW9",
      "printed_total": 76,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Megalo Cannon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602764",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Barrier Attack",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance.)",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Telekinesis of Nobility",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:24:58.332Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}