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

← Pitch Black
Antique Armor Fossil

Antique Armor Fossil

Common #72 Trainer Item
Illustrator
AYUMI ODASHIMA
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704829
GET /api/v1/pokemon/cards/me5-72?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-72",
    "name": "Antique Armor Fossil",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-72.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704829",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "abilities": [
      {
        "name": "Protective Armor",
        "text": "As long as this Pokémon is in the Active Spot, all of your Pokémon take 10 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "rarity": "Common",
    "artist": "AYUMI ODASHIMA",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "up",
        "percent": 37.5
      }
    }
  }
}