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

← Ruby & Sapphire
Taillow

Taillow

Common #72 Pokémon Basic HP 40
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
89730

Attacks

Peck 10
Colorless
Wing Attack 20
Colorless · Colorless
GET /api/v1/pokemon/cards/ex1-72?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-72",
    "name": "Taillow",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/72.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89730",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Peck",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wing Attack",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "LP",
          "price": 0.51
        },
        {
          "condition": "MP",
          "price": 0.37
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.87,
          "low": 7.5,
          "high": 16.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 131,
          "low": 111.35,
          "high": 150.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.75,
          "low": 11.69,
          "high": 15.81,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T03:30:37.364Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}