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

← To Have Seen the Battle Rainbow
Persian

Persian

Non #42 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Sekio
Expansion
To Have Seen the Battle Rainbow · Sun & Moon
Language
Japanese
TCGplayer
572438

Attacks

Screech
Colorless

During your next turn, the Defending Pokémon takes 60 more damage from attacks (after applying Weakness and Resistance).

Slash 40
Colorless
GET /api/v1/pokemon/cards/sm3h_ja-42?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3h_ja-42",
    "name": "Persian",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/42.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3h_ja",
      "name": "To Have Seen the Battle Rainbow",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3H",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "To Have Seen the Battle Rainbow"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572438",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Screech",
        "text": "During your next turn, the Defending Pokémon takes 60 more damage from attacks (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Slash",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T05:51:55.271Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}