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 #66 Pokémon Basic HP 40
Types
Grass
Illustrator
Toshinao Aoki
Expansion
Dragon · EX
Language
English
TCGplayer
87756

Attacks

Poison Breath 10
Grass

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/ex3-66vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex3-66vrh",
    "name": "Nincada",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/66vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/66vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/66vrh.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": "87756",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/66vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/66vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/66vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Breath",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        },
        {
          "condition": "LP",
          "price": 5.46
        },
        {
          "condition": "MP",
          "price": 3.25
        },
        {
          "condition": "HP",
          "price": 1.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 118,
          "low": 110,
          "high": 118,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.5,
          "low": 9,
          "high": 26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1025,
          "low": 1025,
          "high": 1025,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18.56,
          "low": 18.56,
          "high": 18.56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37.16,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.5,
          "low": 36.13,
          "high": 48.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:32:51.315Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}