(anchor, value) and return ONLY the adverse_media slice: recent news linking the entity to AML risk categories (financial crime, money laundering, fraud, corruption, bribery, sanctions evasion, terrorist financing, tax evasion). Linkage is keyword-based (entity name co-occurring with an AML risk term) and is supplementary and non-comprehensive. The GDELT GEG entity index confirms/disambiguates hits and raises precision (low keyword-only, medium entity recognized in the recent window, high the specific article was entity-extracted for this entity); disambiguation and entity_match report the confirmation state - see the slice coverage_note. This slice is SOFT: a data outage degrades to a null slice with meta.partial=true and returns 200, never 503 (the adverse path does not screen, so it cannot fail closed to 503).x-api-key: ********************curl --location 'https://sugra.ai/api/v1/entity///adverse-media' \
--header 'x-api-key: <api-key>'{
"data": {
"entity": {
"id": "string",
"anchor": {
"lei": "string",
"property1": "string",
"property2": "string"
},
"name": "string",
"country": "string",
"type": "string",
"status": "string",
"field_provenance": {
"name": "string",
"country": "string",
"status": "string",
"type": "string",
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
},
"adverse_media": {
"hits": [
{
"title": "string",
"url": "string",
"source": "string",
"published": "string",
"matched_terms": [
"string"
],
"snippet": null,
"entity_confirmed": true,
"property1": "string",
"property2": "string"
}
],
"count": 0,
"precision": "string",
"disambiguation": "string",
"entity_match": {
"recognized": true,
"type": "string",
"mid": "string",
"confirmed_hits": 0,
"ambiguous": true,
"geg_partial": true,
"max_salience": 0,
"property1": "string",
"property2": "string"
},
"coverage_note": "string",
"partial_coverage": true,
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"data_age_days": 0,
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true,
"period": "string",
"notes": "string"
}
}