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 attach 2 Grass Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon.
/api/v1/pokemon/cards/cp4_ja-7?include=prices 200 15ms{
"success": true,
"data": {
"id": "cp4_ja-7",
"name": "M Sceptile-EX",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/7.large.webp"
}
],
"expansion": {
"id": "cp4_ja",
"name": "Premium Champion Pack",
"total": 140,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP4",
"printed_total": 131,
"release_date": "2016/04/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
"translation": {
"en": {
"name": "Premium Champion Pack"
}
}
},
"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/cp4_ja/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"MEGA",
"EX"
],
"types": [
"Grass"
],
"abilities": [
{
"name": "θ Stop",
"text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon.",
"type": "Ancient Trait"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Jagged Saber",
"text": "You may attach 2 Grass Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon.",
"damage": "100"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 25.44,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 25.44
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 41,
"low": 34.85,
"high": 47.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 51,
"low": 43.35,
"high": 58.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 21.5,
"low": 18.27,
"high": 24.73,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:58:35.724Z",
"trend_7d": {
"direction": "down",
"percent": -1.85
}
}
}
}