Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Mega Evolution
Nincada

Nincada

Common #16
Illustrator
Kuroimori
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654355
GET /api/v1/pokemon/cards/me1-16vrh?include=prices 200 152ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-16vrh",
    "name": "Nincada",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/16vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/16vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/16vrh.large.png"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654355",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/16vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/16vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/16vrh.large.png"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "Kuroimori",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T14:06:26.393Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.85
      }
    }
  }
}