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

← Glory of Team Rocket
Team Rocket's Hypno

Team Rocket's Hypno

Non #38 Pokémon Stage 1 HP 130
Types
Psychic
Illustrator
Yuya Oka
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628679

Attacks

Psyshot 40
Psychic
Bench Manipulation 80×
Psychic · Psychic · Psychic

Your opponent flips a coin for each of their Benched Pokémon. This attack does 80 damage for each tails. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/sv10_ja-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-38",
    "name": "Team Rocket's Hypno",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "628679",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psyshot",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Bench Manipulation",
        "text": "Your opponent flips a coin for each of their Benched Pokémon. This attack does 80 damage for each tails. This attack's damage isn't affected by Weakness or Resistance.",
        "damage": "80×"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 66.99,
          "low": 66.99,
          "high": 66.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:29:47.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -66.67
      }
    }
  }
}