VPNDetectionVPNDetection

History

GET
/api/v1/database/downloads

Recent download attempts for this organization, newest first. Refusals are listed too, so a failed transfer can be accounted for.

Authorization

apikey<token>

?apikey=<key>. Convenient in a browser; prefer a header elsewhere.

In: query

Query Parameters

limit?integer
Default50
Rangevalue <= 200

Response Body

application/json

application/json

curl -X GET "https://api.vpndetection.io/api/v1/database/downloads"
{
  "downloads": [
    {
      "dataset_id": "string",
      "format": "string",
      "outcome": "ok",
      "sample": true,
      "bytes": 0,
      "http_status": 0,
      "apikey_id": "string",
      "client_ip": "string",
      "user_agent": "string",
      "created": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "rc": "string"
}