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

← Pitch Black
Primarina

Primarina

Illustration Rare #88 Pokémon Stage 2 HP 150
Types
Water
Illustrator
satoma
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704845

Attacks

Aqua Return 120
Water · Colorless

Shuffle this Pokémon and all attached cards into your deck.

GET /api/v1/pokemon/cards/me5-88vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-88vh",
    "name": "Primarina",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-88vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-88vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-88vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704845",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-88vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-88vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-88vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Enriching Melody",
        "text": "Once during your turn, when you play this Pokémon from your hand to evolve 1 of your Pokémon, you may use this Ability. Heal all damage from 1 of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Return",
        "text": "Shuffle this Pokémon and all attached cards into your deck.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "satoma",
    "pricing": {
      "currency": "USD",
      "market": 3.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.26
        },
        {
          "condition": "LP",
          "price": 2.75
        },
        {
          "condition": "DMG",
          "price": 2.97
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 24.14,
          "low": 24.14,
          "high": 29.01,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "10",
          "value": 84.99,
          "low": 72.24,
          "high": 97.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.7
      }
    }
  }
}