Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 4
Ponyta

Ponyta

Triple Rare #0107/07 Pokémon Basic HP 70
Types
Fire
Illustrator
MINAMINAMI Take
Expansion
Gem Pack Vol. 4 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Double Headbutt 10
Colorless

Flip 2 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/gem4-0107vh?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem4-0107vh",
    "name": "Ponyta",
    "number": "0107/07",
    "printed_number": "0107/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0107vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0107vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0107vh.large.webp"
      }
    ],
    "expansion": {
      "id": "gem4",
      "name": "Gem Pack Vol. 4",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/02/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem4.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 4"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0107vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0107vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-0107vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Headbutt",
        "text": "Flip 2 coins. This attack does 10 damage for each heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "MINAMINAMI Take",
    "pricing": {
      "currency": "USD",
      "market": 207.51,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 1468,
          "low": 1359,
          "high": 1619,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 367.5,
          "low": 367.13,
          "high": 371.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1129.23,
          "low": 1045,
          "high": 1245.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 159.04,
          "low": 147.02,
          "high": 171.07,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 174.5,
          "low": 161.25,
          "high": 187.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 678,
          "low": 627,
          "high": 747,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:47:48.693Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.81
      }
    }
  }
}