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
Tinkatink

Tinkatink

Common #82 Pokémon Basic HP 60
Types
Psychic
Illustrator
Teeziro
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523748

Attacks

Mountain Scrounging
Psychic

Look at the top card of your deck. You may put that card into your hand. If you don't, discard that card and draw a card.

Mumble 10
Psychic
GET /api/v1/pokemon/cards/sv4-82?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-82",
    "name": "Tinkatink",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/82.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/82.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/82.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": "523748",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/82.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/82.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/82.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Mountain Scrounging",
        "text": "Look at the top card of your deck. You may put that card into your hand. If you don't, discard that card and draw a card."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Mumble",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:41:21.073Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.14
      }
    }
  }
}