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

Tinkaton

Promo #140 Pokémon Stage 2 HP 140
Types
Psychic
Illustrator
DOM
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
505537

Attacks

Knock Off 40
Psychic

Discard a random card from your opponent's hand.

Wild Press 220
Psychic · Colorless · Colorless

This Pokémon also does 60 damage to itself.

GET /api/v1/pokemon/cards/svp-140vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-140vh",
    "name": "Tinkaton",
    "number": "140",
    "printed_number": "140",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/140vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/140vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/140vh.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/140vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/140vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/140vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Knock Off",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wild Press",
        "text": "This Pokémon also does 60 damage to itself.",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "DOM",
    "pricing": {
      "currency": "USD",
      "market": 9.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.71
        },
        {
          "condition": "LP",
          "price": 1.27
        },
        {
          "condition": "MP",
          "price": 1.04
        },
        {
          "condition": "HP",
          "price": 2.99
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 49.99,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 65,
          "low": 55,
          "high": 65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 6.5,
          "high": 10,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:53:34.082Z",
      "trend_7d": {
        "direction": "up",
        "percent": 499.38
      }
    }
  }
}