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

← Aquapolis
Larvitar

Larvitar

Common #89 Pokémon Basic HP 40
Types
Fighting
Illustrator
Naoyo Kimura
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
86634

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/ecard2-89?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-89",
    "name": "Larvitar",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/89.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86634",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/89.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": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 8.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.71
        },
        {
          "condition": "LP",
          "price": 7.96
        },
        {
          "condition": "MP",
          "price": 5.55
        },
        {
          "condition": "HP",
          "price": 3.78
        },
        {
          "condition": "DMG",
          "price": 3.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.6,
          "low": 18.36,
          "high": 24.84,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 76,
          "low": 64.6,
          "high": 87.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 69.99,
          "low": 59.49,
          "high": 80.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:58.336Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.28
      }
    }
  }
}