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

← Silver Tempest
Hisuian Braviary

Hisuian Braviary

Rare #149 Pokémon Stage 1 HP 120
Types
Colorless
Illustrator
Jiro Sasumo
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451798

Attacks

Eerie Cry

Put 3 damage counters on each of your opponent's Pokémon that has any damage counters on it.

Mind Bend 80
Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/swsh12-149?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-149",
    "name": "Hisuian Braviary",
    "number": "149",
    "printed_number": "149",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/149.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/149.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/149.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451798",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/149.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/149.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/149.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Eerie Cry",
        "text": "Put 3 damage counters on each of your opponent's Pokémon that has any damage counters on it."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mind Bend",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Jiro Sasumo",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.06
        },
        {
          "condition": "DMG",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 64.04,
          "low": 31.14,
          "high": 75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:10.483Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.76
      }
    }
  }
}