Avion Tracker logo Avion Tracker

API v5 ドキュメント

ライブオファー、ランタイムステータス、ソースカバレッジ、および集約されたカタログ閲覧のためのパブリック API。すべてのパブリック統合では、Avion Tracker 属性を保持し、https://tracker.discordlabs.app にリンクバックする必要があります。

出典が必要です 90 要求 / 分 / IP バージョン管理されたパブリックサーフェス OpenAPI-ready

エンドポイント

Public integrations should target v5 only. The routes below cover status, coverage, feeds and catalog access for websites, widgets and bots.

GET /api/v5/meta

バージョン情報、リンク、制限、プラットフォームの概要。

GET /api/v5/status

ランタイムの健全性、ゲートウェイのステータス、シャード、クラスター、ライブ カバレッジ。

GET /api/v5/coverage

アクティブなフィードのソースごとおよびストアごとの内訳。

GET /api/v5/offers

フィルターを使用した公開ライブ オファー フィード: モード、並べ替え、ストア、プラットフォーム、種類、制限。

GET /api/v5/catalog

q、source、limit、offsetパラメータを使用してカタログを検索および参照します。

GET /api/v5/trending

追跡されたタイトルは、ライブ スプレッド、無料ドロップ、市場カバレッジによってランク付けされます。

GET /api/v5/latest

最近追跡されたタイトルと新しいカタログの動き。

GET /api/v5/freenow

現在の無料オファーのショートカット フィードを有効期限が近い順に並べ替えます。

GET /api/v5/feeds/source/:sourceKey

ダッシュボード、ウィジェット、外部ミラーのソースごとのライブ フィード。

GET /api/v5/feeds/store/:storeKey

モードと並べ替えコントロールを備えた店舗ごとのライブ フィード。

GET /api/v5/openapi.json

クライアント生成のための機械可読な 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

Coverage snapshot

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": 1777648047855,
  "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
      }
    ]
  }
}