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
Togepi

Togepi

Common #9 Pokémon Basic HP 40
Types
Fairy
Illustrator
HiRON
Expansion
McDonald's Collection 2016 · Other
Language
English
TCGplayer
275065

Attacks

Sweet Kiss 10
Colorless

Your opponent draws a card.

GET /api/v1/pokemon/cards/mcd16-9vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd16-9vh",
    "name": "Togepi",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/9vh.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": "275065",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sweet Kiss",
        "text": "Your opponent draws a card.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "HiRON",
    "pricing": {
      "currency": "USD",
      "market": 100,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 100
        },
        {
          "condition": "LP",
          "price": 69.99
        },
        {
          "condition": "MP",
          "price": 39.99
        },
        {
          "condition": "HP",
          "price": 25.74
        },
        {
          "condition": "DMG",
          "price": 21.79
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 322,
          "low": 273.7,
          "high": 370.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 330,
          "low": 281.1,
          "high": 350,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:35:08.083Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}