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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
42 4 3 16

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvote
Accepted
4.2k 7 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea