API Documentation
API Base Path: blizztrack.com/api/
Swagger: blizztrack.com/swagger/docs.json
Swagger UI: blizztrack.com/swagger/index.html
-
GET /alerts
Get breaking news for games
-
No parameters for this endpoint
-
GET /forums
Get games that have forums
-
No parameters for this endpoint
-
GET /forums/{game}
Get forums by game
-
path game *
Type: string
slug or tact of game
-
query category
Type: number
The category id
-
GET /forums/{game}/categories
Get categories by game
-
path game *
Type: string
slug or tact of game
-
GET /fragments
Get all fragments
-
No parameters for this endpoint
-
GET /fragments/{name}
Get fragments by name or hash
-
path name *
Type: string
Hash or name of the fragment
-
GET /manifest/{tact}/bgdl
Get BGDL manifest for the given game
-
path tact *
Type: string
Game tact code (e.g. pro)
-
query seqn
Type: number
File sequence number
-
GET /manifest/{tact}/cdns
Get CDN manifest for the given game
-
path tact *
Type: string
Game tact code (e.g. pro)
-
query seqn
Type: number
File sequence number
-
GET /manifest/{tact}/seqn
Shows all seqns for a given file and game
-
path tact *
Type: string
Game tact code (e.g. pro)
-
query file *
Type: string
File to look up
-
query page
Type: number
The page number to return
-
query limit
Type: number
The number of results to return per page
-
GET /manifest/{tact}/versions
Get versions manifest for the given game
-
path tact *
Type: string
Game tact code (e.g. pro)
-
query seqn
Type: number
File sequence number
-
GET /summary
Get a list of all values in the summary table along with their corresponding changes
-
query page
Type: number
The page number to return
-
query limit
Type: number
The number of results to return per page