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

← Blue Sky Stream
Simisage

Simisage

usually #6 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Akira Komayama
Expansion
Blue Sky Stream · Sword & Shield
Language
Japanese
TCGplayer
569418

Attacks

Return 30
Grass

You may draw cards until you have 6 cards in your hand.

Whip Smash 70
Grass · Colorless
GET /api/v1/pokemon/cards/swsh7r_ja-6?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7r_ja-6",
    "name": "Simisage",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7r_ja",
      "name": "Blue Sky Stream",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7R",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Sky Stream"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569418",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Return",
        "text": "You may draw cards until you have 6 cards in your hand.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Whip Smash",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:04:14.620Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}