Response:
200 Response will have the JSON structure as below
{“last_update”: < value ‘0’ will return current data >, “data”:[ { “tags”:[{“name”: < Name of the tag>, “weight”: < Weight of the tags with decimals >}, { … < similar content for next tags > …} ] ,”timestamp”: < Unix Timestamp > }]}
400 {“error”:”Invalid params”}
401 {“error”:”Invalid Auth key.”}
500 {“error”:”Something went wrong. Please try again later.”}