v1

latestOpenAPI 3.0.2Apache 2.02026-07-1762135.5 KB

Get information about available sanction lists

Returns information about the lists watchman has prepared and indexed for search

get/v2/listinfo

Response

Current lists watchman has prepared and indexed for search

listsobject

Count of entities parsed from each list

listHashesobject

Hash of each list's original contents

startedAtstring date-time

Timestamp of when list refresh started

endedAtstring date-time

Timestamp of when list refresh completed

versionstring

Version of the Watchman service

Example response

{
  "lists": {
    "us_csl": 442,
    "us_ofac": 17646
  },
  "listHashes": {
    "us_csl": "a572...cf42",
    "us_ofac": "0629...9aab"
  },
  "version": "v0.51.0"
}