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

← 151
Antique Old Amber

Antique Old Amber

Common #154 Trainer Item HP 60
Illustrator
AYUMI ODASHIMA
Expansion
151 · Scarlet & Violet
Language
English
TCGplayer
516716
GET /api/v1/pokemon/cards/sv3pt5-154vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3pt5-154vrh",
    "name": "Antique Old Amber",
    "number": "154",
    "printed_number": "154",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/154vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/154vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/154vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3pt5",
      "name": "151",
      "total": 207,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "MEW",
      "printed_total": 165,
      "release_date": "2023/09/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516716",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/154vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/154vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/154vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Amber Protection",
        "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "rarity": "Common",
    "artist": "AYUMI ODASHIMA",
    "pricing": {
      "currency": "USD",
      "market": 0.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.93
        },
        {
          "condition": "LP",
          "price": 0.86
        },
        {
          "condition": "MP",
          "price": 0.83
        },
        {
          "condition": "HP",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.95,
          "low": 12.71,
          "high": 17.19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:01.564Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.9
      }
    }
  }
}