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

← Challenge from the Darkness
Blaine's Ponyta

Blaine's Ponyta

Common #77 Pokémon Basic HP 50
Types
Fire
Illustrator
Ken Sugimori
Expansion
Challenge from the Darkness · Gym
Language
Japanese
TCGplayer

Attacks

Hind Kick 20
Colorless · Colorless

If you have any Benched Pokémon, flip a coin. If heads, switch Blaine's Ponyta with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/gym2_ja-28?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2_ja-28",
    "name": "Blaine's Ponyta",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-28.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2_ja",
      "name": "Challenge from the Darkness",
      "total": 98,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 98,
      "release_date": "1999/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Challenge from the Darkness"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hind Kick",
        "text": "If you have any Benched Pokémon, flip a coin. If heads, switch Blaine's Ponyta with 1 of your Benched Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.97
        },
        {
          "condition": "LP",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.41
        },
        {
          "condition": "HP",
          "price": 0.4
        },
        {
          "condition": "DMG",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.99,
          "low": 5.51,
          "high": 52.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6.6,
          "low": 5.61,
          "high": 7.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 170.36,
          "low": 199.99,
          "high": 199.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.59,
          "low": 13.25,
          "high": 17.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.64,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:43:24.710Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.51
      }
    }
  }
}