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
Gyarados

Gyarados

Rare #154 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Enrage 80
Water · Water · Colorless · Colorless

Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it. If the first coin is tails, Gyarados is now Confused.

GET /api/v1/pokemon/cards/dp2_ja-154?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-154",
    "name": "Gyarados",
    "number": "154",
    "printed_number": "154",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-154.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-154.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-154.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-154.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-154.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-154.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Dragon DNA",
        "text": "Gyarados can use any attack from its Basic Pokémon. (You still have to pay for that attack's Energy cost.) If Gyarados uses any attack from its Basic Pokémon, that attack does 30 more damage to the Defending Pokémon (before applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Enrage",
        "text": "Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it. If the first coin is tails, Gyarados is now Confused.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 9.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.55
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 121.5,
          "low": 99,
          "high": 144,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.55,
          "low": 54,
          "high": 54,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:46:43.732Z",
      "trend_7d": {
        "direction": "down",
        "percent": -26.48
      }
    }
  }
}