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

← Champion Road
Totodile

Totodile

usually #15 Pokémon Basic HP 60
Types
Water
Illustrator
Hironobu Yoshida
Expansion
Champion Road · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Leer
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Fury Swipes 10×
Water

Flip 3 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/sm6b_ja-15?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6b_ja-15",
    "name": "Totodile",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6b_ja",
      "name": "Champion Road",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6b",
      "printed_total": 66,
      "release_date": "2018/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Champion Road"
        }
      }
    },
    "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/sm6b_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Leer",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 10 damage for each heads.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 37,
          "low": 37,
          "high": 37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 49.28,
          "low": 41.89,
          "high": 56.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 57.57,
          "low": 53.38,
          "high": 69.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:12.822Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}