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

← T Promos
Wartortle

Wartortle

Promo #12 Pokémon Stage 1
Types
Water
Illustrator
Kyoko Umemoto
Expansion
T Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpt_ja-12vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpt_ja-12vh",
    "name": "Wartortle",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpt_ja",
      "name": "T Promos",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 24,
      "release_date": "2002/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.symbol.png",
      "translation": {
        "en": {
          "name": "T Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/12vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "rarity": "Promo",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 282.98,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 282.98
        },
        {
          "condition": "HP",
          "price": 140
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 765,
          "low": 636,
          "high": 929,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-08-31T00:02:27.026Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}