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

← Galactic's Conquest
Torchic

Torchic

usually #20 Pokémon Basic HP 60
Types
Fire
Illustrator
Naoyo Kimura
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607043

Attacks

Focus Energy

During your next turn, Torchic's Fire Shard attack's base damage is 80.

Fire Shard 20
Fire

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/pt1_ja-20?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-20",
    "name": "Torchic",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/20.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607043",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Focus Energy",
        "text": "During your next turn, Torchic's Fire Shard attack's base damage is 80."
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fire Shard",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 3.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.69
        },
        {
          "condition": "LP",
          "price": 2.1
        },
        {
          "condition": "MP",
          "price": 1.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 41.5,
          "low": 40,
          "high": 41.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.5,
          "low": 16.1,
          "high": 23.73,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-08-10T06:03:35.670Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}