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

← FireRed & LeafGreen
Persian

Persian

Uncommon #44 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
87984

Attacks

Poison Claws
Colorless

The Defending Pokémon is now Poisoned.

Shining Claws 30
Colorless · Colorless

The Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/ex6-44?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-44",
    "name": "Persian",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/44.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87984",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/44.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Thick Skin",
        "text": "Persian can't be affected by any Special Conditions.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Claws",
        "text": "The Defending Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Shining Claws",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.36
        },
        {
          "condition": "LP",
          "price": 2.3
        },
        {
          "condition": "MP",
          "price": 1.71
        },
        {
          "condition": "HP",
          "price": 1.43
        },
        {
          "condition": "DMG",
          "price": 1.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.75,
          "low": 19,
          "high": 158.1,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 68.45,
          "low": 91,
          "high": 91,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 180,
          "low": 153,
          "high": 207,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.6,
          "low": 31,
          "high": 39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.9
      }
    }
  }
}