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

← Vending Machine Series 2 (Red)
Graveler

Graveler

Non #75 Pokémon
Expansion
Vending Machine Series 2 (Red) · Vending
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/vnd2_ja-75?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vnd2_ja-75",
    "name": "Graveler",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vnd2_ja-75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vnd2_ja-75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vnd2_ja-75.large.webp"
      }
    ],
    "expansion": {
      "id": "vnd2_ja",
      "name": "Vending Machine Series 2 (Red)",
      "total": 36,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Vending",
      "printed_total": 36,
      "release_date": "1998/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vnd2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vnd2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Vending Machine Series 2 (Red)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vnd2_ja-75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vnd2_ja-75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vnd2_ja-75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "rarity": "Non",
    "pricing": {
      "currency": "USD",
      "market": 46.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 46.83
        },
        {
          "condition": "LP",
          "price": 22
        },
        {
          "condition": "MP",
          "price": 19.85
        },
        {
          "condition": "HP",
          "price": 15.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 83.75,
          "low": 35,
          "high": 109.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12.99,
          "low": 11.04,
          "high": 14.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.55,
          "low": 23.85,
          "high": 42.65,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 52.54,
          "low": 54.82,
          "high": 69.42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 530,
          "low": 275.58,
          "high": 558,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 23,
          "trend": {
            "direction": "up",
            "percent": 66.9
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 36,
          "low": 30.05,
          "high": 47.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 103.9,
          "low": 52,
          "high": 104.68,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 25,
          "trend": {
            "direction": "up",
            "percent": 48.4
          }
        }
      ],
      "market_updated_at": "2026-09-22T02:28:03.486Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}