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

Search your deck for a Basic Pokémon named Hoppip and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)
/api/v1/pokemon/cards/neo1_ja-5?include=prices 200 15ms{
"success": true,
"data": {
"id": "neo1_ja-5",
"name": "Hoppip",
"number": "187",
"printed_number": "187",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-5.large.webp"
}
],
"expansion": {
"id": "neo1_ja",
"name": "Gold, Silver, to a New World...",
"total": 96,
"language": "Japanese",
"language_code": "ja",
"series": "Neo",
"printed_total": 96,
"release_date": "2000/02/04",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.symbol.png",
"translation": {
"en": {
"name": "Gold, Silver, to a New World..."
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-5.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Hop",
"damage": "10"
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Sprout",
"text": "Search your deck for a Basic Pokémon named Hoppip and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 2.7,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.7
},
{
"condition": "LP",
"price": 0.46
},
{
"condition": "MP",
"price": 0.44
},
{
"condition": "HP",
"price": 0.35
},
{
"condition": "DMG",
"price": 0.28
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 2.99,
"low": 2.54,
"high": 3.44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 64.28,
"low": 75.9,
"high": 83.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 346.07,
"low": 291.6,
"high": 400.53,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 24.99,
"low": 14,
"high": 1889,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
}
],
"market_updated_at": "2026-09-22T03:32:14.283Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}