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

← Dark Explorers
Torchic

Torchic

Common #14 Pokémon Basic HP 50
Types
Fire
Illustrator
Masakazu Fukuda
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
89962

Attacks

Reckless Charge 30
Fire · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/bw5-14?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-14",
    "name": "Torchic",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/14.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89962",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 867.76,
          "low": 583.38,
          "high": 1152.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 95.25,
          "low": 80.96,
          "high": 109.54,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.5
      }
    }
  }
}