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

Move a basic Energy card from this Pokémon to 1 of your Benched Pokémon.
/api/v1/pokemon/cards/cp1_ja-2vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "cp1_ja-2vh",
"name": "Team Magma's Camerupt",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/2vh.large.webp"
}
],
"expansion": {
"id": "cp1_ja",
"name": "Magma Gang VS Aqua Gang: Double Crisis",
"total": 34,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP1",
"printed_total": 34,
"release_date": "2015/01/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.symbol.png",
"translation": {
"en": {
"name": "Magma Gang VS Aqua Gang: Double Crisis"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "605308",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/2vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"abilities": [
{
"name": "Burning Draft",
"text": "Once during your turn (before your attack), you may attach a Fighting or Fire Energy card from your discard pile to this Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Flame Ball",
"text": "Move a basic Energy card from this Pokémon to 1 of your Benched Pokémon.",
"damage": "60"
}
],
"rarity": "Rare",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 1.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.27
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 54,
"low": 45.9,
"high": 62.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 69.99,
"low": 65.79,
"high": 87.4,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "8",
"value": 19.93,
"low": 15.5,
"high": 15.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:58:04.306Z",
"trend_7d": {
"direction": "down",
"percent": -2.31
}
}
}
}