API Response Schema
San Entries
// SanEntries
{
"sanEntries": {
"current": [
{
"sanctionId": "124122", // String: The sanction ID provided by the sanctioning body
"measures": [
"Travel Ban" // Array of strings: List of measures enforced by the sanctioning body
],
"regime": {
"body": "United Nations Security Council (UNSC)", // String: Name of the issuing body
"bodyId": 1, // Number: ID of the sanction body (Beta feature)
"name": "Iranian Sanctions List", // String: Name of the sanction regime
"origin": "United Nations", // String: Country or region issuing the sanctions
"types": [
"Non-Proliferation",
"Human Rights"
] // Array of strings: Types of sanctions classified by the sanctioning body
// Enum options for "types": ["Counter Narcotics", "Hostile Activities", "Human Rights", "Non-Proliferation", "Territorial Violation", "Terrorism"]
},
"events": [
{
"type": "Added", // String: Indicates the type of event
// Enum options for "type": ["Added", "Amended", "Removed"]
"dateIso": "2021-05-05", // String: Date of the event in ISO format
"evidenceIds": [
"12422" // Array of strings: List of evidence IDs associated with the sanction event
]
}
]
}
],
"former": [
{
"sanctionId": "124122", // String: The sanction ID provided by the sanctioning body
"measures": [
"Travel Ban" // Array of strings: List of measures enforced by the sanctioning body
],
"regime": {
"body": "United Nations Security Council (UNSC)", // String: Name of the issuing body
"bodyId": 1, // Number: ID of the sanction body (Beta feature)
"name": "Iranian Sanctions List", // String: Name of the sanction regime
"origin": "United Nations", // String: Country or region issuing the sanctions
"types": [
"Non-Proliferation",
"Human Rights"
] // Array of strings: Types of sanctions classified by the sanctioning body
// Enum options for "types": ["Counter Narcotics", "Hostile Activities", "Human Rights", "Non-Proliferation", "Territorial Violation", "Terrorism"]
},
"events": [
{
"type": "Added", // String: Indicates the type of event
// Enum options for "type": ["Added", "Amended", "Removed"]
"dateIso": "2021-05-05", // String: Date of the event in ISO format
"evidenceIds": [
"12422" // Array of strings: List of evidence IDs associated with the sanction event
]
}
]
}
]
}
}
relEntries
rreEntries
poiEntries
insEntries
ddEntries
pepEntries
Last updated