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

← Collect 151 Journey
Ponyta

Ponyta

Common #077/151 Pokémon Basic HP 70
Types
Fire
Illustrator
Nurikabe
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Collect
Colorless

Draw a card.

Flop 30
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/c151j-077?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-077",
    "name": "Ponyta",
    "number": "077/151",
    "printed_number": "077/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-077.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flop",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 1.97,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:32:23.342Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.01
      }
    }
  }
}