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

← Skyridge
Underground Expedition

Underground Expedition

Uncommon #140 Trainer Supporter
Illustrator
Kagemaru Himeno
Expansion
Skyridge · E-Card
Language
English
TCGplayer
90155
GET /api/v1/pokemon/cards/ecard3-140?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3-140",
    "name": "Underground Expedition",
    "number": "140",
    "printed_number": "140",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/140.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/140.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/140.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3",
      "name": "Skyridge",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "SK",
      "printed_total": 144,
      "release_date": "2003/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90155",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/140.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/140.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/140.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 28.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 28.53
        },
        {
          "condition": "LP",
          "price": 23.33
        },
        {
          "condition": "MP",
          "price": 14.74
        },
        {
          "condition": "HP",
          "price": 17.5
        },
        {
          "condition": "DMG",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 76.25,
          "low": 28,
          "high": 124.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 148.99,
          "low": 126.64,
          "high": 171.34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 47.5,
          "low": 43,
          "high": 47.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.25,
          "low": 19.76,
          "high": 26.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:47:10.710Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.78
      }
    }
  }
}