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

← Triplet Beat
Tinkaton

Tinkaton

Rare #43 Pokémon Stage 2 HP 140
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Triplet Beat · Scarlet & Violet
Language
Japanese
TCGplayer
568166

Attacks

Special Hammer 90+
Psychic · Colorless

If this Pokémon has any Special Energy attached, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sv1a_ja-43vh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1a_ja-43vh",
    "name": "Tinkaton",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1a_ja",
      "name": "Triplet Beat",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1a",
      "printed_total": 73,
      "release_date": "2023/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Triplet Beat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568166",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/43vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Collecting Resources",
        "text": "Once during your turn, you may discard 1 card from your hand. If you do, draw 3 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Special Hammer",
        "text": "If this Pokémon has any Special Energy attached, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:42:20.502Z",
      "trend_7d": {
        "direction": "down",
        "percent": -70.41
      }
    }
  }
}