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

← Evolving Skies
Zweilous

Zweilous

Uncommon #114 Pokémon Stage 1 HP 100
Types
Dragon
Illustrator
Akira Komayama
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246912

Attacks

Bite 40
Psychic · Darkness
Dragon Headbutt 100
Psychic · Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh7-114?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-114",
    "name": "Zweilous",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/114.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/114.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/114.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246912",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/114.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/114.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/114.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Headbutt",
        "damage": "100"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:17:11.943Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}