Deadlock Mod Manager
API Reference

List Mods V1

GET
/v1/mods

Response Body

curl -X GET "https://api.deadlock-mods.com/api/v1/mods"
[
  {
    "id": "string",
    "remoteId": "string",
    "name": "string",
    "description": "string",
    "remoteUrl": "string",
    "category": "string",
    "likes": -9007199254740991,
    "author": "string",
    "downloadable": true,
    "remoteAddedAt": "2019-08-24T14:15:22Z",
    "remoteUpdatedAt": "2019-08-24T14:15:22Z",
    "tags": [
      "string"
    ],
    "images": [
      "string"
    ],
    "hero": "string",
    "isAudio": true,
    "audioUrl": "string",
    "downloadCount": -9007199254740991,
    "isNSFW": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]