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

← Alter Genesis
Braviary

Braviary

Non #80 Pokémon Stage 1 HP 130
Types
Colorless
Illustrator
chibi
Expansion
Alter Genesis · Sun & Moon
Language
Japanese
TCGplayer
572217

Attacks

Clutch 30
Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

Aero Fall 140
Colorless · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm12_ja-80?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12_ja-80",
    "name": "Braviary",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/80.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12_ja",
      "name": "Alter Genesis",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12",
      "printed_total": 95,
      "release_date": "2019/09/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alter Genesis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572217",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Clutch",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Aero Fall",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "chibi",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T19:02:25.008Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}