Skip to Content
Game ImportersPalworld TCGPalworld TCG

Palworld TCG

Palworld TCG (slug palworld) is the official trading card game based on Pocketpair’s Palworld, published through Bushiroad’s card-manager platform. Players deploy Pals (Normal or Lucky) alongside Event, Gear, Soul and Structure cards across four colors (Red, Blue, Green, Purple, plus Colorless), with element types (Fire, Water, Electric, Grass, …) and work aptitudes (Kindling, Harvesting, Crafting, …) driving deck building. Global release date: 2026-07-30.

Palworld TCG is not sold on TCGplayer or Cardmarket yet. The catalogue comes straight from the official card database, there are no marketplace external IDs, no price importer runs, and CATALOGUE_QUALITY is NONE pre-launch.

Data Source

The importer consumes the official Bushiroad card-manager API exposed by the game’s websites. The English and Japanese catalogues live on separate hosts:

HostLanguageBase URL
ENEnglish (canonical)https://en.palworld-official-cardgame.com
JPJapanese (translations)https://palworld-official-cardgame.com

Endpoints (same shape on both hosts):

EndpointPurpose
GET /manage/card-list-user/list?page=N&per_page=100&sort=newPaginated card list (241 printings across 151 cards at launch)
GET /manage/card-list-user/detail?id=NPer-card detail — the only source of flavor text
GET /manage/card-list-user/productsProducts/expansions grouped by year
https://{host}/wordpress/wp-content/images/cardlist/{picture}Card images (400Ă—559 PNG) from the official CDN

A browser User-Agent header is required. The CloudFront distribution in front of the API returns 403/404 for default HTTP-client user agents (curl, node-fetch). The importer sends a Chrome desktop UA on every request.

Documentation

Code Locations

ComponentLocation
Importerpackages/games/game-importer/src/palworld/palworld-importer.ts
Staging importerpackages/games/game-importer/src/palworld/palworld-staging-importer.ts
Game config & typespackages/games/game-configuration/src/lib/games/palworld/
DTO schemaspackages/core/api-dtos/src/lib/product/games/palworld.schema.ts
Last updated on