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

← Fighting Starter Set V
Dugtrio

Dugtrio

Common #2 ポケモン 1進化 HP 90
Types
Illustrator
Kyoko Umemoto
Expansion
Fighting Starter Set V · Sword & Shield
Language
Japanese
TCGplayer
595461
GET /api/v1/pokemon/cards/saf_ja-2?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "saf_ja-2",
    "name": "Dugtrio",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-2.large.webp"
      }
    ],
    "expansion": {
      "id": "saf_ja",
      "name": "Fighting Starter Set V",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SA",
      "printed_total": 24,
      "release_date": "2019/11/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fighting Starter Set V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "595461",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-2.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化"
    ],
    "types": [
      "闘"
    ],
    "hp": "90",
    "weaknesses": [
      {
        "type": "草",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 3.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.73,
          "low": 79.99,
          "high": 79.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T09:48:43.501Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}