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
Chansey

Chansey

Uncommon #51 Pokémon Basic HP 130
Types
Colorless
Illustrator
ryoma uratsuka
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
276965

Attacks

Delicious Egg
Colorless

Heal 30 damage from 1 of your Benched Pokémon.

Gentle Slap 30
Colorless · Colorless
GET /api/v1/pokemon/cards/pgo-51?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-51",
    "name": "Chansey",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/51.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": "276965",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Delicious Egg",
        "text": "Heal 30 damage from 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gentle Slap",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "SGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}