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

← Dawn Dash
Articuno

Articuno

Rare #175 Pokémon Basic HP 100
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Dawn Dash · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Blizzard 60
Water · Water · Colorless

Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp4d_ja-175?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4d_ja-175",
    "name": "Articuno",
    "number": "175",
    "printed_number": "175",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-175.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-175.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-175.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4d_ja",
      "name": "Dawn Dash",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dawn Dash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-175.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-175.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-175.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Freezing Screech",
        "text": "Once during your turn, when you put Articuno from your hand onto your Bench, you may flip a coin. If heads, choose 1 of the Defending Pokémon. That Pokémon is now Paralyzed.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard",
        "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 6.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.19
        },
        {
          "condition": "LP",
          "price": 4.5
        },
        {
          "condition": "MP",
          "price": 3.6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.5,
          "low": 18,
          "high": 39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 73.59,
          "low": 91.15,
          "high": 108.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.3,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-13T23:51:46.019Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}