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

← Hidden Legends
Relicanth

Relicanth

Rare #24 Pokémon Basic HP 60
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Hidden Legends · EX
Language
English
TCGplayer
88684

Attacks

Yawn 10
Water

Flip a coin. If heads, the Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/ex5-24?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex5-24",
    "name": "Relicanth",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/24.large.webp"
      }
    ],
    "expansion": {
      "id": "ex5",
      "name": "Hidden Legends",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HL",
      "printed_total": 101,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88684",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Deep Sleep",
        "text": "As long as Relicanth is your Active Pokémon, a player flips 2 coins for each of his or her Pokémon that is Asleep between turns. If either coin is tails, that Pokémon is still Asleep.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Yawn",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.76
        },
        {
          "condition": "LP",
          "price": 1.18
        },
        {
          "condition": "MP",
          "price": 1.01
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 1.47
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:23:37.181Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.57
      }
    }
  }
}