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
Tinkaton ex

Tinkaton ex

Promo #31 Pokémon Stage 2ex HP 300
Types
Psychic
Illustrator
takuyoa
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
505537

Attacks

Big Hammer 30
Colorless · Colorless

This attack does 30 damage for each card in your hand.

Pulverizing Press 140
Psychic · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/svp-31vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-31vh",
    "name": "Tinkaton ex",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/31vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/31vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/31vh.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": "505537",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/31vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/31vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/31vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "300",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Big Hammer",
        "text": "This attack does 30 damage for each card in your hand.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pulverizing Press",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 9.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.74
        },
        {
          "condition": "LP",
          "price": 9.32
        },
        {
          "condition": "MP",
          "price": 8.08
        },
        {
          "condition": "HP",
          "price": 6
        },
        {
          "condition": "DMG",
          "price": 8.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:53:34.082Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.46
      }
    }
  }
}