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

← Rage of the Broken Heavens
Pangoro

Pangoro

Non #56 Pokémon Stage 1 HP 120
Types
Darkness
Illustrator
Naoki Saito
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604181

Attacks

Parting Shot 10
Darkness

Switch this Pokémon with 1 of your Benched Pokémon. During your opponents next turn, any damage done to attacks from the Defending Pokémon is reduced by 60 (before applying Weakness and Resistance).

Buster Swing 90
Darkness · Darkness · Darkness

This attack isn't affected by Resistance.

GET /api/v1/pokemon/cards/xy9_ja-56?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-56",
    "name": "Pangoro",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/56.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9_ja",
      "name": "Rage of the Broken Heavens",
      "total": 89,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY9",
      "printed_total": 80,
      "release_date": "2015/12/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rage of the Broken Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604181",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Parting Shot",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon. During your opponents next turn, any damage done to attacks from the Defending Pokémon is reduced by 60 (before applying Weakness and Resistance).",
        "damage": "10"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Buster Swing",
        "text": "This attack isn't affected by Resistance.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 3.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.29
        },
        {
          "condition": "LP",
          "price": 0.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-06-04T03:17:13.672Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}