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/ma_ja-1?include=prices 200 20ms{
"success": true,
"data": {
"id": "ma_ja-1",
"name": "Shaymin",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/1.large.webp"
}
],
"expansion": {
"id": "ma_ja",
"name": "MEGA Premium Trainer Box",
"total": 43,
"language": "Japanese",
"language_code": "ja",
"series": "Mega Evolution",
"code": "MA",
"printed_total": 43,
"release_date": "2025/08/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.symbol.png",
"translation": {
"en": {
"name": "MEGA Premium Trainer Box"
}
}
},
"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/ma_ja/1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/1.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Flower Curtain",
"text": "Prevent all damage done to your Benched Pokémon that don't have a Rule Box by attacks from your opponent's Pokémon. (Pokémon ex, Pokémon V, etc. have Rule Boxes.)",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Smash Kick",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "tono",
"pricing": {
"currency": "USD",
"market": 1.26,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.26
}
],
"graded": [],
"market_updated_at": "2026-08-20T02:07:18.498Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}