Using the hoax.ly API
Swagger Documentation
Example Request
curl -X GET "https://api.hoax.ly/api/check?claimUrl=https%3A%2F%2Fwww.maybe-a-misleading-article.com%2F1%2F" -H "accept: text/plain"Example Response
{
"id": 6,
"url": "https://www.maybe-a-misleading-article.com/1/",
"reviews": [
{
"ReviewRating": {
"originalRatingValue": 5,
"normalizedAlternateName": "Questionable",
"simplifiedRatingValue": 1,
"bestRating": 3,
"worstRating": 1,
"ratingValue": 1
},
"title": "Fact-checking the maybe misleading article. For testing purpose.",
"url": "https://this-url-is-not-existing.com",
"datePublished": "06/13/2018 22:00:00",
"dateModified": "",
"Publisher": {
"name": "Publisher",
"logo": "",
"url": ""
},
"Authors": {
"name": "Author",
"url": ""
},
"summary": "We come to the conclusion that this article is misleading. Check the review why.",
"language": "English"
}
]
}License
Terms of Use
Last updated