GET /api/v5/meta
Informations sur la version, liens, limites et résumé de la plateforme.
API publique pour les offres en direct, l'état d'exécution, la couverture des sources et la navigation dans le catalogue agrégé. Toutes les intégrations publiques doivent conserver l'attribution Avion Tracker et créer un lien vers 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.
Informations sur la version, liens, limites et résumé de la plateforme.
État de santé d'exécution, état de la passerelle, fragments, clusters et couverture en direct.
Répartition source par source et magasin par magasin pour les flux actifs.
Flux d'offres publiques en direct avec filtres : mode, tri, magasin, plateforme, type, limite.
Recherchez et parcourez le catalogue avec les paramètres q, source, limite et décalage.
Titres suivis classés par diffusion en direct, lancements gratuits et couverture du marché.
Titres suivis les plus récents et nouveaux mouvements de catalogue.
Flux de raccourcis pour les offres actuellement gratuites, triées par expiration la plus proche.
Flux en direct par source pour les tableaux de bord, les widgets et les miroirs externes.
Flux en direct par magasin avec commandes de mode et de tri.
Contrat OpenAPI lisible par machine pour la génération de clients.
Vous pouvez intégrer ou mettre en miroir les données de l'API v5, mais votre intégration doit visiblement créditer Avion Tracker, conserver le lien source vers https://tracker.discordlabs.app et conserver les en-têtes de droits d'auteur intacts. Les contrôles techniques réduisent les abus, mais l’attribution légale reste 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.
Chaque réponse enveloppe les données dans une enveloppe stable avec la version, les horodatages et les métadonnées d'attribution.
{
"apiVersion": "v5",
"resource": "offers",
"generatedAt": 1777648942968,
"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
}
]
}
}