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

← Pokémon GO
Articuno

Articuno

Rare Holo #24 Pokémon Basic HP 120
Types
Water
Illustrator
Jiro Sasumo
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
276959

Attacks

Freezing Wind 110
Water · Water · Colorless
GET /api/v1/pokemon/cards/pgo-24vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-24vh",
    "name": "Articuno",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/24vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/24vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/24vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "276959",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/24vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/24vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/24vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Ice Symbol",
        "text": "Your Basic Water Pokémon's attacks, except any Articuno, do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Freezing Wind",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Jiro Sasumo",
    "pricing": {
      "currency": "USD",
      "market": 0.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.42
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.31
        },
        {
          "condition": "DMG",
          "price": 0.39
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 9.72,
          "low": 8.26,
          "high": 11.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 43.5,
          "low": 25,
          "high": 43.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9.4,
          "low": 12.34,
          "high": 12.34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.18,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.67
      }
    }
  }
}