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 GO
Wartortle

Wartortle

Non #16 Pokémon Stage 1 HP 90
Types
Water
Illustrator
kurumitsu
Expansion
Pokémon GO · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Water Gun 30
Water
Hydro Pump 50+
Colorless · Colorless · Colorless

This attack does 10 more damage for each Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/swsh10b_ja-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10b_ja-16",
    "name": "Wartortle",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10b_ja",
      "name": "Pokémon GO",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10b",
      "printed_total": 71,
      "release_date": "2022/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon GO"
        }
      }
    },
    "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/swsh10b_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "This attack does 10 more damage for each Water Energy attached to this Pokémon.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kurumitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12.11,
          "low": 12.11,
          "high": 12.11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28.08,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:32:34.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}