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

← Grass Starter Set V
Durant

Durant

None #5 ポケモン たね HP 110
Types
Illustrator
Miki Tanaka
Expansion
Grass Starter Set V · Sword & Shield
Language
Japanese
TCGplayer
647000
GET /api/v1/pokemon/cards/sag_ja-5vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sag_ja-5vrh",
    "name": "Durant",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sag_ja",
      "name": "Grass Starter Set V",
      "total": 23,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SA",
      "printed_total": 23,
      "release_date": "2019/11/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Grass Starter Set V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647000",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "草"
    ],
    "hp": "110",
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 3.54,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.54
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 154.5,
          "low": 131.32,
          "high": 177.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 838.08,
          "low": 712.37,
          "high": 963.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 52.74,
          "low": 44.83,
          "high": 60.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 191.7,
          "low": 242.5,
          "high": 242.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 81,
          "low": 68.85,
          "high": 93.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 137.5,
          "low": 116.88,
          "high": 158.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:48:20.805Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.29
      }
    }
  }
}