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

← Black Bolt
Snivy

Snivy

Illustration Rare #87 Pokémon Basic HP 70
Types
Grass
Illustrator
Yoshimi Miyoshi
Expansion
Black Bolt · Scarlet & Violet
Language
English
TCGplayer
642536

Attacks

Tackle 10
Grass
Vine Whip 30
Grass · Grass
GET /api/v1/pokemon/cards/zsv10pt5-87vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "zsv10pt5-87vh",
    "name": "Snivy",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/87vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/87vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/87vh.large.webp"
      }
    ],
    "expansion": {
      "id": "zsv10pt5",
      "name": "Black Bolt",
      "total": 172,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "BLK",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642536",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/87vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/87vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/87vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Vine Whip",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Yoshimi Miyoshi",
    "pricing": {
      "currency": "USD",
      "market": 30.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.08
        },
        {
          "condition": "LP",
          "price": 27.79
        },
        {
          "condition": "MP",
          "price": 26.45
        },
        {
          "condition": "DMG",
          "price": 15
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 34.33,
          "low": 40.17,
          "high": 40.17,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 26,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.36,
          "low": 27.99,
          "high": 27.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 737,
          "low": 670.2,
          "high": 880.02,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "down",
            "percent": -7.9
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.35,
          "low": 27.99,
          "high": 27.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.35,
          "low": 30.35,
          "high": 46.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "down",
            "percent": -6.6
          }
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 41.45,
          "low": 42,
          "high": 42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:39.264Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.38
      }
    }
  }
}