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

← Shiny Collection
Servine

Servine

usually #2 Pokémon Stage 1
Types
Grass
Illustrator
kirisAki
Expansion
Shiny Collection · Black & White
Language
Japanese
TCGplayer
602852

Attacks

Leaf Blade 10+
Colorless

Flip a coin. If heads, this attack does 30 more damage.

Vine Whip 40
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/sc1_ja-2?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sc1_ja-2",
    "name": "Servine",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "sc1_ja",
      "name": "Shiny Collection",
      "total": 25,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "SC",
      "printed_total": 20,
      "release_date": "2013/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602852",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Leaf Blade",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Vine Whip",
        "damage": "40"
      }
    ],
    "rarity": "usually",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 7.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.97
        },
        {
          "condition": "LP",
          "price": 6.98
        },
        {
          "condition": "MP",
          "price": 5.99
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 4.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 40,
          "high": 43.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:04:33.985Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}