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

← Ancient Roar
Simisage

Simisage

Non #2 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Kurata So
Expansion
Ancient Roar · Scarlet & Violet
Language
Japanese
TCGplayer
565757

Attacks

Arm Thrust Needle 100
Grass · Colorless · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon that have an Ability, except any Simisage.

GET /api/v1/pokemon/cards/sv4k_ja-2?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4k_ja-2",
    "name": "Simisage",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4k_ja",
      "name": "Ancient Roar",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4K",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ancient Roar"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565757",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Monkey Trio",
        "text": "If you have Simisage, Simisear, and Simipour in play, ignore all Colorless Energy in the costs of attacks used by this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Arm Thrust Needle",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon that have an Ability, except any Simisage.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kurata So",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 72.5,
          "low": 61.63,
          "high": 83.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:50:37.648Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}