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

← Abyss Eye
Primarina

Primarina

Artrea #85 Pokémon Stage 2
Types
Water
Illustrator
satoma
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695070

Attacks

Aqua Return 120
Water · Colorless

Return this Pokemon and all cards attached to it into your hand.

GET /api/v1/pokemon/cards/m5_ja-85vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-85vh",
    "name": "Primarina",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-85vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695070",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Max Melody",
        "text": "You may use this Ability once during your turn when you play this card from your hand to evolve 1 of your Pokemon. Heal all damage from 1 of your Pokemon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Return",
        "text": "Return this Pokemon and all cards attached to it into your hand.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "雷",
        "value": "×2"
      }
    ],
    "rarity": "Artrea",
    "artist": "satoma",
    "pricing": {
      "currency": "USD",
      "market": 2.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.79
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.25,
          "low": 24.37,
          "high": 30.12,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.91,
          "low": 8.2,
          "high": 9.36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.55,
          "low": 31,
          "high": 62.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 31,
          "trend": {
            "direction": "up",
            "percent": 12.6
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.72,
          "low": 10.62,
          "high": 10.82,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.96,
          "low": 14,
          "high": 16.74,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25.4
      }
    }
  }
}