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 2024
Hatenna

Hatenna

None #5 Pokémon Basic HP 60
Types
Psychic
Illustrator
Akira Komayama
Expansion
McDonald's Collection 2024 · Other
Language
English
TCGplayer
614374

Attacks

Stampede 10
Psychic
Magical Shot 30
Psychic · Colorless
GET /api/v1/pokemon/cards/mcd24-5?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd24-5",
    "name": "Hatenna",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/5.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd24",
      "name": "McDonald's Collection 2024",
      "total": 15,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 15,
      "release_date": "2025/01/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd24.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd24.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "614374",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Stampede",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Magical Shot",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "None",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2.8,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.98,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:06:42.084Z",
      "trend_7d": {
        "direction": "down",
        "percent": -32
      }
    }
  }
}