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

← Shiny Treasure ex
Staryu

Staryu

Holo #221 Pokémon Basic HP 60
Types
Water
Illustrator
Nisota Niso
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567622

Attacks

Swift 30
Water · Colorless

This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv4a_ja-221vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-221vh",
    "name": "Staryu",
    "number": "221",
    "printed_number": "221",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/221vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/221vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/221vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567622",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/221vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/221vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/221vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Holo",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 1.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.65
        },
        {
          "condition": "LP",
          "price": 1.04
        },
        {
          "condition": "DMG",
          "price": 0.65
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.28,
          "low": 15,
          "high": 23.56,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:14:54.886Z",
      "trend_7d": {
        "direction": "down",
        "percent": -45
      }
    }
  }
}