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
Team Rocket's Orbeetle

Team Rocket's Orbeetle

Uncommon #89 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632898

Attacks

Psychic 40+
Psychic · Colorless · Colorless

This attack does 40 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv10-89?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-89",
    "name": "Team Rocket's Orbeetle",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/89.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": "632898",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/89.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Rocket Brain",
        "text": "As often as you like during your turn, you may move 1 damage counter from 1 of your Team Rocket's Pokémon to another of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 40 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "HP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 47,
          "low": 35.38,
          "high": 47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T05:28:10.947Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.11
      }
    }
  }
}