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

You may switch Hoppip with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/l1hg_ja-6?include=prices 200 17ms{
"success": true,
"data": {
"id": "l1hg_ja-6",
"name": "Hoppip",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/6.large.webp"
}
],
"expansion": {
"id": "l1hg_ja",
"name": "HeartGold Collection",
"total": 79,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L1",
"printed_total": 70,
"release_date": "2009/10/09",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
"translation": {
"en": {
"name": "HeartGold Collection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "608008",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Bounce",
"text": "You may switch Hoppip with 1 of your Benched Pokémon.",
"damage": "10"
}
],
"rarity": "usually",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 23.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 23.18
},
{
"condition": "LP",
"price": 1
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 38.25,
"low": 41,
"high": 41,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-29T00:03:08.690Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}