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

← Legendary Treasures
Snivy

Snivy

Common #RC1 Pokémon Basic HP 50
Types
Grass
Illustrator
Eske Yoshinob
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
89382

Attacks

Growth
Colorless

Attach a Grass Energy from your hand to this Pokémon.

Razor Leaf 30
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/bw11-RC1vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-RC1vh",
    "name": "Snivy",
    "number": "RC1",
    "printed_number": "RC1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89382",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/RC1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growth",
        "text": "Attach a Grass Energy from your hand to this Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Razor Leaf",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 3.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.32
        },
        {
          "condition": "LP",
          "price": 1.83
        },
        {
          "condition": "MP",
          "price": 1.28
        },
        {
          "condition": "HP",
          "price": 0.79
        },
        {
          "condition": "DMG",
          "price": 0.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 149,
          "low": 126.65,
          "high": 171.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19.3,
          "low": 18.81,
          "high": 18.81,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 36.46,
          "low": 29.46,
          "high": 47.72,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45.38,
          "low": 32,
          "high": 32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.05
      }
    }
  }
}