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

← Fates Collide
Reuniclus

Reuniclus

Rare #35 Pokémon Stage 2 HP 90
Types
Psychic
Illustrator
Yukiko Baba
Expansion
Fates Collide · XY
Language
English
TCGplayer
117795

Attacks

Link Fusion 10
Psychic · Colorless

If Solosis is on your Bench, this attack does 30 more damage. If Duosion is on your Bench, this attack does 60 more damage. If Reuniclus is on your Bench, this attack does 90 more damage.

GET /api/v1/pokemon/cards/xy10-35?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-35",
    "name": "Reuniclus",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/35.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117795",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Link Fusion",
        "text": "If Solosis is on your Bench, this attack does 30 more damage. If Duosion is on your Bench, this attack does 60 more damage. If Reuniclus is on your Bench, this attack does 90 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 0.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.46
        },
        {
          "condition": "LP",
          "price": 0.39
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.15
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:44:28.772Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.17
      }
    }
  }
}