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

← Paradox Rift
Tinkaton

Tinkaton

Uncommon #85 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
KEIICHIRO ITO
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523751

Attacks

Crushing Blow 30
Psychic

Discard an Energy from your opponent's Active Pokémon.

Alloyed Hammer 60
Psychic

If this Pokémon has any Metal Energy attached, this attack does 120 more damage.

GET /api/v1/pokemon/cards/sv4-85?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-85",
    "name": "Tinkaton",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/85.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/85.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/85.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523751",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/85.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/85.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/85.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Crushing Blow",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Alloyed Hammer",
        "text": "If this Pokémon has any Metal Energy attached, this attack does 120 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}