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

← Mysterious Treasures
Cyndaquil

Cyndaquil

Common #79 Pokémon Basic HP 60
Types
Fire
Illustrator
Masakazu Fukuda
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
84551

Attacks

Tackle 10
Live Coal 20
Fire · Colorless
GET /api/v1/pokemon/cards/dp2-79?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-79",
    "name": "Cyndaquil",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/79.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/79.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/79.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84551",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/79.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/79.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/79.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Live Coal",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.74
        },
        {
          "condition": "LP",
          "price": 1.11
        },
        {
          "condition": "MP",
          "price": 0.66
        },
        {
          "condition": "HP",
          "price": 0.47
        },
        {
          "condition": "DMG",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 43,
          "low": 36.55,
          "high": 49.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:30:25.245Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.43
      }
    }
  }
}