GET /api/v5/meta
Versiotiedot, linkit, rajoitukset ja alustan yhteenveto.
Julkinen sovellusliittymä live-tarjouksille, suoritusajan tilan, lähteen kattavuuden ja kootun luettelon selaamiseen. Kaikkien julkisten integraatioiden on säilytettävä Avion Tracker-attribuutio ja linkitettävä takaisin kohteeseen 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.
Versiotiedot, linkit, rajoitukset ja alustan yhteenveto.
Ajonaikainen kunto, yhdyskäytävän tila, sirpaleet, klusterit ja suora lähetys.
Aktiivisten syötteiden lähde- ja kauppakohtainen erittely.
Julkinen live-tarjoussyöte suodattimilla: tila, lajittelu, kauppa, alusta, laji, raja.
Hae luettelosta ja selaa q-, lähde-, raja- ja offset-parametreilla.
Seuratut pelit, jotka on luokiteltu live-levityksen, ilmaisten droppien ja markkinoiden kattavuuden mukaan.
Viimeisimmät raidat ja tuore luetteloliike.
Pikakuvakesyöte tällä hetkellä ilmaisiin tarjouksiin, lajiteltuna lähimmän voimassaoloajan mukaan.
Lähdekohtainen live-syöte kojelaudoille, widgeteille ja ulkoisille peileille.
Kauppakohtainen live-syöte tila- ja lajittelusäätimillä.
Koneluettava OpenAPI-sopimus asiakkaan luomiseen.
Voit upottaa tai peilata API v5 -tietoja, mutta integraatiossasi on näkyvästi mainittava Avion Tracker, säilytettävä lähdelinkki takaisin kohteeseen https://tracker.discordlabs.app ja pidettävä tekijänoikeusotsikot koskemattomina. Tekniset tarkastukset vähentävät väärinkäyttöä, mutta oikeudellinen tekijä on silti tärkeä.
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.
Jokainen vastaus kääri tiedot vakaaseen kirjekuoreen, jossa on versiot, aikaleimat ja attribuutiometatiedot.
{
"apiVersion": "v5",
"resource": "offers",
"generatedAt": 1777648032852,
"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
}
]
}
}