New Buzz, relative volume. Computed as a standard deviation of news volume.
HTTP Request URL
GET: /idata/get_news_buzz
Parameters:
type [string]
Type. values :
“gen_0”
“twitter”
last_update [number]
Last_update. Values:
0 means, there is no valid last updated data
In case of any non zero value, the response will have valid “data” only if the current data at server is newer than the last updated version reported by the client
Examples:
None
Response:
200“gen_0” Response will have the JSON structure as below { “last_update”: “data”: <> [ { “title”: <>
400{“error”:”Invalid param.”} 401 {“error”:”Invalid API token.”} 500 {“error”:”Something went wrong. Please try again later.”}