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

← Unified Minds
Relicanth

Relicanth

Uncommon #111 Pokémon Basic HP 90
Types
Fighting
Illustrator
Yuka Morii
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195064

Attacks

Deep Sea Boring
Colorless

Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.

Water Pulse 30
Colorless · Colorless

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

GET /api/v1/pokemon/cards/sm11-111vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-111vrh",
    "name": "Relicanth",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/111vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/111vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/111vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195064",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/111vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/111vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/111vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Deep Sea Boring",
        "text": "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Pulse",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 10.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.41
        },
        {
          "condition": "LP",
          "price": 6.32
        },
        {
          "condition": "MP",
          "price": 3.33
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}