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

← Fairy Rise
Shiinotic

Shiinotic

Non #37 Pokémon Stage 1 HP 100
Types
Fairy
Illustrator
Shin Nagasawa
Expansion
Fairy Rise · Sun & Moon
Language
Japanese
TCGplayer
573888

Attacks

Dream's Touch 50
Fairy · Fairy

If your opponent's Active Pokémon is Asleep, your opponent shuffles all Energy from it into their deck.

GET /api/v1/pokemon/cards/sm7b_ja-37?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7b_ja-37",
    "name": "Shiinotic",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/37.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7b_ja",
      "name": "Fairy Rise",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7b",
      "printed_total": 50,
      "release_date": "2018/08/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fairy Rise"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573888",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Effect Spore",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Asleep.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Fairy"
        ],
        "converted_energy_cost": 2,
        "name": "Dream's Touch",
        "text": "If your opponent's Active Pokémon is Asleep, your opponent shuffles all Energy from it into their deck.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "HP",
          "price": 0.65
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 52,
          "low": 52,
          "high": 52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:41:28.247Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}