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

← Paradox Rift
Minior

Minior

Uncommon #99 Pokémon Basic HP 70
Types
Fighting
Illustrator
OKUBO
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523769

Attacks

Gravitational Tackle 20
Colorless

This attack does 20 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.

GET /api/v1/pokemon/cards/sv4-99?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-99",
    "name": "Minior",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/99.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/99.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/99.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523769",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/99.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/99.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/99.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Far-Flying Meteor",
        "text": "Once during your turn, if this Pokémon is on your Bench, when you attach an Energy card from your hand to this Pokémon, you may switch it with your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gravitational Tackle",
        "text": "This attack does 20 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "OKUBO",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "HP",
          "price": 0.03
        },
        {
          "condition": "DMG",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -31.25
      }
    }
  }
}