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

← Unseen Forces
Croconaw

Croconaw

Uncommon #38 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Unseen Forces · EX
Language
English
TCGplayer
84498

Attacks

Bite 20
Colorless · Colorless
Aqua Sonic 50
Water · Water · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/ex10-38?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex10-38",
    "name": "Croconaw",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/38.large.webp"
      }
    ],
    "expansion": {
      "id": "ex10",
      "name": "Unseen Forces",
      "total": 145,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "UF",
      "printed_total": 115,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84498",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Sonic",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 2.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.05
        },
        {
          "condition": "LP",
          "price": 1.16
        },
        {
          "condition": "MP",
          "price": 1.37
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.69
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 37.12,
          "low": 37.12,
          "high": 37.12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.25,
          "low": 16.99,
          "high": 42.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 60.73,
          "low": 94,
          "high": 94,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:21:39.025Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}