Avion Tracker logo Avion Tracker

API v5-Dokumentation

Öffentliche API für Live-Angebote, Laufzeitstatus, Quellenabdeckung und aggregiertes Katalog-Browsing. Alle öffentlichen Integrationen müssen die Avion Tracker-Namensnennung beibehalten und auf https://tracker.discordlabs.app verweisen.

Namensnennung erforderlich 90 erforderlich / Minute / IP Versionierte öffentliche Oberfläche OpenAPI-ready

Endpunkte

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

Versionsinformationen, Links, Limits und Plattformübersicht.

GET /api/v5/status

Laufzeitzustand, Gateway-Status, Shards, Cluster und Live-Abdeckung.

GET /api/v5/coverage

Aufschlüsselung nach Quelle und Geschäft nach Geschäft für aktive Feeds.

GET /api/v5/offers

Öffentlicher Live-Angebots-Feed mit Filtern: Modus, Sortierung, Geschäft, Plattform, Art, Limit.

GET /api/v5/catalog

Katalogsuche und Durchsuchen mit q-, Quell-, Grenzwert- und Offset-Parametern.

GET /api/v5/trending

Verfolgte Titel sortiert nach Live-Verbreitung, kostenlosen Lieferungen und Marktabdeckung.

GET /api/v5/latest

Neueste verfolgte Titel und neue Katalogbewegungen.

GET /api/v5/freenow

Shortcut-Feed für die derzeit kostenlosen Angebote, sortiert nach dem nächsten Ablaufdatum.

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

Live-Feed pro Quelle für Dashboards, Widgets und externe Spiegel.

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

Live-Feed pro Geschäft mit Modus- und Sortiersteuerung.

GET /api/v5/openapi.json

Maschinenlesbarer OpenAPI-Vertrag zur Client-Generierung.

Nutzungsrichtlinie

Sie können API v5-Daten einbetten oder spiegeln, aber Ihre Integration muss Avion Tracker sichtbar angeben, den Quelllink zurück zu https://tracker.discordlabs.app beibehalten und Copyright-Header unberührt lassen. Technische Kontrollen reduzieren Missbrauch, aber die rechtliche Zuordnung ist immer noch wichtig.

Urheberrecht

Copyright 2026 Avion Tracker. Public mirrors, embeds and dashboards must attribute Avion Tracker and link back to https://tracker.discordlabs.app.

Schutz

API v5 ships with per-IP rate limiting, branding headers, canonical docs links and explicit attribution metadata in every response.

Beispiele

Use the ready-made public routes below for widgets, cron pulls, websites and dashboards.

Jetzt kostenlos öffentlich

curl https://tracker.discordlabs.app/api/v5/freenow?limit=12

Quell-Feed

https://tracker.discordlabs.app/api/v5/feeds/source/epic?mode=free&limit=20

Coverage snapshot

curl https://tracker.discordlabs.app/api/v5/coverage

Bereitstellungshinweis

Cache responses briefly, preserve attribution headers, and link back to https://tracker.discordlabs.app whenever you embed or mirror the data.

Beispielantwort

Jede Antwort verpackt Daten in einem stabilen Umschlag mit Version, Zeitstempeln und Zuordnungsmetadaten.

{
  "apiVersion": "v5",
  "resource": "offers",
  "generatedAt": 1777647991907,
  "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
      }
    ]
  }
}