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

← Scarlet & Violet Black Star Promos
Tatsugiri (Staff Stamp)

Tatsugiri (Staff Stamp)

Promo #118 Pokémon Basic HP 70
Types
Dragon
Illustrator
Shimaris Yukichi
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer

Attacks

Surf 50
Fire · Water
GET /api/v1/pokemon/cards/svp-118vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-118vs",
    "name": "Tatsugiri (Staff Stamp)",
    "number": "118",
    "printed_number": "118",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/118vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/118vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/118vs.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/118vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/118vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/118vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Attract Customers",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may look at the top 6 cards of your deck, reveal a Supporter card you find there, and put it into your hand. Shuffle the other cards back into your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Surf",
        "damage": "50"
      }
    ],
    "rarity": "Promo",
    "artist": "Shimaris Yukichi",
    "pricing": {
      "currency": "USD",
      "market": 58.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 58.17
        },
        {
          "condition": "LP",
          "price": 54.82
        },
        {
          "condition": "MP",
          "price": 52.62
        },
        {
          "condition": "DMG",
          "price": 39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 275,
          "low": 180,
          "high": 281.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.5,
          "low": 8,
          "high": 22.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 48.5,
          "low": 47.25,
          "high": 49.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 54.41,
          "low": 52.5,
          "high": 58.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}