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

← Twilight Masquerade
Tatsugiri

Tatsugiri

Uncommon #131 Pokémon Basic HP 70
Types
Dragon
Illustrator
Jerky
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550175

Attacks

Surf 50
Fire · Water
GET /api/v1/pokemon/cards/sv6-131?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-131",
    "name": "Tatsugiri",
    "number": "131",
    "printed_number": "131",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/131.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/131.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/131.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550175",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/131.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/131.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/131.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": "Uncommon",
    "artist": "Jerky",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.5,
          "low": 36.13,
          "high": 48.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.5,
          "low": 15,
          "high": 29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.55
      }
    }
  }
}