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

← Wind from the Sea
Larvitar

Larvitar

usually #59 Pokémon Basic HP 40
Types
Fighting
Illustrator
Naoyo Kimura
Expansion
Wind from the Sea · E-Card
Language
Japanese
TCGplayer
576384

Attacks

Mountain Eater
Colorless

Your opponent discards the top card from his or her deck. Then you remove a damage counter from Larvitar.

Rising Lunge 10+
Fighting

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/ecard3_ja-59?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3_ja-59",
    "name": "Larvitar",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/59.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3_ja",
      "name": "Wind from the Sea",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 87,
      "release_date": "2002/05/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wind from the Sea"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576384",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mountain Eater",
        "text": "Your opponent discards the top card from his or her deck. Then you remove a damage counter from Larvitar."
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Rising Lunge",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 10.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.5
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 139.75,
          "low": 224.99,
          "high": 224.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42,
          "low": 34.8,
          "high": 43.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:57:07.849Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}