sanctions_get_changes
ActiveTool of io.github.blackboxfoundry/livedatalink
Return entities added or updated since a given ISO date for a chosen source list. The four official lists do not all expose a public delta feed, so this filters the cached snapshot by listedOn.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"since",
"source"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum matches to return. Defaults vary per tool."
},
"since": {
"type": "string",
"description": "ISO date string (e.g. 2026-01-01) to compute the delta from."
},
"source": {
"enum": [
"OFAC_SDN",
"EU_CFSP",
"UN_SC",
"BIS_DPL"
],
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries