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 2016
Torchic

Torchic

Common #2 Pokémon Basic HP 60
Types
Fire
Illustrator
sui
Expansion
McDonald's Collection 2016 · Other
Language
English
TCGplayer
275058

Attacks

Ember 20
Fire

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

GET /api/v1/pokemon/cards/mcd16-2vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd16-2vh",
    "name": "Torchic",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/2vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/2vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/2vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd16",
      "name": "McDonald's Collection 2016",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2016/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "275058",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/2vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/2vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/2vh.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": 6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 87.61,
          "low": 74.47,
          "high": 100.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 1350.85,
          "low": 1148.22,
          "high": 1553.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 69.99,
          "low": 59.49,
          "high": 80.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:08.083Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}