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

← Secret of the Lakes
Feraligatr

Feraligatr

Rare Holo #191 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Kazuyuki Kano
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Energy Cyclone 20×
Water · Water

Choose as many Energy cards from your hand as you like and show them to your opponent. This attack does 20 damage times the number of Energy cards you chose. Put those Energy cards on top of your deck. Shuffle your deck afterward.

Breaking Tail 60
Water · Colorless · Colorless

Choose 1 card from your opponent's hand without looking and discard it.

GET /api/v1/pokemon/cards/dp2_ja-191vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-191vh",
    "name": "Feraligatr",
    "number": "191",
    "printed_number": "191",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-191vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-191vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-191vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2_ja",
      "name": "Secret of the Lakes",
      "total": 123,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP2",
      "printed_total": 123,
      "release_date": "2007/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Secret of the Lakes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-191vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-191vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-191vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Cyclone",
        "text": "Choose as many Energy cards from your hand as you like and show them to your opponent. This attack does 20 damage times the number of Energy cards you chose. Put those Energy cards on top of your deck. Shuffle your deck afterward.",
        "damage": "20×"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Breaking Tail",
        "text": "Choose 1 card from your opponent's hand without looking and discard it.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 41,
          "low": 41,
          "high": 79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 51,
          "low": 48.5,
          "high": 67.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.5,
          "low": 56,
          "high": 56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:46:43.732Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}