Deadlock Mod Manager
API Reference

Get Report Counts

GET
/v2/reports/mod/{modId}/counts

Path Parameters

modIdstring
Length1 <= length

Response Body

curl -X GET "https://api.deadlock-mods.com/api/v2/reports/mod/string/counts"
{
  "total": 0,
  "verified": 0,
  "unverified": 0,
  "dismissed": 0,
  "byType": {
    "property1": {
      "total": 0,
      "verified": 0,
      "unverified": 0,
      "dismissed": 0
    },
    "property2": {
      "total": 0,
      "verified": 0,
      "unverified": 0,
      "dismissed": 0
    }
  }
}