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

Discard an Energy attached to this Pokémon.
/api/v1/pokemon/cards/bwp_ja-168?include=prices 200 17ms{
"success": true,
"data": {
"id": "bwp_ja-168",
"name": "Flygon",
"number": "168",
"printed_number": "168",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/168.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/168.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/168.large.webp"
}
],
"expansion": {
"id": "bwp_ja",
"name": "Black & White Promos",
"total": 236,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"printed_total": 236,
"release_date": "2010/12/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
"translation": {
"en": {
"name": "Black & White Promos"
}
}
},
"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/bwp_ja/168.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/168.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/168.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Dragon"
],
"hp": "140",
"abilities": [
{
"name": "Sand Guard",
"text": "Whenever this Pokémon would be damaged by your opponent's attack (after applying Weakness and Resistance), flip a coin. If heads, reduce that damage by 40.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Power Blast",
"text": "Discard an Energy attached to this Pokémon.",
"damage": "120"
}
],
"rarity": "Promo",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 48.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 48.18
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:05:12.764Z",
"trend_7d": {
"direction": "down",
"percent": -0.54
}
}
}
}