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

← Delta Species
Ponyta

Ponyta

Common #78 Pokémon Basic HP 50
Types
Fire
Illustrator
Naoyo Kimura
Expansion
Delta Species · EX
Language
English
TCGplayer
88286

Attacks

Flare 10
Fire
GET /api/v1/pokemon/cards/ex11-78vrh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex11-78vrh",
    "name": "Ponyta",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/78vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/78vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/78vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex11",
      "name": "Delta Species",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DS",
      "printed_total": 113,
      "release_date": "2005/10/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88286",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/78vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/78vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/78vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flare",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 29.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.21
        },
        {
          "condition": "LP",
          "price": 28.11
        },
        {
          "condition": "MP",
          "price": 12.48
        },
        {
          "condition": "HP",
          "price": 10.48
        },
        {
          "condition": "DMG",
          "price": 3.21
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 100,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 217,
          "low": 184.45,
          "high": 249.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 43,
          "low": 43,
          "high": 44.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 110.78,
          "low": 90.06,
          "high": 121.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:02:07.191Z",
      "trend_7d": {
        "direction": "up",
        "percent": 35.04
      }
    }
  }
}