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

← PCG Promos
Totodile

Totodile

Promo #30 Pokémon Basic
Types
Water
Illustrator
Shin-ichi Yoshikawa
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Flail 10×
Colorless

Does 10 damage for each damage counter on Totodile.

Bite 20
Water · Colorless
GET /api/v1/pokemon/cards/pcgp_ja-30vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-30vh",
    "name": "Totodile",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flail",
        "text": "Does 10 damage for each damage counter on Totodile.",
        "damage": "10×"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "20"
      }
    ],
    "rarity": "Promo",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 39.99,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 39.99
        },
        {
          "condition": "MP",
          "price": 24.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "4",
          "value": 27.26,
          "low": 23.17,
          "high": 31.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 84,
          "low": 71.4,
          "high": 96.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 79.18,
          "low": 60.58,
          "high": 129.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-31T04:52:56.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}