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

← Dragon
Nincada

Nincada

Common #68 Pokémon Basic HP 50
Types
Grass
Illustrator
Hajime Kusajima
Expansion
Dragon · EX
Language
English
TCGplayer
87758

Attacks

Leech Life 10
Grass

After your attack, remove from Nincada the number of damage counters equal to the damage you did to the Defending Pokémon. If Nincada has fewer damage counters than that, remove all of them.

GET /api/v1/pokemon/cards/ex3-68vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex3-68vrh",
    "name": "Nincada",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/68vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/68vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/68vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex3",
      "name": "Dragon",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DR",
      "printed_total": 97,
      "release_date": "2003/11/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87758",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/68vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/68vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/68vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Leech Life",
        "text": "After your attack, remove from Nincada the number of damage counters equal to the damage you did to the Defending Pokémon. If Nincada has fewer damage counters than that, remove all of them.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 9.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.98
        },
        {
          "condition": "LP",
          "price": 3.85
        },
        {
          "condition": "MP",
          "price": 2.12
        },
        {
          "condition": "HP",
          "price": 3.18
        },
        {
          "condition": "DMG",
          "price": 1.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 12,
          "low": 10,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 43,
          "low": 7.5,
          "high": 78.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1025,
          "low": 871.25,
          "high": 1178.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.8,
          "low": 8.4,
          "high": 17.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.16,
          "low": 20,
          "high": 50.31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:24.156Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}