Deadlock Mod Manager
API Reference

Get Profile

GET
/v2/profiles/{id}

Path Parameters

idstring

Response Body

curl -X GET "https://api.deadlock-mods.com/api/v2/profiles/string"
{
  "version": "1",
  "payload": {
    "mods": [
      {
        "remoteId": "string",
        "selectedDownload": {
          "remoteId": "string",
          "file": "string",
          "url": "string",
          "size": 0
        },
        "fileTree": {
          "files": [
            {
              "name": "string",
              "path": "string",
              "size": 0,
              "is_selected": true,
              "archive_name": "string"
            }
          ],
          "total_files": 0,
          "has_multiple_files": true
        }
      }
    ]
  }
}