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

← Brilliant Stars
Staraptor

Staraptor

Rare #119 Pokémon Stage 2 HP 150
Types
Colorless
Illustrator
Narumi Sato
Expansion
Brilliant Stars · Sword & Shield
Language
English
TCGplayer
263844

Attacks

Strong Breeze
Colorless · Colorless · Colorless

Your opponent shuffles their Active Pokémon and all attached cards into their deck.

Spinning Bird 180
Colorless · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh9-119?include=prices 200 80ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9-119",
    "name": "Staraptor",
    "number": "119",
    "printed_number": "119",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/119.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/119.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/119.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9",
      "name": "Brilliant Stars",
      "total": 186,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BRS",
      "printed_total": 172,
      "release_date": "2022/02/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "263844",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/119.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/119.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/119.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Strong Breeze",
        "text": "Your opponent shuffles their Active Pokémon and all attached cards into their deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Spinning Bird",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Narumi Sato",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:01:59.102Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.26
      }
    }
  }
}