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

← Temporal Forces
Reuniclus

Reuniclus

Uncommon #72 Pokémon Stage 2 HP 120
Types
Psychic
Illustrator
Gemi
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542816

Attacks

Summoning Gate
Colorless

Look at the top 8 cards of your deck. You may put any number of Pokémon you find there onto your Bench. Shuffle the other cards back into your deck.

Brain Shake 100
Psychic · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sv5-72?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-72",
    "name": "Reuniclus",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/72.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542816",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Summoning Gate",
        "text": "Look at the top 8 cards of your deck. You may put any number of Pokémon you find there onto your Bench. Shuffle the other cards back into your deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Brain Shake",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Gemi",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-14T07:24:14.347Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}