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

← Shining Legends
Croconaw

Croconaw

usually #20 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Naoki Saito
Expansion
Shining Legends · Sun & Moon
Language
Japanese
TCGplayer
573934

Attacks

Bite 60
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/sm3p_ja-20?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3p_ja-20",
    "name": "Croconaw",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/20.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3p_ja",
      "name": "Shining Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3+",
      "printed_total": 72,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573934",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Plunge",
        "text": "Once during your turn (before your attack), if this Pokémon is on your Bench, you may move all Energy from your Active Pokémon to this Pokémon. If you do, switch it with your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bite",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:24.324Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.08
      }
    }
  }
}