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

← White Collection
Reuniclus

Reuniclus

Rare #27 Pokémon Stage 2 HP 90
Types
Psychic
Illustrator
5ban Graphics
Expansion
White Collection · Black & White
Language
Japanese
TCGplayer

Attacks

Psywave 30+
Psychic · Psychic · Psychic

Does 10 more damage for each Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw1w_ja-27vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1w_ja-27vh",
    "name": "Reuniclus",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/27vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/27vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/27vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1w_ja",
      "name": "White Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/27vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/27vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/27vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Damage Swap",
        "text": "As often as you like during your turn (before your attack), you may move 1 damage counter from 1 of your Pokémon to another of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Psywave",
        "text": "Does 10 more damage for each Energy attached to the Defending Pokémon.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 179.96,
          "high": 373.12,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T06:18:14.869Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}