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

← Noble Victories
Accelgor (Staff Stamp)

Accelgor (Staff Stamp)

Rare #12 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
282413

Attacks

Acid Spray 20
Colorless

Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.

Slashing Strike 60
Grass

This Pokémon can't use Slashing Strike during your next turn.

GET /api/v1/pokemon/cards/bw3-12vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-12vs",
    "name": "Accelgor (Staff Stamp)",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3-12vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3-12vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3-12vs.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "282413",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3-12vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3-12vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3-12vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Acid Spray",
        "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Slashing Strike",
        "text": "This Pokémon can't use Slashing Strike during your next turn.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 18.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.01
        },
        {
          "condition": "LP",
          "price": 15.13
        },
        {
          "condition": "MP",
          "price": 12.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T21:50:59.875Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.18
      }
    }
  }
}