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

← Shrouded Fable
Axew

Axew

Common #44 Pokémon Basic HP 70
Types
Dragon
Illustrator
Orca
Expansion
Shrouded Fable · Scarlet & Violet
Language
English
TCGplayer
560354

Attacks

Scratch 10
Fighting
Sharp Fang 30
Fighting · Metal
GET /api/v1/pokemon/cards/sv6pt5-44vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6pt5-44vrh",
    "name": "Axew",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/44vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/44vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/44vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6pt5",
      "name": "Shrouded Fable",
      "total": 99,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SFA",
      "printed_total": 64,
      "release_date": "2024/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "560354",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/44vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/44vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/44vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Sharp Fang",
        "damage": "30"
      }
    ],
    "rarity": "Common",
    "artist": "Orca",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.67,
          "low": 33.72,
          "high": 45.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:55:18.783Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.65
      }
    }
  }
}