For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
42 11 17 18

negative media

Hello,

Is there any information accessible via WC1 API related to negative media linked to a profile ? Example: Profile or case field indicating that there is a negative media linked to it.

Regards

world-checkworld-check-one
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@nabil.hassoumi, thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text beneath the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

@nabil.hassoumi

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
4.2k 8 5 6

@nabil.hassoumi

Yes, you can access negative news information about the entity using the API call "

SEQ-case-investigate-world-check-profile: Get a World-Check profile".

You can find the negative information in the attribute "detailType":REPORTS under the array "details". Please find the JSON example below:

"details":

{
"detailType": "REPORTS",
"text": " Aug 2013 - lawsuit filed by New York Attorney General for alleged illegal business practices related to The Trump Entrepreneur Institute. Claims the lawsuit is false. Mar 2016 - summary judgement granted by the state Supreme Court.
"title": "REPORTS"
}

Also, you can find the news regarding the entity not necessarily negative under the array "webLinks" using the API call "SEQ-case-investigate-world-check-profile: Get a World-Check profile". This is the same information that you would see under the tab "Sources" in the WC UI.

"weblinks": [
{
"caption": null,
"uri": "http://www.cnn.com/2016/07/19/politics/donald-trump-republican-nomination-2016-election/",
"tags": []
},
{
"caption": null,
"uri": "http://www.foxnews.com/politics/2018/02/27/trump-names-brad-parscale-as-campaign-manager-for-2020-re-election-bid.html",
"tags": []
},
{
"caption": null,
"uri": "http://www.haaretz.com/us-news/1.766220",
"tags": []
}]

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.