$ ls ./ecosystem/
TCG Price Lookup
開発者エコシステム
APIの他に、5言語の公式SDK、CLI、セルフホスト型Discordボット、OpenAPI仕様、Postmanコレクション、本番対応のNext.jsスターターを含む完全なツールスイート。
5つの公式SDK | CLIツール | Discordボット | OpenAPI仕様 | Postmanコレクション | Next.jsスターター
SDK & CLI
公式SDK & CLIツール
主要な言語向けのドロップイン可能なライブラリ。設定ゼロ — APIキーを追加してすぐにクエリ開始。
GO go
Go SDK
Official Go SDK for the TCG Price Lookup API.
- › Zero third-party dependencies
- › Idiomatic Go design
- › Functional options pattern
go get github.com/TCG-Price-Lookup/tcglookup-go
GitHub →
JS npm
JavaScript / TypeScript SDK
Official JavaScript/TypeScript SDK for the TCG Price Lookup API.
- › Zero dependencies
- › ESM and CommonJS support
- › Full TypeScript types
npm install tcglookup
GitHub →
PHP composer
PHP SDK
Official PHP SDK for the TCG Price Lookup API.
- › PHP 8.1+ support
- › Guzzle HTTP client
- › PSR-4 autoloading
composer require tcg-price-lookup/tcglookup
GitHub →
PY pip
Python SDK
Official Python SDK for the TCG Price Lookup API.
- › Python 3.9+ support
- › Built on httpx (async ready)
- › Typed exception hierarchy
pip install tcglookup
GitHub →
RS cargo
Rust SDK
Official Rust SDK for the TCG Price Lookup API.
- › Async with reqwest + tokio
- › Typed Error enum
- › Builder pattern
cargo add tcglookup
GitHub →
$_ brew
CLI Tool
Live trading card prices in your terminal.
- › Search cards from terminal
- › Price history lookups
- › JSON output for scripting
brew tap TCG-Price-Lookup/tcg && brew install tcglookup
GitHub →
連携
Discordボット
セルフホスト型・オープンソース。数分でDiscordサーバーにライブカード価格を追加。
Discord Bot
Self-hosted Discord bot for live trading card prices. Slash commands powered by the TCG Price Lookup API. Supports all 8 games.
- › セルフホスト — データをあなたが管理
- › GitHubでオープンソース公開
- › 8つのTCGゲームすべてに対応
- › スラッシュコマンドインターフェース
スラッシュコマンド例
> /price charizard
> /search black lotus --game mtg
> /price mox-ruby --history
> /search pikachu --game pokemon --foil
自分で作ろう
ツール、ラッパー、連携のアイデアがありますか?TCG Price Lookup APIはすべての人に開放されています。 SDKを選び、無料APIキーを取得して、素晴らしいものを作り上げましょう。