Search Details
Welcome to our The tutelar Adverse media Details page. , also known as negative news, is any unfavourable information found across different public sources. This includes various sources from traditional news outlets, official press releases, to social media platforms.
Search Details Page
GET
https://secctrl.tutelar.io/api/v1/aml/adverse-media-search/:searchHistoryId /:SearchResult[]id
Header
Content-Type
application/json
Sample Response
Path param values :
searchHistoryId
String
Yes
Unique identifier for each search history record.
SearchResult[]id
String
Yes
unique id, to get a adverse media details.
Sample Response
{
"success": true,
"code": 200,
"message": "Aml Adverse Media details are",
"data": {
"searchHistoryId": "SH_HfV8jwsf8l",
"searchProduct": "adverse-media",
"searchObject": {
"sdnType": "Person",
"searchParams": {
"name": "Vladimir Putin",
"nationality": "Russia",
"ucic": "ORDER_001"
}
},
"name": [
"Vladimir Putin"
],
"matchStatus": "Potential Match",
"adverseSummaryDetail": {
"adverse_keywords": [
"invasion",
"attack",
"war",
],
"address": [
"Valdai Novgorod Region Russia",
"Novo-Ogaryevo, Moscow Region",
"Novo-Ogaryevo, Moscow Region"
],
"alias": [
"Vladimir Vladimirovitch Poutine",
"블라디미르 블라디미로비치 푸틴",
"Vladimir Vladimirovitsj Putin",
"Putin Vladimir Vladimirovich",
"弗拉基米尔·普京"
],
"birth_country": [
"ru"
],
"categories": [
"SIP",
"Sanctions",
"Warnings and Regulatory Enforcement",
"PEP"
],
"category": [
"PEP"
],
"citizenship": [
"ru",
"suhh"
],
"country": [
"Russia"
],
"date_of_birth": [
"1952-10-07"
],
"description": [
"Prseident of the Russian Federation, who gifted weapons to Kim Jong Un during his visit to Russia in September 2023."
],
"education": [
"Academy of Foreign Intelligence",
"School 281 (1968-1970)"
],
"entity_type": [
"Person"
],
"entity_types": [
"Person"
],
"ethnicity": [
"Russians"
],
"father_name": [
"Vladimirovich",
"Влади́мирович"
],
"first_name": [
"Vladimir Vladimirovich",
"Влади́мир",
"Владимир",
"Vladimir"
],
"gender": [
"male",
"Male"
],
"last_name": [
"ПУ́ТИН",
"Putin",
"Путин",
"POUTINE"
],
"middle_name": [
"Владимирович",
"Vladimirovich"
],
"notes": [
"President of Russia (1999–2008, 2012–present)",
"The Director Disqualification Sanction was imposed on 09/04/2025."
],
"occupation": [
"POLITICIAN"
],
"place_of_birth": [
"Léningrad, aujourd'hui Saint-Pétersbourg",
"St Petersburg (then Leningrad)"
],
"position": [
"Supreme Commander-in-Chief of the Armed Forces of the Russian Federation (1999-2008)",
"Президент Російської Федерації",
"Chairman of the Council of CIS Heads of State (2024-2024)",
"ロシア連邦大統領",
"President of the Russian Federation"
],
"position_occupancies": [
"Supreme Commander-in-Chief of the Armed Forces of the Russian Federation",
"Acting President of Russia",
"Supreme Commander-in-Chief of the Armed Forces of the Russian Federation"
],
"program_id": [
"SECO-UKRAINE",
"GB-RUS",
],
"religion": [
"Eastern Orthodoxy"
],
"second_name": [
"Vladimirovich"
],
"tax_number": [
"711813038431"
],
"title": [
"His Excellency"
],
"unique_entity_id": [
"NYRVMEKYU3U9"
],
"weak_alias": [
"Putin",
"Platov",
"弗拉基米尔·弗拉基米罗维奇·普京",
"ヴラジーミル・ヴラジーミロヴィッチ・プーチン",
],
"website": [
"http://putin.kremlin.ru/"
]
},
"adverseMedia": [
{
"link": "https://www.bbc.com/news/articles/c0qljy44553o",
"score": -2,
"title": "Ukraine war: Vladimir Putin says he reached 'understandings' with ...",
"description": "The Russian president also defended his decision to invade Ukraine, once again blaming the war on the West.",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTRNtZFEzM1wqpWutbr8anyzLrot3LfsMbkFwf_QDpkFfeAIoIkEHP61TI&s"
},
{
"link": "https://www.aljazeera.com/news/2023/3/17/icc-issues-arrest-warrant-for-russias-putin-over-ukraine-crimes",
"score": -2,
"title": "ICC issues Putin arrest warrant on Ukraine war crime allegations",
"description": "Judges say arrest warrant issued over Russian president’s alleged involvement in abductions of children from Ukraine.",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT5mAGKySgZWS0KAa1lLPZjQb3HJi8IpZF03O1vPQzh3_ih6-PpeMdm6gKw&s"
}
],
"match_score": "100",
"id": "8NrEq2GYS7TKDUo32pLFTC",
"hit_count": "4",
"searchDate": "2025-09-17",
"relation": {
"decision": {
"meta": {
"actionButton": [
"true_match",
"false_positive",
"no_match"
]
}
}
}
}
}
Failure response:
{
"success": false,
"code": 1001,
"message": "Invalid Search History Id",
"data": {}
}
{
"success": false,
"code": 1001,
"message": "Invalid search Reference id",
"data": {}
}
Response Parameter description is given below,
searchHistoryId
String
Unique identifier for each search history record.
searchDate
String
The date and time (UTC timestamp)when the client performed the search.
searchObject
Object
Contains metadata about the search request.
sdnType
String
Type of search subject: Individual or Entity.
searchParams
Object
Parameters used in the search request.
name
Array
Candidate names that matched during the search.
matchStatus
String
Indicates the type of match found.
adverseSummaryDetail
Object
Summary of adverse information linked to the Individual/entity.
adverseMedia
Array of Objects
Collection of adverse media news/articles.
match_score
String
Percentage score indicating closeness of the match (e.g., "100")
id
String
Internal system identifier for the search record.
hit_count
String
Number of matched records found.
relation
Object
Relation of search results for decisions.
Last updated