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

← Paradox Rift
Tatsugiri

Tatsugiri

Uncommon #141 Pokémon Basic HP 70
Types
Dragon
Illustrator
Shibuzoh.
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523822

Attacks

Water Gun 20
Water
Survival Strategy
Colorless · Colorless

Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck. You may switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/sv4-141?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-141",
    "name": "Tatsugiri",
    "number": "141",
    "printed_number": "141",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/141.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/141.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/141.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523822",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/141.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/141.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/141.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Survival Strategy",
        "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck. You may switch this Pokémon with 1 of your Benched Pokémon."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.04
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:41:21.073Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15
      }
    }
  }
}