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

← Pokémon Web
New Pokédex

New Pokédex

usually #16 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Pokémon Web · Web
Language
Japanese
TCGplayer
613654
GET /api/v1/pokemon/cards/web1_ja-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "web1_ja-16",
    "name": "New Pokédex",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "web1_ja",
      "name": "Pokémon Web",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Web",
      "printed_total": 48,
      "release_date": "2001/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Web"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613654",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "usually",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 8.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 52.5,
          "low": 29.65,
          "high": 58.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77,
          "low": 55.4,
          "high": 89.41,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-04-30T09:56:32.823Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}