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

← Lost Thunder
Pupitar

Pupitar

Uncommon #116 Pokémon Stage 1 HP 70
Types
Fighting
Illustrator
Yuka Morii
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178929

Attacks

Hammer In 30
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm8-116vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-116vrh",
    "name": "Pupitar",
    "number": "116",
    "printed_number": "116",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/116vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/116vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/116vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178929",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/116vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/116vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/116vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Hard Shell Evolution",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may prevent all damage done to this Pokémon by your opponent's attacks until the end of your opponent's next turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 10.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.13
        },
        {
          "condition": "LP",
          "price": 8.47
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.01,
          "low": 13.76,
          "high": 14.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:07.627Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.71
      }
    }
  }
}