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

← Burning Shadows
Simipour

Simipour

Uncommon #37 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Sanosuke Sakuma
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138517

Attacks

Scratch 30
Colorless
Aqua Reflect 50
Water · Colorless

Move a Water Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/sm3-37?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-37",
    "name": "Simipour",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/37.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138517",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Reflect",
        "text": "Move a Water Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "MP",
          "price": 0.04
        },
        {
          "condition": "HP",
          "price": 0.01
        },
        {
          "condition": "DMG",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.56
      }
    }
  }
}