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

← Plasma Storm
Turtwig

Turtwig

Common #1 Pokémon Basic HP 70
Types
Grass
Illustrator
Kouki Saitou
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
90081

Attacks

Nap
Colorless

Heal 20 damage from this Pokémon.

Razor Leaf 30
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/bw8-1vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-1vrh",
    "name": "Turtwig",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/1vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/1vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/1vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90081",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/1vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/1vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/1vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nap",
        "text": "Heal 20 damage from this Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Razor Leaf",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 12.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.28
        },
        {
          "condition": "LP",
          "price": 6.07
        },
        {
          "condition": "MP",
          "price": 7.14
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 60.45,
          "low": 38.99,
          "high": 81.94,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 28.44,
          "low": 28.44,
          "high": 34.34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 242.64,
          "low": 115.08,
          "high": 315.67,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T04:21:20.091Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}