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

← Skyridge
Zubat

Zubat

Common #117 Pokémon Basic HP 40
Types
Grass
Illustrator
Hisao Nakamura
Expansion
Skyridge · E-Card
Language
English
TCGplayer
90768

Attacks

Sound Waves
Colorless

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

Flitter
Grass

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance. (Any other effects that would happen after applying Weakness and Resistance still happen.)

GET /api/v1/pokemon/cards/ecard3-117?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3-117",
    "name": "Zubat",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/117.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/117.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/117.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3",
      "name": "Skyridge",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "SK",
      "printed_total": 144,
      "release_date": "2003/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90768",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/117.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/117.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/117.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sound Waves",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Flitter",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance. (Any other effects that would happen after applying Weakness and Resistance still happen.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 28.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 28.63
        },
        {
          "condition": "LP",
          "price": 22.23
        },
        {
          "condition": "MP",
          "price": 19.27
        },
        {
          "condition": "HP",
          "price": 13.8
        },
        {
          "condition": "DMG",
          "price": 9.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 135.4,
          "low": 115.09,
          "high": 155.71,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 112.24,
          "low": 87.3,
          "high": 209.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20.05,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.5,
          "low": 25.93,
          "high": 35.07,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.83,
          "low": 37.6,
          "high": 42.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:47:10.710Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.82
      }
    }
  }
}