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

← Wild Force
Torterra ex

Torterra ex

Double Rare #5 Pokémon Stage 2ex HP 340
Types
Grass
Illustrator
PLANETA Tsuji
Expansion
Wild Force · Scarlet & Violet
Language
Japanese
TCGplayer
568339

Attacks

Forest March 30×
Grass

This attack does 30 damage for each of your Grass Pokémon in play.

Jungle Hammer 150
Grass · Colorless · Colorless

Heal 50 damage from this Pokémon.

GET /api/v1/pokemon/cards/sv5k_ja-5vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5k_ja-5vh",
    "name": "Torterra ex",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5k_ja",
      "name": "Wild Force",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5K",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568339",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "340",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Forest March",
        "text": "This attack does 30 damage for each of your Grass Pokémon in play.",
        "damage": "30×"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Jungle Hammer",
        "text": "Heal 50 damage from this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 12.4,
          "high": 35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26.64,
          "low": 37.2,
          "high": 37.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:06:32.692Z",
      "trend_7d": {
        "direction": "down",
        "percent": -56.92
      }
    }
  }
}