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

← Ascended Heroes
Totodile (Cosmos Holofoil)

Totodile (Cosmos Holofoil)

Common #41 Pokémon Basic HP 80
Types
Water
Illustrator
REND
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer

Attacks

Slight Intrusion 40
Water · Water

This Pokémon also does 10 damage to itself.

GET /api/v1/pokemon/cards/me2pt5-41vcos?include=prices 200 30ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-41vcos",
    "name": "Totodile (Cosmos Holofoil)",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5-41vcos.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5-41vcos.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5-41vcos.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "cosmosHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5-41vcos.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5-41vcos.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5-41vcos.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Slight Intrusion",
        "text": "This Pokémon also does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "REND",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "HP",
          "price": 0.15
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 23.37,
          "low": 23.37,
          "high": 23.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 94.35,
          "low": 60.75,
          "high": 146.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 14.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T19:37:09.954Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.11
      }
    }
  }
}