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

← Brave Stars (Charm)
Staraptor

Staraptor

Uncommon #103/127 Pokémon Stage 2 HP 150
Types
Colorless
Illustrator
Narumi Sato
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

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/bsch-103?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-103",
    "name": "Staraptor",
    "number": "103/127",
    "printed_number": "103/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-103.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-103.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-103.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-103.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-103.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-103.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": "Uncommon",
    "artist": "Narumi Sato",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:37:33.109Z"
    }
  }
}