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

← Nine Colours Gathering (Friend)
Tropius

Tropius

Uncommon #007/132 Pokémon Basic HP 110
Types
Grass
Illustrator
Oswaldo KATO
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Rally Back 30
Colorless · Colorless

If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage.

Solar Beam 100
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/ncgf-007?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-007",
    "name": "Tropius",
    "number": "007/132",
    "printed_number": "007/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-007.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-007.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-007.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgf",
      "name": "Nine Colours Gathering (Friend)",
      "total": 184,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 184,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgf.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Friend)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-007.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-007.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-007.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rally Back",
        "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Solar Beam",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Oswaldo KATO",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:02.145Z"
    }
  }
}