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/bw9_ja-2?include=prices 200 15ms{
"success": true,
"data": {
"id": "bw9_ja-2",
"name": "Masquerain",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/2.large.webp"
}
],
"expansion": {
"id": "bw9_ja",
"name": "Megalo Cannon",
"total": 86,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW9",
"printed_total": 76,
"release_date": "2013/03/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
"translation": {
"en": {
"name": "Megalo Cannon"
}
}
},
"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/bw9_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"Team Plasma"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Tool Reversal",
"text": "As often as you like during your turn (before your attack), you may put a Pokémon Tool card attached to 1 of your Pokémon into your hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Bug Bite",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Non",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 4,
"is_stale": true,
"conditions": [
{
"condition": "NM",
"price": 4
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 90.84,
"low": 77.21,
"high": 104.47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 140,
"low": 140,
"high": 140,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:47:25.547Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}