Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Venusaur

Venusaur

Rare #003/128 Pokémon Stage 2 HP 180
Types
Grass
Illustrator
kawayoo
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Solar Beam 130
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bsco-003?include=prices 200 52ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-003",
    "name": "Venusaur",
    "number": "003/128",
    "printed_number": "003/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-003.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-003.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-003.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-003.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-003.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-003.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Solar Beam",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 36.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T03:10:03.298Z",
      "trend_7d": {
        "direction": "up",
        "percent": 236.27
      }
    }
  }
}