GET /api/v5/meta
버전 정보, 링크, 제한 및 플랫폼 요약.
실시간 제안, 런타임 상태, 소스 적용 범위 및 집계된 카탈로그 검색을 위한 공개 API입니다. 모든 공개 통합은 Avion Tracker 속성을 유지하고 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.
버전 정보, 링크, 제한 및 플랫폼 요약.
런타임 상태, 게이트웨이 상태, 샤드, 클러스터 및 실시간 적용 범위.
활성 피드에 대한 소스별 및 매장별 분석입니다.
모드, 정렬, 저장, 플랫폼, 종류, 제한 등의 필터가 포함된 공개 라이브 제안 피드입니다.
q, 소스, 제한 및 오프셋 매개변수를 사용하여 카탈로그를 검색하고 찾아봅니다.
라이브 스프레드, 무료 드롭 및 시장 범위를 기준으로 순위가 매겨진 타이틀을 추적합니다.
가장 최근에 추적된 타이틀과 새로운 카탈로그 이동.
가장 가까운 만료일을 기준으로 정렬된 현재 무료 혜택에 대한 바로가기 피드입니다.
대시보드, 위젯, 외부 미러에 대한 소스별 라이브 피드입니다.
모드 및 정렬 제어 기능이 있는 매장별 라이브 피드입니다.
클라이언트 생성을 위한 기계 판독 가능한 OpenAPI 계약입니다.
API v5 데이터를 삽입하거나 미러링할 수 있지만 통합 시 Avion Tracker를 눈에 띄게 표시하고 https://tracker.discordlabs.app에 대한 소스 링크를 다시 유지하고 저작권 헤더를 그대로 유지해야 합니다. 기술적 통제를 통해 남용을 줄일 수 있지만 법적 귀속은 여전히 중요합니다.
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.
모든 응답은 버전, 타임스탬프, 속성 메타데이터가 포함된 안정적인 봉투에 데이터를 래핑합니다.
{
"apiVersion": "v5",
"resource": "offers",
"generatedAt": 1777647990750,
"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
}
]
}
}