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

← Expedition Base Set
Qwilfish

Qwilfish

Common #127 Pokémon Basic HP 60
Types
Water
Illustrator
Toshinao Aoki
Expansion
Expedition Base Set · E-Card
Language
English
TCGplayer
88491

Attacks

Stun Needle 20
Water · Water

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/ecard1-127?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1-127",
    "name": "Qwilfish",
    "number": "127",
    "printed_number": "127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/127.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/127.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/127.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1",
      "name": "Expedition Base Set",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "EX",
      "printed_total": 165,
      "release_date": "2002/09/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88491",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/127.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/127.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/127.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Stun Needle",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 2.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.43
        },
        {
          "condition": "LP",
          "price": 1.98
        },
        {
          "condition": "MP",
          "price": 1.4
        },
        {
          "condition": "HP",
          "price": 0.76
        },
        {
          "condition": "DMG",
          "price": 0.69
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.49,
          "low": 14.02,
          "high": 18.96,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 171.05,
          "low": 159.49,
          "high": 159.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.97,
          "low": 21.95,
          "high": 21.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:48:57.391Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10.96
      }
    }
  }
}