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

← Intro Pack (Squirtle)
Wartortle

Wartortle

Common #3 ポケモン 1進化 HP 70
Types
Illustrator
Sumiyoshi Kizuki
Expansion
Intro Pack (Squirtle) · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/ips_ja-3?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ips_ja-3",
    "name": "Wartortle",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-3.large.webp"
      }
    ],
    "expansion": {
      "id": "ips_ja",
      "name": "Intro Pack (Squirtle)",
      "total": 41,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 40,
      "release_date": "1999/07/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intro Pack (Squirtle)"
        }
      }
    },
    "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/ips_ja-3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-3.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化"
    ],
    "types": [
      "水"
    ],
    "hp": "70",
    "weaknesses": [
      {
        "type": "雷",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 57.45,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 102.5,
          "low": 87.13,
          "high": 117.87,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 93.6,
          "low": 79.56,
          "high": 107.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 21.6,
          "low": 18.36,
          "high": 24.84,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 152.5,
          "low": 129.63,
          "high": 175.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 530,
          "low": 257.97,
          "high": 731.89,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "up",
            "percent": 44.6
          }
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 149,
          "low": 126.65,
          "high": 171.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 18,
          "high": 52.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 146.75,
          "low": 135.15,
          "high": 257.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T02:27:51.875Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}