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

← Destined Rivals
Huntail

Huntail

Uncommon #55 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Scav
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632868

Attacks

Wave Splash 80
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/sv10-55?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-55",
    "name": "Huntail",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/55.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632868",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Diver's Catch",
        "text": "When 1 of your Water Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon, you may put all Basic Water Energy attached to that Pokémon into your hand instead of the discard pile.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wave Splash",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Scav",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.95,
          "low": 8.46,
          "high": 11.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.75
      }
    }
  }
}