Deadlock Mod Manager
API Reference

Get Mod Downloads V2

GET
/v2/mods/{id}/downloads

Path Parameters

idstring

Response Body

curl -X GET "https://api.deadlock-mods.com/api/v2/mods/string/downloads"
{
  "downloads": [
    {
      "url": "string",
      "size": -9007199254740991,
      "name": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ],
  "count": -9007199254740991
}