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

This Pokémon does 10 damage to itself.
/api/v1/pokemon/cards/sv1a_ja-12?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv1a_ja-12",
"name": "Larvesta",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/12.large.webp"
}
],
"expansion": {
"id": "sv1a_ja",
"name": "Triplet Beat",
"total": 103,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV1a",
"printed_total": 73,
"release_date": "2023/03/10",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.symbol.png",
"translation": {
"en": {
"name": "Triplet Beat"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "568135",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "80",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Flare",
"damage": "10"
},
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Take Down",
"text": "This Pokémon does 10 damage to itself.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 0.23,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.23
},
{
"condition": "LP",
"price": 0.22
},
{
"condition": "MP",
"price": 0.18
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 26.94,
"low": 22.9,
"high": 30.98,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:42:20.502Z",
"trend_7d": {
"direction": "down",
"percent": -30.3
}
}
}
}