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

← Great Encounters
Relicanth

Relicanth

Uncommon #51 Pokémon Basic HP 70
Types
Water
Illustrator
Ken Sugimori
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
88687

Attacks

Primal Calling

Search your deck for up to 3 Trainer Cards that have Fossil in their names, show them to your opponent, and put them into your hand. Shuffle your deck afterward.

Sleep Swirl 30
Colorless · Colorless

Both Relicanth and the Defending Pokémon are now Asleep.

GET /api/v1/pokemon/cards/dp4-51?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-51",
    "name": "Relicanth",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/51.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88687",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Primal Calling",
        "text": "Search your deck for up to 3 Trainer Cards that have Fossil in their names, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sleep Swirl",
        "text": "Both Relicanth and the Defending Pokémon are now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.81
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.72
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.26
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 53,
          "low": 45.05,
          "high": 60.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20.98,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 105,
          "low": 89.25,
          "high": 120.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.81
      }
    }
  }
}