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

← Mysterious Treasures
Rampardos

Rampardos

Rare #33
Illustrator
Kazuyuki Kano
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
88569
GET /api/v1/pokemon/cards/dp2-33vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-33vh",
    "name": "Rampardos",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/33vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/33vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/33vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88569",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/33vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/33vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/33vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 2.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.95
        },
        {
          "condition": "LP",
          "price": 1.44
        },
        {
          "condition": "MP",
          "price": 1.25
        },
        {
          "condition": "HP",
          "price": 0.68
        },
        {
          "condition": "DMG",
          "price": 0.51
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "4",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26.5,
          "low": 22.53,
          "high": 30.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 75.5,
          "low": 75.5,
          "high": 75.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:58:09.611Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}