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

← Rising Fist
Flygon

Flygon

Non #71 Pokémon Stage 2 HP 130
Types
Dragon
Illustrator
Masakazu Fukuda
Expansion
Rising Fist · XY
Language
Japanese
TCGplayer
603463

Attacks

Rainbow Shower
Colorless

Attach as many basic Energy cards as you like from your hand to your Pokémon in any way you like.

Sand Sweep 70
Grass · Fighting · Colorless

Heal 30 damage from each of your Pokémon that has any Energy attached to it.

GET /api/v1/pokemon/cards/xy3_ja-71?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3_ja-71",
    "name": "Flygon",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/71.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3_ja",
      "name": "Rising Fist",
      "total": 105,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY3",
      "printed_total": 96,
      "release_date": "2014/06/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rising Fist"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603463",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rainbow Shower",
        "text": "Attach as many basic Energy cards as you like from your hand to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Grass",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sand Sweep",
        "text": "Heal 30 damage from each of your Pokémon that has any Energy attached to it.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-08T02:52:05.997Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}