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

← Supreme Victors
Articuno

Articuno

Rare #16 Pokémon Basic HP 100
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
83650

Attacks

Sharp Beak 30
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 30 damage plus 10 more damage.

Ice Beam 50
Water · Water · Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/pl3-16?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-16",
    "name": "Articuno",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/16.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83650",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sharp Beak",
        "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Ice Beam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 14.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.91
        },
        {
          "condition": "LP",
          "price": 7.79
        },
        {
          "condition": "MP",
          "price": 5.44
        },
        {
          "condition": "HP",
          "price": 3.17
        },
        {
          "condition": "DMG",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 350,
          "low": 297.5,
          "high": 402.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 276.5,
          "low": 235.03,
          "high": 317.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 39.99,
          "low": 38.74,
          "high": 39.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 72,
          "low": 61.2,
          "high": 82.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.13
      }
    }
  }
}