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

← Furious Fists
Amaura

Amaura

Uncommon #25 Pokémon Restored HP 90
Types
Water
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92200

Attacks

Stampede 20
Water
Aurora Beam 50
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/xy3-25?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-25",
    "name": "Amaura",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/25.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92200",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Restored"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Stampede",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aurora Beam",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.61
        },
        {
          "condition": "LP",
          "price": 1.05
        },
        {
          "condition": "MP",
          "price": 0.91
        },
        {
          "condition": "HP",
          "price": 0.84
        },
        {
          "condition": "DMG",
          "price": 0.43
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}