GET /api/v5/meta
Informações de versão, links, limites e resumo da plataforma.
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.
Public integrations should target v5 only. The routes below cover status, coverage, feeds and catalog access for websites, widgets and bots.
Informações de versão, links, limites e resumo da plataforma.
Integridade do tempo de execução, status do gateway, fragmentos, clusters e cobertura ao vivo.
Detalhamento fonte por fonte e loja por loja para feeds ativos.
Public live oferece feed com filtros: modo, classificação, armazenamento, plataforma, tipo, limite.
Pesquise e navegue no catálogo com parâmetros q, fonte, limite e deslocamento.
Títulos rastreados classificados por spread ao vivo, lançamentos gratuitos e cobertura de mercado.
Títulos rastreados mais recentes e movimentos recentes do catálogo.
Feed de atalho para as ofertas atualmente gratuitas, classificadas por vencimento mais próximo.
Feed ao vivo por fonte para painéis, widgets e espelhos externos.
Feed ao vivo por loja com controles de modo e classificação.
Contrato OpenAPI legível por máquina para geração de clientes.
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.
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.
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": 1777648055812,
"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
}
]
}
}