404

We found millions of web pages and added them to our database today. We didn't find the page you were looking for, though. Sorry.


Let's learn how to search for content about errors

This query searches for content from technology publishers (the categories in the filter) where they mention "error" in the headline or article summary. We've restricted the results to English language, and sorted it by social network metrics to get the most engaging content.

curl -H "Content-Type: application/json" -X POST -d '{
    "filters":["(headline:error OR summary:error) AND (categories:(25 OR 471))"],
    "language":"en",
    "sort_by":"fb_tw_and_li"
}' "https://api.newswhip.com/v1/articles?key=YOUR_API_KEY"