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 (Courage)
Oranguru V

Oranguru V

Double Rare #113/128 Pokémon Basic HP 210
Types
Colorless
Illustrator
Uta
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Psychic 30
Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/bsco-113vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-113vh",
    "name": "Oranguru V",
    "number": "113/128",
    "printed_number": "113/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-113vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-113vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-113vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-113vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-113vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-113vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Uta",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-22T03:54:13.069Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}