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

← XY Trainer Kit Latios
Machop

Machop

Common #11 Pokémon Basic HP 70
Types
Fighting
Illustrator
Kouki Saitou
Expansion
XY Trainer Kit Latios · XY
Language
English
TCGplayer
98363

Attacks

Knuckle Punch 10
Fighting
GET /api/v1/pokemon/cards/tk8a-11?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk8a-11",
    "name": "Machop",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-11.large.webp"
      }
    ],
    "expansion": {
      "id": "tk8a",
      "name": "XY Trainer Kit Latios",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2015/04/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98363",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Knuckle Punch",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.79
        },
        {
          "condition": "LP",
          "price": 0.36
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:07:27.410Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.25
      }
    }
  }
}