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

← Neo Genesis 1st Edition
Chinchou

Chinchou

Common #55 Pokémon Basic HP 50
Types
Lightning
Illustrator
Ken Sugimori
Expansion
Neo Genesis 1st Edition · Neo
Language
English
TCGplayer
84300

Attacks

Supersonic
Lightning

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

Flail 10×
Water

Does 10 damage times the number of damage counters on Chinchou.

GET /api/v1/pokemon/cards/neo1-55v1e?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1-55v1e",
    "name": "Chinchou",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/55v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/55v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/55v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1-1st-edition",
      "name": "Neo Genesis 1st Edition",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 111,
      "release_date": "2000/12/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84300",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/55v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/55v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/55v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Supersonic",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Flail",
        "text": "Does 10 damage times the number of damage counters on Chinchou.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.98
        },
        {
          "condition": "LP",
          "price": 1.16
        },
        {
          "condition": "MP",
          "price": 0.73
        },
        {
          "condition": "HP",
          "price": 1.1
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 124.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 25.99,
          "low": 22.09,
          "high": 29.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 115.4,
          "low": 152.5,
          "high": 152.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.9,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:44:21.374Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}