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

← Legendary Treasures
Gyarados

Gyarados

Rare #31 Pokémon Stage 1 HP 130
Types
Water
Illustrator
hatachu
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
86001

Attacks

Howling Rampage 20
Water · Colorless

Does 20 damage times the number of Prize cards both players have taken.

Hydro Splash 120
Water · Water · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bw11-31vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-31vrh",
    "name": "Gyarados",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/31vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/31vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/31vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86001",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/31vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/31vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/31vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Howling Rampage",
        "text": "Does 20 damage times the number of Prize cards both players have taken.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Hydro Splash",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 37.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 37.24
        },
        {
          "condition": "LP",
          "price": 14.35
        },
        {
          "condition": "MP",
          "price": 8.23
        },
        {
          "condition": "HP",
          "price": 5.14
        },
        {
          "condition": "DMG",
          "price": 7.65
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 3350,
          "low": 3350,
          "high": 3350,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.03,
          "low": 15.5,
          "high": 15.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.77
      }
    }
  }
}