Health & Status API

The Health API can be used to determine if the service if up, as well as information about the current list versions being used for queries.

Status Endpoint

Status URL

https://search.ofac-api.com/status

Structure

Succesful API Response

HTTP 200

{
	"sdnPublishDate": "mm/dd/yyyy",
	"sdnRecordCount": integer,
	"sdnLastDownload": "M-dd-yyyy HH:mm",
	"dplRecordCount": integer,
	"dplLastDownload": "M-dd-yyyy HH:mm",
	"apiStatus": "UP"
}
										
Note BIS does not include publish date with DPL file.

Contact Us