Skip to main content

Get Modfiles

GET 

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

Get all files that are published for the corresponding mod. Successful request will return an array of Modfile Objects. We recommended reading the filtering documentation to return only the records you want.

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.

info

If the parent game has platform filtering enabled, this endpoint supports the targeting a platform request header to return the modfiles that are approved for the requested platform.

Request

Responses

Successful Request