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

← Advent of Arceus
Ponyta

Ponyta

usually #18 Pokémon Basic HP 40
Types
Fire
Illustrator
Kanako Eo
Expansion
Advent of Arceus · Platinum
Language
Japanese
TCGplayer
607706

Attacks

Ascension
Colorless

Search your deck for a card that evolves from Ponyta and put it onto Ponyta. (This counts as evolving Ponyta.) Shuffle your deck afterward.

Combustion 20
Fire · Colorless
GET /api/v1/pokemon/cards/pt4_ja-18?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt4_ja-18",
    "name": "Ponyta",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/18.large.webp"
      }
    ],
    "expansion": {
      "id": "pt4_ja",
      "name": "Advent of Arceus",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT4",
      "printed_total": 90,
      "release_date": "2009/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Advent of Arceus"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607706",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ascension",
        "text": "Search your deck for a card that evolves from Ponyta and put it onto Ponyta. (This counts as evolving Ponyta.) Shuffle your deck afterward."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Combustion",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 67.5,
          "low": 60,
          "high": 74.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.5,
          "low": 30.5,
          "high": 150,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-14T04:41:27.319Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}