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

← Infinity Zone
Torchic

Torchic

usually #10 Pokémon Basic HP 60
Types
Fire
Illustrator
Yuka Morii
Expansion
Infinity Zone · Sword & Shield
Language
Japanese
TCGplayer
568715

Attacks

Call for Family
Colorless

Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.

Live Coal 10
Fire
GET /api/v1/pokemon/cards/swsh3_ja-10?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3_ja-10",
    "name": "Torchic",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3_ja",
      "name": "Infinity Zone",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3",
      "printed_total": 100,
      "release_date": "2020/06/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Infinity Zone"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568715",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Live Coal",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 3.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.79
        },
        {
          "condition": "LP",
          "price": 3.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 52,
          "low": 52,
          "high": 52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-20T18:01:09.456Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1084.38
      }
    }
  }
}