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

← Boundaries Crossed
Klink

Klink

Uncommon #97 Pokémon Basic HP 40
Types
Metal
Illustrator
MAHOU
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
86483

Attacks

Reckless Charge 30
Metal · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/bw7-97?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-97",
    "name": "Klink",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/97.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/97.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/97.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86483",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/97.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/97.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/97.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.41
        },
        {
          "condition": "LP",
          "price": 0.23
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.38,
          "low": 7.12,
          "high": 9.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:47:48.827Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.13
      }
    }
  }
}