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
Aipom

Aipom

Common #56 Pokémon Basic HP 60
Types
Colorless
Illustrator
Sanosuke Sakuma
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
276975

Attacks

Bustle
Colorless

Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.

Slap 30
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/pgo-56vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-56vrh",
    "name": "Aipom",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/56vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/56vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/56vrh.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": "276975",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/56vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/56vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/56vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bustle",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slap",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.7
      }
    }
  }
}