Avion Tracker logo Avion Tracker

Documentação da API v5

API pública para ofertas ao vivo, status de tempo de execução, cobertura de origem e navegação de catálogo agregado. Todas as integrações públicas devem preservar a atribuição Avion Tracker e vincular de volta a https://tracker.discordlabs.app.

Atribuição necessária 90 necessidade / minuto / IP Superfície pública versionada OpenAPI-ready

Pontos finais

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

Informações de versão, links, limites e resumo da plataforma.

GET /api/v5/status

Integridade do tempo de execução, status do gateway, fragmentos, clusters e cobertura ao vivo.

GET /api/v5/coverage

Detalhamento fonte por fonte e loja por loja para feeds ativos.

GET /api/v5/offers

Public live oferece feed com filtros: modo, classificação, armazenamento, plataforma, tipo, limite.

GET /api/v5/catalog

Pesquise e navegue no catálogo com parâmetros q, fonte, limite e deslocamento.

GET /api/v5/trending

Títulos rastreados classificados por spread ao vivo, lançamentos gratuitos e cobertura de mercado.

GET /api/v5/latest

Títulos rastreados mais recentes e movimentos recentes do catálogo.

GET /api/v5/freenow

Feed de atalho para as ofertas atualmente gratuitas, classificadas por vencimento mais próximo.

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

Feed ao vivo por fonte para painéis, widgets e espelhos externos.

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

Feed ao vivo por loja com controles de modo e classificação.

GET /api/v5/openapi.json

Contrato OpenAPI legível por máquina para geração de clientes.

Política de uso

Você pode incorporar ou espelhar dados da API v5, mas sua integração deve creditar visivelmente Avion Tracker, preservar o link de origem para https://tracker.discordlabs.app e manter os cabeçalhos de direitos autorais intactos. Os controlos técnicos reduzem o abuso, mas a atribuição legal ainda é importante.

Direitos autorais

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

Proteção

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

Exemplos

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

Público gratuito agora

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

Feed de origem

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

Coverage snapshot

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

Nota de implantação

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

Exemplo de resposta

Cada resposta agrupa os dados em um envelope estável com versão, carimbos de data/hora e metadados de atribuição.

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