Skip to main content

Get Modfile

GET 

/games/:game-id/mods/:mod-id/files/:file-id

Get a file. Successful request will return a single Modfile Object.

NOTE: If the game requires mod downloads to be initiated via the API, the binary_url returned will contain a verification hash. This hash must be supplied to get the modfile, and will expire after a certain period of time. Saving and reusing the binary_url won't work in this situation given it's dynamic nature.

Request

Responses

Successful Request