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

← DP Trainer Kit Manaphy
Totodile

Totodile

Common #8 Pokémon Basic HP 50
Types
Water
Illustrator
Kouki Saitou
Expansion
DP Trainer Kit Manaphy · Diamond & Pearl
Language
English
TCGplayer
89999

Attacks

Bite 10
Shining Fang 10+
Water

If the Defending Pokémon already has any damage counters on it, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/tk3a-8?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3a-8",
    "name": "Totodile",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-8.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3a",
      "name": "DP Trainer Kit Manaphy",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 12,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89999",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Bite",
        "damage": "10"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Shining Fang",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack does 10 damage plus 10 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.1
        },
        {
          "condition": "LP",
          "price": 1.05
        },
        {
          "condition": "MP",
          "price": 0.75
        },
        {
          "condition": "HP",
          "price": 0.55
        },
        {
          "condition": "DMG",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 16.5,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:17:36.045Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}