Skip to main content

Fetch More

The Fetch More endpoint allows you to retrieve additional results for an existing media watcher case. If there are more results available for a previously created case, this endpoint will initiate a new request to fetch the additional data.

Endpoint: https://api.amlwatcher.com/api/adverse-media/fetch-more

Method: POST

Sample Request
POST /api/adverse-media/fetch-more HTTP/1.1
Host: api.amlwatcher.com
Authorization: Bearer Token
Content-Type: application/json
Content-Length: 573

{
"adverse_search_reference": "ddabd3c2ae8f1633f1edbb11"
}

Request

ParametersRequiredTypeDescription
adverse_search_referenceYesStringThe unique reference ID of the media watcher case for which to fetch more results.

Response

ParametersDescription
errorWhenever there is an error in your request, this param will have details of that error; otherwise it’ll remain empty.
statusThe status field is set to either “SUCCESS” or “FAIL”, indicating that the API request resulted in a successful or failure/error condition respectively.
dataAn array containing the actual response elements.
Sample Response
{
"error": false,
"status": "SUCCESS",
"data": {
"adverse_search_reference": "814ee9e06cb4f236027f13a2",
"created_at": "Wed, 01 Jan 2025 05:12:52 GMT",
"more_results_available": false,
"results": [
{
"description": "The White House has downplayed the comments, saying the president 'values' India and Japan's friendship.",
"link": "https://www.bbc.com/news/world-us-canada-68947042",
"media_response": {
"adverse_keywords": [
"xenophobic",
"insult",
"criticism",
"controversy",
"offence"
],
"adverse_media_status": true,
"author_name": "",
"category": "Political Corruption",
"entity_relevance": true,
"entity_type": "person",
"industry": "Not Applicable",
"occupation": "President",
"publication_date": null,
"sentiment": "Slightly Negative",
"sentiment_analysis": "President Biden's remarks labeling Japan and India as 'xenophobic' have sparked controversy. While the White House claims no offense was intended, the comments have drawn criticism for potentially damaging US relationships with key allies. The incident highlights the sensitivity surrounding immigration policies and international diplomacy.",
"sentiment_impact": "negative",
"sentiment_score": -1
},
"new_record": true,
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYYxTHVxe-c2VlRGHc2ElqzRDV5wkDUOvOHXDRXz0Aa7x7QNy0vUj6k2ny&s",
"title": "Joe Biden calls US allies India and Japan 'xenophobic'"
},
{
"description": "President’s son is accused of avoiding at least $1.4m in taxes while enjoying lucrative income from business dealings.",
"link": "https://www.aljazeera.com/news/2024/9/5/hunter-biden-set-to-plead-guilty-in-us-federal-tax-case",
"media_response": {
"adverse_keywords": [
"tax evasion",
"guilty plea",
"misdemeanor",
"felony",
"gun charges",
"fraud",
"drug",
"escorts"
],
"adverse_media_status": true,
"author_name": "Al Jazeera",
"category": "Financial Crimes",
"entity_relevance": true,
"entity_type": "person",
"industry": "Others",
"occupation": "Others",
"publication_date": null,
"sentiment": "Moderately Negative",
"sentiment_analysis": "The article centers on Hunter Biden's guilty plea to federal tax evasion charges, involving significant unpaid taxes and alleged spending on personal luxuries. The case is highly relevant to his father, President Joe Biden, particularly given its timing during the election cycle and accusations of leveraging political influence for business dealings. This directly implicates Hunter Biden in adverse media.",
"sentiment_impact": "negative",
"sentiment_score": -2
},
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTgdz05NJLI4m3ZNSLzpKqKWdltzAWELUo9dGN8AWsmSxfB_RgR1prQH8g&s",
"title": "Hunter Biden pleads guilty in US federal tax evasion case"
},
{
"description": "Biden ended his first presidential campaign during a break in the confirmation hearings of Supreme Court nominee Robert Bork. As chair of the Senate Judiciary Committee, Biden sunk the nomination.",
"link": "https://www.npr.org/2019/12/21/789323826/for-joe-biden-1987-brought-triumph-in-the-wake-of-political-setback",
"media_response": {
"adverse_keywords": ["plagiarism", "scandal"],
"adverse_media_status": true,
"author_name": "NPR",
"category": "Misconduct",
"entity_relevance": true,
"entity_type": "person",
"industry": "Not Applicable",
"occupation": "Politician",
"publication_date": null,
"sentiment": "Slightly Negative",
"sentiment_analysis": "The article discusses Joe Biden's withdrawal from the 1988 presidential race due to plagiarism charges. While it also highlights his success in blocking Robert Bork's Supreme Court nomination, the primary focus is on the negative impact of the plagiarism scandal on his campaign. The sentiment is negative due to the scandal and its impact on Biden's presidential aspirations.",
"sentiment_impact": "negative",
"sentiment_score": -1
},
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTAawVPbrve1LiYkwbYeVqMOIzwKoIOuWoVhyr_AFzoTIk-3eeN70V18f53&s",
"title": "For Joe Biden, 1987 Brought Triumph In The Wake Of Political Setback"
}
],
"search_filters": {
"country": "United States",
"data_duration": {
"number": "10",
"unit": "years"
},
"keywords_criteria": {
"any": "court force",
"exclude": "corrupt",
"include": "politics"
},
"language": "English",
"name": "Joe Biden",
"search_type": "exact_match",
"sources_criteria": {}
},
"summary": {
"adverse_categories": {
"Financial Crimes": 1,
"Misconduct": 1
},
"adverse_keywords": {
"drug": 1,
"escorts": 1,
"felony": 1,
"fraud": 1,
"guilty plea": 1,
"gun charges": 1,
"misdemeanor": 1,
"plagiarism": 1,
"scandal": 1,
"tax evasion": 1
},
"entity_type": "person",
"industry": ["Not Applicable", "Others"],
"occupations": ["Politician", "Others"],
"sentiment": "Moderately Negative",
"sentiment_score": -2
},
"total_results": 3
}
}

