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

← Black Bolt
Petilil (Poke Ball)

Petilil (Poke Ball)

Common #6 Pokémon Basic HP 60
Types
Grass
Illustrator
mele
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Hide
Colorless

Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.

Leafage
Grass
GET /api/v1/pokemon/cards/sv11b_ja-6vph?include=prices 200 59ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-6vph",
    "name": "Petilil (Poke Ball)",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-6vph.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-6vph.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-6vph.large.png"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-6vph.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-6vph.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-6vph.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hide",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Leafage"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "mele",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:51:08.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}