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

← Destined Rivals
Steven's Carbink

Steven's Carbink

Common #86 Pokémon Basic HP 80
Types
Psychic
Illustrator
Ligton
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632896

Attacks

Magical Shot 80
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/sv10-86vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-86vrh",
    "name": "Steven's Carbink",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/86vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/86vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/86vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632896",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/86vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/86vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/86vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Stone Palace",
        "text": "As long as this Pokémon is on your Bench, all of your Steven's Pokémon take 30 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance). The effect of Stone Palace doesn't stack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magical Shot",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ligton",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "up",
        "percent": 14.29
      }
    }
  }
}