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

← Shining Legends
Feraligatr

Feraligatr

Uncommon #20 Pokémon Stage 2 HP 160
Types
Water
Illustrator
nagimiso
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146673

Attacks

Crunch 80
Water · Colorless · Colorless

Discard an Energy from your opponent's Active Pokémon.

Hydro Splash 130
Water · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm35-20vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-20vrh",
    "name": "Feraligatr",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/20vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/20vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/20vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146673",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/20vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/20vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/20vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crunch",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "80"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hydro Splash",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 1.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.21
        },
        {
          "condition": "LP",
          "price": 0.76
        },
        {
          "condition": "MP",
          "price": 0.5
        },
        {
          "condition": "HP",
          "price": 1.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.93,
          "low": 33.09,
          "high": 44.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.92,
          "low": 18.38,
          "high": 45.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 15.5,
          "low": 15.5,
          "high": 15.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.54
      }
    }
  }
}