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

← HGSS Trainer Kit Gyarados
Gyarados

Gyarados

Common #30 Pokémon Stage 1 HP 130
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
HGSS Trainer Kit Gyarados · HeartGold & SoulSilver
Language
English
TCGplayer
85998

Attacks

Hydro Splash 50
Water · Colorless · Colorless
Hyper Beam 80
Water · Water · Colorless · Colorless

Discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/tk4b-30vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk4b-30vh",
    "name": "Gyarados",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "tk4b",
      "name": "HGSS Trainer Kit Gyarados",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "printed_total": 30,
      "release_date": "2010/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85998",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4b-30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Splash",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hyper Beam",
        "text": "Discard an Energy card attached to the Defending Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 44.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 44.56
        },
        {
          "condition": "LP",
          "price": 20.27
        },
        {
          "condition": "MP",
          "price": 13.77
        },
        {
          "condition": "HP",
          "price": 6.48
        },
        {
          "condition": "DMG",
          "price": 4.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 57600,
          "low": 57600,
          "high": 57600,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 36,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 76.01,
          "low": 76.01,
          "high": 76.01,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 840.63,
          "low": 900,
          "high": 900,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 577.17,
          "low": 600,
          "high": 600,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:37:59.439Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.02
      }
    }
  }
}