Response:
200 Response will have the JSON structure as below
{ “last_update”: <value ‘0’ will return current data>, “data”: [ { “title”: < Title of the article >, “url”: < URL of the article >, “relevance”: < Relevance score the article >, “sentiment”: < 1 to 10 sentiment score > }… ]
400 {“error”:”Invalid params”}
401 {“error”:”Invalid Auth key.”}
500 {“error”:”Something went wrong. Please try again later.”}