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

/api/v1/pokemon/cards/swsh2a_ja-40?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh2a_ja-40",
"name": "Larvitar",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/40.large.webp"
}
],
"expansion": {
"id": "swsh2a_ja",
"name": "Explosive Walker",
"total": 86,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S2a",
"printed_total": 70,
"release_date": "2020/04/24",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.symbol.png",
"translation": {
"en": {
"name": "Explosive Walker"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "570313",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/40.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Sand Spray",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Pierce",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Sanosuke Sakuma",
"pricing": {
"currency": "USD",
"market": 0.83,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.83
},
{
"condition": "LP",
"price": 0.1
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 1249,
"low": 1061.65,
"high": 1436.35,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:36:56.204Z",
"trend_7d": {
"direction": "up",
"percent": 10.67
}
}
}
}