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

← Legendary Treasures
Reuniclus

Reuniclus

Rare #76 Pokémon Stage 2 HP 90
Types
Psychic
Illustrator
Kyoko Umemoto
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
88724

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/bw11-76vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-76vrh",
    "name": "Reuniclus",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/76vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/76vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/76vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88724",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/76vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/76vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/76vrh.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": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 3.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.7
        },
        {
          "condition": "MP",
          "price": 1.33
        },
        {
          "condition": "HP",
          "price": 1.48
        },
        {
          "condition": "DMG",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}