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

← Clash of the Blue Sky
Nincada

Nincada

Non #12 Pokémon Basic HP 50
Types
Grass
Illustrator
Yukiko Baba
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612307

Attacks

Dig Under
Grass

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.

Scratch 20
Colorless · Colorless
GET /api/v1/pokemon/cards/pcg2_ja-12?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-12",
    "name": "Nincada",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612307",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Dig Under",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scratch",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:44:15.134Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}