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

← Generations
Diglett

Diglett

Common #38 Pokémon Basic HP 50
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Generations · XY
Language
English
TCGplayer
113696

Attacks

Mine
Fighting

Look at the top card of your opponent's deck. Then, you may have your opponent shuffle his or her deck.

Mud-Slap 20
Fighting · Colorless
GET /api/v1/pokemon/cards/g1-38vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-38vrh",
    "name": "Diglett",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/38vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/38vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/38vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113696",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/38vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/38vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/38vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Mine",
        "text": "Look at the top card of your opponent's deck. Then, you may have your opponent shuffle his or her deck."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mud-Slap",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 7.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.66
        },
        {
          "condition": "LP",
          "price": 5.38
        },
        {
          "condition": "MP",
          "price": 3.28
        },
        {
          "condition": "HP",
          "price": 3.31
        },
        {
          "condition": "DMG",
          "price": 2.46
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 69,
          "low": 58.65,
          "high": 79.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2
      }
    }
  }
}