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

← Noble Victories
Reuniclus

Reuniclus

Rare #52 Pokémon Stage 2 HP 90
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
88720

Attacks

Future Sight
Colorless

Look at the top 5 cards of your deck and put them back on top of your deck in any order.

Net Force 40
Psychic

Does 40 damage times the number of Reuniclus you have in play.

GET /api/v1/pokemon/cards/bw3-52?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-52",
    "name": "Reuniclus",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/52.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/52.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/52.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88720",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/52.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/52.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/52.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Future Sight",
        "text": "Look at the top 5 cards of your deck and put them back on top of your deck in any order."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Net Force",
        "text": "Does 40 damage times the number of Reuniclus you have in play.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.09
        },
        {
          "condition": "LP",
          "price": 0.59
        },
        {
          "condition": "MP",
          "price": 0.42
        },
        {
          "condition": "HP",
          "price": 0.63
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.81
      }
    }
  }
}