GET /api/v5/meta
Informace o verzi, odkazy, limity a shrnutí platformy.
Veřejné API pro živé nabídky, stav běhu, pokrytí zdrojů a agregované procházení katalogu. Všechny veřejné integrace musí zachovat atribuci Avion Tracker a odkazovat zpět na 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.
Informace o verzi, odkazy, limity a shrnutí platformy.
Stav běhu, stav brány, fragmenty, shluky a živé vysílání.
Rozdělení aktivních zdrojů podle zdrojů a prodejen.
Veřejné živé nabídky krmiva s filtry: režim, řazení, obchod, platforma, druh, limit.
Katalogové vyhledávání a procházení s parametry q, source, limit a offset.
Sledované tituly seřazené podle živého šíření, bezplatných poklesů a pokrytí trhu.
Nejnovější sledované tituly a aktuální katalog.
Zkratky pro aktuálně bezplatné nabídky, seřazené podle nejbližšího vypršení platnosti.
Živý zdroj podle zdroje pro řídicí panely, widgety a externí zrcadla.
Živý zdroj z obchodu s ovládacími prvky režimu a řazení.
Strojově čitelná smlouva OpenAPI pro generování klientů.
Můžete vložit nebo zrcadlit data API v5, ale vaše integrace musí viditelně připsat Avion Tracker, zachovat zdrojový odkaz zpět na https://tracker.discordlabs.app a zachovat hlavičky autorských práv nedotčené. Technické kontroly omezují zneužívání, ale stále záleží na právním přiřazení.
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.
Každá odpověď zabalí data do stabilní obálky s verzí, časovými razítky a metadaty atribuce.
{
"apiVersion": "v5",
"resource": "offers",
"generatedAt": 1777648946578,
"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/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": 1777649041757,
"platforms": [
"windows"
],
"rating": null,
"discountPercent": null,
"isFree": true
},
{
"key": "indiegala:https://www.indiegala.com/giveaways/card/69-ways-to-kill-a-zombie/1196404",
"externalId": "https://www.indiegala.com/giveaways/card/69-ways-to-kill-a-zombie/1196404",
"sourceKey": "indiegala-direct",
"title": "69 Ways to Kill a Zombie",
"description": "Enter the IndieGala giveaway for a chance to win a free key.",
"url": "https://www.indiegala.com/giveaways/card/69-ways-to-kill-a-zombie/1196404",
"imageUrl": "https://steamcdn-a.akamaihd.net/steam/apps/512410/header.jpg",
"store": "indiegala",
"type": "other",
"kind": "game",
"currency": "USD",
"originalPrice": null,
"discountedPrice": 0,
"startsAt": null,
"endsAt": 1777652401757,
"platforms": [
"windows"
],
"rating": null,
"discountPercent": null,
"isFree": true
}
]
}
}