Logo
Roaring API Documentation

Fetch sanctions lists

GET {{baseUrl}}/search?name=Leo Efternamn2636

It supports date parameter

 

Body PARAM

Key Datatype Required Description 
sanctionOrg
string Sanction organisation to search for entity against (EU, UN, OFAC), no entry in this field will search all lists
name
string (Required) Name of sanction entity to search for, Person, Organisation or Vessel
birthDate
string Birth date of sanction person (ISO format with YYYY, YYYY-MM or YYYY-MM-DD)
gender
string Gender of sanction person. (Male, Female or Unknown)
programme
string Sanction programme which the entity belongs to
country
string Country connected to sanction entity



HEADERS

Key Datatype Required Description 




RESPONSES

Curl
curl -X GET 'https://api.roaring.io/global/sanctions-lists/2.0/search?name=Leo Efternamn2636?sanctionOrg=<string>&name=Leo Efternamn2636&birthDate=<string>&gender=<string>&programme=<string>&country=<string>'

ENDPOINTS