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

← Collection Sun
Wishiwashi

Wishiwashi

usually #17 Pokémon Basic HP 30
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Collection Sun · Sun & Moon
Language
Japanese
TCGplayer
573232

Attacks

Water Gun 10
Water
GET /api/v1/pokemon/cards/sm1s_ja-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1s_ja-17",
    "name": "Wishiwashi",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1s_ja",
      "name": "Collection Sun",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1S",
      "printed_total": 60,
      "release_date": "2016/12/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573232",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Cowardice",
        "text": "Once during your turn (before your attack), you may discard all cards attached to this Pokémon and return it to your hand. You can't use this Ability during your first turn or on the turn this Pokémon was put into play.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 2.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.73
        },
        {
          "condition": "LP",
          "price": 0.35
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:25:19.269Z",
      "trend_7d": {
        "direction": "up",
        "percent": 320
      }
    }
  }
}