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

← Vivid Portrayals (Obsidian)
Allister

Allister

Uncommon #107/115 Pokémon
Illustrator
take
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer
GET /api/v1/pokemon/cards/vpo-107?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-107",
    "name": "Allister",
    "number": "107/115",
    "printed_number": "107/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-107.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-107.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-107.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-107.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-107.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-107.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "rarity": "Uncommon",
    "artist": "take",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:35.642Z"
    }
  }
}