GET /api/v5/meta
バージョン情報、リンク、制限、プラットフォームの概要。
ライブオファー、ランタイムステータス、ソースカバレッジ、および集約されたカタログ閲覧のためのパブリック API。すべてのパブリック統合では、Avion Tracker 属性を保持し、https://tracker.discordlabs.app にリンクバックする必要があります。
Public integrations should target v5 only. The routes below cover status, coverage, feeds and catalog access for websites, widgets and bots.
バージョン情報、リンク、制限、プラットフォームの概要。
ランタイムの健全性、ゲートウェイのステータス、シャード、クラスター、ライブ カバレッジ。
アクティブなフィードのソースごとおよびストアごとの内訳。
フィルターを使用した公開ライブ オファー フィード: モード、並べ替え、ストア、プラットフォーム、種類、制限。
q、source、limit、offsetパラメータを使用してカタログを検索および参照します。
追跡されたタイトルは、ライブ スプレッド、無料ドロップ、市場カバレッジによってランク付けされます。
最近追跡されたタイトルと新しいカタログの動き。
現在の無料オファーのショートカット フィードを有効期限が近い順に並べ替えます。
ダッシュボード、ウィジェット、外部ミラーのソースごとのライブ フィード。
モードと並べ替えコントロールを備えた店舗ごとのライブ フィード。
クライアント生成のための機械可読な OpenAPI コントラクト。
API v5 データを埋め込んだりミラーリングしたりすることはできますが、統合では Avion Tracker を明示的にクレジットし、ソース リンクを https://tracker.discordlabs.app に戻し、著作権ヘッダーを変更しないようにする必要があります。技術的な管理により虐待は減少しますが、法的な帰属は依然として重要です。
Copyright 2026 Avion Tracker. Public mirrors, embeds and dashboards must attribute Avion Tracker and link back to https://tracker.discordlabs.app.
API v5 ships with per-IP rate limiting, branding headers, canonical docs links and explicit attribution metadata in every response.
Use the ready-made public routes below for widgets, cron pulls, websites and dashboards.
curl https://tracker.discordlabs.app/api/v5/freenow?limit=12
https://tracker.discordlabs.app/api/v5/feeds/source/epic?mode=free&limit=20
curl https://tracker.discordlabs.app/api/v5/coverage
Cache responses briefly, preserve attribution headers, and link back to https://tracker.discordlabs.app whenever you embed or mirror the data.
すべての応答は、バージョン、タイムスタンプ、属性メタデータを含む安定したエンベロープにデータをラップします。
{
"apiVersion": "v5",
"resource": "offers",
"generatedAt": 1777648033412,
"attribution": {
"brand": "Avion Tracker",
"website": "https://tracker.discordlabs.app",
"docs": "https://tracker.discordlabs.app/docs/api-v5",
"dashboard": "https://tracker.discordlabs.app/dashboard",
"copyright": "Copyright 2026 Avion Tracker. Public mirrors, embeds and dashboards must attribute Avion Tracker and link back to https://tracker.discordlabs.app.",
"attributionRequired": true
},
"data": {
"total": 2,
"filtered": 2,
"mode": "free",
"sort": "ending",
"store": null,
"platform": null,
"kind": "all",
"offers": [
{
"key": "indiegala:https://www.indiegala.com/giveaways/card/grav-blazer-squared/1196402",
"externalId": "https://www.indiegala.com/giveaways/card/grav-blazer-squared/1196402",
"sourceKey": "indiegala-direct",
"title": "Grav Blazer Squared",
"description": "Enter the IndieGala giveaway for a chance to win a free key.",
"url": "https://www.indiegala.com/giveaways/card/grav-blazer-squared/1196402",
"imageUrl": "https://steamcdn-a.akamaihd.net/steam/apps/703530/header.jpg",
"store": "indiegala",
"type": "other",
"kind": "game",
"currency": "USD",
"originalPrice": null,
"discountedPrice": 0,
"startsAt": null,
"endsAt": 1777648382607,
"platforms": [
"windows"
],
"rating": null,
"discountPercent": null,
"isFree": true
},
{
"key": "indiegala:https://www.indiegala.com/giveaways/card/the-universim/1196261",
"externalId": "https://www.indiegala.com/giveaways/card/the-universim/1196261",
"sourceKey": "indiegala-direct",
"title": "The Universim",
"description": "Enter the IndieGala giveaway for a chance to win a free key.",
"url": "https://www.indiegala.com/giveaways/card/the-universim/1196261",
"imageUrl": "https://steamcdn-a.akamaihd.net/steam/apps/352720/header.jpg",
"store": "indiegala",
"type": "other",
"kind": "game",
"currency": "USD",
"originalPrice": null,
"discountedPrice": 0,
"startsAt": null,
"endsAt": 1777649042607,
"platforms": [
"windows"
],
"rating": null,
"discountPercent": null,
"isFree": true
}
]
}
}