Response

ParameterDescription
errorIndicates whether an error occurred during the API request. In this response, "error": false signifies that the request was successful without any issues.
statusThe status of the API request, confirming its success as "SUCCESS" in this response.
dataThe main payload containing detailed information retrieved from the API, encompassing the search metadata, results, and summary.
data.adverse_search_referenceThe unique reference ID for the adverse media search. This ID can be used to track or reference the search request.
data.created_atThe date and time when the search was created in GMT format ("Tue, 29 Oct 2024 10:35:00 GMT").
data.match_statusThe status of the match. "Potential Match" indicates that the searched case is a match.
data.more_results_availableA boolean indicating if there are more results available than are provided in the current response. true here implies additional results are accessible beyond the three returned.
data.resultsAn array of objects where each entry provides specific information about an article or piece of media related to the entity (e.g., adverse media reports on Nawaz Sharif).
data.results[].descriptionA brief description or excerpt of the article's content, providing context about the adverse media topic.
data.results[].linkThe direct URL to the source article, allowing users to view the full content.
data.results[].media_responseAn object containing detailed information about the adverse media findings, including keywords, sentiment analysis, and the adverse media status.
data.results[].media_response.adverse_keywordsAn array of keywords associated with adverse mentions in the article, such as "corruption" and "arrest".
data.results[].media_response.adverse_media_statusA boolean or string indicating if the article qualifies as adverse media. true or "TRUE" signifies adverse media was detected.
data.results[].media_response.author_nameThe author or publishing entity of the article (e.g., "NDTV.com").
data.results[].media_response.categoryThe category of the adverse event (e.g., "Financial Crimes"), providing context for the nature of the media coverage.
data.results[].media_response.entity_relevanceA boolean indicating if the entity is relevant to the adverse media, with true signifying direct relevance.
data.results[].media_response.entity_typeThe type of entity discussed in the article, such as "Person".
data.results[].media_response.occupationThe occupation of the entity, here indicating "Politician".
data.results[].media_response.publication_dateThe date when the article was published, if available.
data.results[].media_response.sentiment_analysisA summary describing the sentiment of the article, such as accusations or legal challenges involving the entity, and its implication on the entity’s reputation.
data.results[].media_response.sentiment_impactThe impact of the article’s sentiment, typically "negative" in adverse media contexts.
data.results[].media_response.sentiment_scoreA numeric sentiment score, with values closer to zero generally indicating negative sentiment.
data.results[].source_countryThe country of origin for the article or media source (e.g., "India").
data.results[].new_recordA boolean value indicating whether the record is new as a result of the "fetch more" API call. If true, the record is new.
data.results[].thumbnailA URL to a thumbnail image representing the article, if available.
data.results[].titleThe title of the article, giving a brief headline or subject of the content.
data.search_filtersObject containing the search filters applied to the adverse media search, like keywords and time duration.
data.search_filters.countryThe country filter applied in the search, if specified.
data.search_filters.data_durationObject defining the duration of data for the search, including "number" (e.g., 1) and "unit" (e.g., "days").
data.search_filters.keywords_criteriaObject defining the criteria for keywords included, excluded, or matched in any part of the search.
data.search_filters.languageThe language filter applied in the search, if any.
data.search_filters.nameThe entity name being searched, in this case, "nawaz sharif".
data.search_filters.search_typeThe type of match used for the search, such as "exact_match".
data.search_filters.sources_criteriaCriteria defining the sources included in the search, if any.
data.summaryA summary object that consolidates adverse media insights, like categories, keywords, entity type, occupations, and sentiment.
data.summary.adverse_categoriesObject with categories of adverse media identified in the results, showing counts per category (e.g., "Financial Crimes": 4).
data.summary.adverse_keywordsObject listing keywords that appear in the results, with counts showing frequency.
data.summary.entity_typeSpecifies the entity type, "Person" in this context.
data.summary.occupationsAn array of occupations associated with the entity (e.g., "Politician").
data.summary.sentiment_scoreAn aggregated sentiment score across all results, with lower values indicating generally negative sentiment.
data.total_resultsThe total number of results found in the search, providing a count (3 in this example).