Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Primarina

Primarina

Rare #20 Pokémon Stage 2 HP 150
Types
Water
Illustrator
Taira Akitsu
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704777

Attacks

Aqua Return 120
Water · Colorless

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

GET /api/v1/pokemon/cards/me5-20vrh?include=prices 200 67ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-20vrh",
    "name": "Primarina",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-20vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-20vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-20vrh.large.png"
      }
    ],
    "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": "704777",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-20vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-20vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-20vrh.large.png"
          }
        ]
      }
    ],
    "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": "Rare",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.39
      }
    }
  }
}