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

← McDonald's Collection 2015
Torchic

Torchic

Common #3 Pokémon Basic HP 60
Types
Fire
Illustrator
sui
Expansion
McDonald's Collection 2015 · Other
Language
English
TCGplayer
110433

Attacks

Ember 20
Fire

Flip a coin. If tails, discard a Fire Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/mcd15-3?include=prices 200 33ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd15-3",
    "name": "Torchic",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/3.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd15",
      "name": "McDonald's Collection 2015",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2015/11/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110433",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Ember",
        "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.5
        },
        {
          "condition": "MP",
          "price": 4.45
        },
        {
          "condition": "HP",
          "price": 2.58
        },
        {
          "condition": "DMG",
          "price": 1.47
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 455,
          "low": 386.75,
          "high": 523.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-03T06:11:49.425Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}